|
| void | checkContextMenuEvent (GdkEvent *event) |
| |
| | ContextMenuTest () |
| |
| | ~ContextMenuTest () |
| |
| virtual bool | contextMenu (WebKitContextMenu *, GdkEvent *, WebKitHitTestResult *)=0 |
| |
| virtual void | contextMenuDismissed () |
| |
| GtkMenu * | getPopupMenu () |
| |
| void | checkActionState (GtkAction *action, unsigned state) |
| |
| GList * | checkCurrentItemIsStockActionAndGetNext (GList *items, WebKitContextMenuAction stockAction, unsigned state) |
| |
| GList * | checkCurrentItemIsCustomActionAndGetNext (GList *items, const char *label, unsigned state) |
| |
| GList * | checkCurrentItemIsSubMenuAndGetNext (GList *items, const char *label, unsigned state, GList **subMenuIter) |
| |
| GList * | checkCurrentItemIsSeparatorAndGetNext (GList *items) |
| |
| void | showContextMenuAtPositionAndWaitUntilFinished (int x, int y) |
| |
| void | showContextMenuAndWaitUntilFinished () |
| |
| void | dismissContextMenuAndWaitUntilFinished () |
| |
| void | showContextMenuTriggeredByPopupEventAndWaitUntilFinished () |
| |
| void | showContextMenuTriggeredByContextMenuKeyAndWaitUntilFinished () |
| |
| | MAKE_GLIB_TEST_FIXTURE (WebViewTest) |
| |
| | WebViewTest () |
| |
| virtual | ~WebViewTest () |
| |
| void | initializeWebView () |
| |
| virtual void | loadURI (const char *uri) |
| |
| virtual void | loadHtml (const char *html, const char *baseURI) |
| |
| virtual void | loadPlainText (const char *plainText) |
| |
| virtual void | loadRequest (WebKitURIRequest *) |
| |
| virtual void | loadBytes (GBytes *, const char *mimeType, const char *encoding, const char *baseURI) |
| |
| void | loadAlternateHTML (const char *html, const char *contentURI, const char *baseURI) |
| |
| void | goBack () |
| |
| void | goForward () |
| |
| void | goToBackForwardListItem (WebKitBackForwardListItem *) |
| |
| void | quitMainLoop () |
| |
| void | quitMainLoopAfterProcessingPendingEvents () |
| |
| void | wait (double seconds) |
| |
| void | waitUntilLoadFinished () |
| |
| void | waitUntilTitleChangedTo (const char *expectedTitle) |
| |
| void | waitUntilTitleChanged () |
| |
| void | showInWindow (GtkWindowType=GTK_WINDOW_POPUP) |
| |
| void | showInWindowAndWaitUntilMapped (GtkWindowType=GTK_WINDOW_POPUP, int width=0, int height=0) |
| |
| void | resizeView (int width, int height) |
| |
| void | selectAll () |
| |
| const char * | mainResourceData (size_t &mainResourceDataSize) |
| |
| bool | isEditable () |
| |
| void | setEditable (bool) |
| |
| void | mouseMoveTo (int x, int y, unsigned mouseModifiers=0) |
| |
| void | clickMouseButton (int x, int y, unsigned button=1, unsigned mouseModifiers=0) |
| |
| void | keyStroke (unsigned keyVal, unsigned keyModifiers=0) |
| |
| void | emitPopupMenuSignal () |
| |
| WebKitJavascriptResult * | runJavaScriptAndWaitUntilFinished (const char *javascript, GError **) |
| |
| WebKitJavascriptResult * | runJavaScriptFromGResourceAndWaitUntilFinished (const char *resource, GError **) |
| |
| cairo_surface_t * | getSnapshotAndWaitUntilReady (WebKitSnapshotRegion, WebKitSnapshotOptions) |
| |
| bool | runWebProcessTest (const char *suiteName, const char *testName) |
| |
| void | initializeWebExtensions () final |
| |
| | MAKE_GLIB_TEST_FIXTURE (Test) |
| |
| | Test () |
| |
| | ~Test () |
| |
| void | assertObjectIsDeletedWhenTestFinishes (GObject *object) |
| |
| void | addLogFatalFlag (unsigned flag) |
| |
| void | removeLogFatalFlag (unsigned flag) |
| |