Home
last modified time | relevance | path

Searched refs:kWKFindOptionsCaseInsensitive (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKFindOptions.h34 kWKFindOptionsCaseInsensitive = 1 << 0, enumerator
DWKSharedAPICast.h669 if (wkFindOptions & kWKFindOptionsCaseInsensitive) in toFindOptions()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp276 options |= kWKFindOptionsCaseInsensitive; in findString()
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m751 …WKPageFindString(_webView.pageRef, string, kWKFindOptionsCaseInsensitive | kWKFindOptionsWrapAroun…