Searched refs:RequestFindMatchRects (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.h77 void RequestFindMatchRects(int current_version);
H A Dfind_tab_helper.cc141 void FindTabHelper::RequestFindMatchRects(int current_version) { function in class:FindTabHelper
143 web_contents()->GetRenderViewHost()->RequestFindMatchRects(current_version);
/external/chromium_org/content/public/browser/
H A Drender_view_host.h227 virtual void RequestFindMatchRects(int current_version) = 0;
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h208 virtual void RequestFindMatchRects(int current_version) OVERRIDE;
H A Drender_view_host_impl.cc604 void RenderViewHostImpl::RequestFindMatchRects(int current_version) { function in class:content::RenderViewHostImpl

Completed in 1181 milliseconds