OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_framesScopingCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp
220
m_ownerFrame.viewImpl()->mainFrameImpl()->ensureTextFinder().
m_framesScopingCount
++;
230
// since
m_framesScopingCount
would be 0 as other frames have yet to reset.
401
m_ownerFrame.client()->reportFindInPageMatchCount(identifier, m_totalMatchCount, !
m_framesScopingCount
);
417
m_framesScopingCount
= 0;
609
,
m_framesScopingCount
(-1)
725
--
m_framesScopingCount
;
729
if (!
m_framesScopingCount
)
TextFinder.h
231
int
m_framesScopingCount
;
Completed in 654 milliseconds