|
| | MAKE_GLIB_TEST_FIXTURE (FindControllerTest) |
| |
| | FindControllerTest () |
| |
| | ~FindControllerTest () |
| |
| void | find (const char *searchText, guint32 findOptions, guint maxMatchCount) |
| |
| void | count (const char *searchText, guint32 findOptions, guint maxMatchCount) |
| |
| void | waitUntilFindFinished () |
| |
| | 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) |
| |