Searched refs:reportFindInPageSelection (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h356 virtual void reportFindInPageSelection( function in class:WebKit::WebFrameClient
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h293 void reportFindInPageSelection(
H A DWebFrameImpl.cpp1549 reportFindInPageSelection(*selectionRect, m_activeMatchIndex + 1, identifier);
1686 reportFindInPageSelection(
1772 void WebFrameImpl::reportFindInPageSelection(const WebRect& selectionRect, function in class:WebKit::WebFrameImpl
1778 client()->reportFindInPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrdinal, selectionRect);

Completed in 116 milliseconds