Searched refs:WebFindOptionsStartInSelection (Results 1 – 7 of 7) sorted by relevance
50 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsStartInSelection, StartInSelection);
37 WebFindOptionsStartInSelection = 1 << 5 enumerator
105 WebFindOptionsStartInSelection = 1 << 5 enumerator
2810 …apFlag ? WebFindOptionsWrapAround : 0) | (startInSelection ? WebFindOptionsStartInSelection : 0))];4461 …options & WebFindOptionsWrapAround) startInSelection:!!(options & WebFindOptionsStartInSelection)];
568 | (options & WebFindOptionsStartInSelection ? StartInSelection : 0);6325 …rapFlag ? WebFindOptionsWrapAround : 0) | (startInSelection ? WebFindOptionsStartInSelection : 0)];
599 findOptions |= WebKit::WebFindOptionsStartInSelection; in findString()
699 options |= WebFindOptionsStartInSelection;