Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:WebKitWebView

58     static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight);
91 // WebKitWebView
92 static void executeCoreCommandByName(WebKitWebView*, const gchar* name, const gchar* value);
93 static bool isCommandEnabled(WebKitWebView*, const gchar* name);
94 static bool findString(WebKitWebView*, const gchar*, WebKitFindOptions);
95 static void setComposition(WebKitWebView*, const char* text, int start, int end);
96 static void confirmComposition(WebKitWebView*, const char* text);
97 static bool firstRectForCharacterRange(WebKitWebView*, int location, int length, GdkRectangle*);
98 static bool selectedRange(WebKitWebView*, int* start, int* end);
100 static void setMinimumTimerInterval(WebKitWebView*, double);