HomeSort by relevance Sort by last modified time
    Searched refs:AtWordStarts (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/editing/
FindOptions.h 33 AtWordStarts = 1 << 1,
34 // When combined with AtWordStarts, accepts a match in the middle of a word if the match begins with
TextIterator.cpp 63 // Matches are further filtered if the AtWordStarts option is specified, although some
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
AssertMatchingEnums.cpp 46 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsAtWordStarts, AtWordStarts);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 49 | (options & FindOptionsAtWordStarts ? AtWordStarts : 0)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 511 else if (option == QLatin1String("AtWordStarts"))
512 options |= WebCore::AtWordStarts;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 564 | (options & WebFindOptionsAtWordStarts ? AtWordStarts : 0)
    [all...]

Completed in 172 milliseconds