Searched refs:AtWordStarts (Results 1 – 8 of 8) sorted by relevance
33 AtWordStarts = 1 << 1, enumerator
1928 , m_needsMoreContext(options & AtWordStarts) in SearchBuffer()1942 if ((m_options & AtWordStarts) && targetLength) { in SearchBuffer()1948 m_options &= ~AtWordStarts; in SearchBuffer()2109 ASSERT(m_options & AtWordStarts); in isWordStartMatch()2190 if (m_options & AtWordStarts) { in search()2208 …if (isBadMatch(m_buffer.data() + matchStart, matchedLength) || ((m_options & AtWordStarts) && !isW… in search()
46 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsAtWordStarts, AtWordStarts);
49 | (options & FindOptionsAtWordStarts ? AtWordStarts : 0) in core()
512 options |= WebCore::AtWordStarts; in findString()
690 else if (JSStringIsEqualToUTF8CString(optionName.get(), "AtWordStarts"))
564 | (options & WebFindOptionsAtWordStarts ? AtWordStarts : 0)
3046 … (WebCore::SearchBuffer::SearchBuffer): Disable the AtWordStarts option if it was specified and