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