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

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.h74 void ActivateNearestFindResult(float x, float y);
H A Dfind_tab_helper.cc134 void FindTabHelper::ActivateNearestFindResult(float x, float y) { function in class:FindTabHelper
136 web_contents()->GetRenderViewHost()->ActivateNearestFindResult(
/external/chromium_org/content/public/browser/
H A Drender_view_host.h224 virtual void ActivateNearestFindResult(int request_id, float x, float y) = 0;
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h205 virtual void ActivateNearestFindResult(int request_id,
H A Drender_view_host_impl.cc597 void RenderViewHostImpl::ActivateNearestFindResult(int request_id, function in class:content::RenderViewHostImpl

Completed in 143 milliseconds