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

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.h115 void reportFindInPageSelection(
H A DTextFinder.cpp173 reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier);
305 reportFindInPageSelection(
403 void TextFinder::reportFindInPageSelection(const WebRect& selectionRect, int activeMatchOrdinal, int identifier) function in class:blink::TextFinder
407 m_ownerFrame.client()->reportFindInPageSelection(identifier, ordinalOfFirstMatch() + activeMatchOrdinal, selectionRect);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h469 virtual void reportFindInPageSelection( function in class:blink::WebFrameClient
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h415 virtual void reportFindInPageSelection(int request_id,
H A Drender_frame_impl.cc2996 void RenderFrameImpl::reportFindInPageSelection( function in class:content::RenderFrameImpl
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2643 render_frame_->reportFindInPageSelection(

Completed in 4082 milliseconds