OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentActiveMatchFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h
77
WebLocalFrameImpl* activeMatchFrame() const { return
m_currentActiveMatchFrame
; }
197
WebLocalFrameImpl*
m_currentActiveMatchFrame
;
TextFinder.cpp
144
WebLocalFrameImpl* oldActiveFrame = mainFrameImpl->ensureTextFinder().
m_currentActiveMatchFrame
;
145
mainFrameImpl->ensureTextFinder().
m_currentActiveMatchFrame
= &m_ownerFrame;
298
mainFrameImpl->ensureTextFinder().
m_currentActiveMatchFrame
= &m_ownerFrame;
481
return WebFloatRect(findInPageRectFromRange(
m_currentActiveMatchFrame
->activeMatch()));
556
WebLocalFrameImpl* activeMatchFrame = mainFrameTextFinder.
m_currentActiveMatchFrame
;
564
mainFrameTextFinder.
m_currentActiveMatchFrame
= &m_ownerFrame;
604
,
m_currentActiveMatchFrame
(0)
Completed in 54 milliseconds