Home
last modified time | relevance | path

Searched refs:WebKitFindOptions (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h41 typedef unsigned WebKitFindOptions; typedef
94 static bool findString(WebKitWebView*, const gchar*, WebKitFindOptions);
DDumpRenderTreeSupportGtk.cpp683 …rtGtk::findString(WebKitWebView* webView, const gchar* targetString, WebKitFindOptions findOptions) in findString()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp569 WebKitFindOptions findOptions = 0; in findString()