OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ownerFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp
97
if (!
m_ownerFrame
.frame() || !
m_ownerFrame
.frame()->page())
100
WebLocalFrameImpl* mainFrameImpl =
m_ownerFrame
.viewImpl()->mainFrameImpl();
103
m_ownerFrame
.frame()->page()->unmarkAllTextMatches();
107
if (m_activeMatch && &m_activeMatch->ownerDocument() !=
m_ownerFrame
.frame()->document())
113
VisibleSelection selection(
m_ownerFrame
.frame()->selection().selection());
117
m_ownerFrame
.frame()->selection().clear();
120
ASSERT(
m_ownerFrame
.frame() &&
m_ownerFrame
.frame()->view());
127
m_activeMatch =
m_ownerFrame
.frame()->editor().findStringAndScrollToVisible(searchText, m_activeMatch.get(), findOptions)
[
all
...]
TextFinder.h
193
WebLocalFrameImpl&
m_ownerFrame
;
Completed in 5576 milliseconds