Home
last modified time | relevance | path

Searched refs:reportFindInPageSelection (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h313 virtual void reportFindInPageSelection( in reportFindInPageSelection() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h288 virtual void reportFindInPageSelection(int request_id,
Drender_frame_impl.cc1259 void RenderFrameImpl::reportFindInPageSelection( in reportFindInPageSelection() function in content::RenderFrameImpl
Drender_view_impl.h605 virtual void reportFindInPageSelection(int request_id,
Drender_view_impl.cc4161 void RenderViewImpl::reportFindInPageSelection(int request_id, in reportFindInPageSelection() function in content::RenderViewImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h343 void reportFindInPageSelection(
DWebFrameImpl.cpp1543reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier); in find()
1678 reportFindInPageSelection( in scopeStringMatches()
1791 void WebFrameImpl::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, … in reportFindInPageSelection() function in blink::WebFrameImpl
1795 …client()->reportFindInPageSelection(identifier, ordinalOfFirstMatchForFrame(this) + activeMatchOrd… in reportFindInPageSelection()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2333 render_frame_->reportFindInPageSelection( in SelectedFindResultChanged()