Searched refs:mayHaveMoreContext (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | VisibleUnits.cpp | 617 …nsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needM… in startWordBoundary() argument 620 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in startWordBoundary() 648 …nsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needM… in endWordBoundary() argument 651 …if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == s… in endWordBoundary() 677 …nsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needM… in previousWordPositionBoundary() argument 679 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in previousWordPositionBoundary() 693 …nsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needM… in nextWordPositionBoundary() argument 695 …if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == s… in nextWordPositionBoundary()
|