Searched refs:TextIteratorStopsOnFormControls (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSurroundingText.cpp50 CharacterIterator forwardIterator(makeRange(visiblePosition, endOfDocument(visiblePosition)).get(), TextIteratorStopsOnFormControls);
62 BackwardsCharacterIterator backwardsIterator(makeRange(startOfDocument(visiblePosition), visiblePosition).get(), TextIteratorStopsOnFormControls); local
H A DTextIterator.h47 TextIteratorStopsOnFormControls = 1 << 6, enumerator in enum:WebCore::TextIteratorBehavior
H A DTextIterator.cpp289 , m_stopsOnFormControls(behavior & TextIteratorStopsOnFormControls)
1112 , m_stopsOnFormControls(behavior & TextIteratorStopsOnFormControls)
1116 ASSERT(behavior == TextIteratorDefaultBehavior || behavior == TextIteratorStopsOnFormControls);

Completed in 168 milliseconds