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

  /external/chromium_org/third_party/WebKit/Source/core/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 68 // Matches are further filtered if the AtWordStarts option is specified, although some
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 123 | (options.wordStart ? AtWordStarts : 0)

Completed in 511 milliseconds