Searched defs:ordinalOfFirstMatchForFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp1803 client()->reportFindInPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect);
2011 return ordinalOfFirstMatchForFrame(this) + m_activeMatchIndexInCurrentFrame + 1;
2371 int WebFrameImpl::ordinalOfFirstMatchForFrame(WebFrameImpl* frame) const function in class:WebFrameImpl

Completed in 87 milliseconds