OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastFindRequestCompletedWithNoMatches
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h
265
bool
m_lastFindRequestCompletedWithNoMatches
;
TextFinder.cpp
372
m_lastFindRequestCompletedWithNoMatches
= !m_lastMatchCount;
387
m_lastFindRequestCompletedWithNoMatches
= false;
615
,
m_lastFindRequestCompletedWithNoMatches
(false)
665
if (
m_lastFindRequestCompletedWithNoMatches
&& !m_lastSearchString.isEmpty()) {
Completed in 33 milliseconds