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

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

Completed in 155 milliseconds