Searched refs:OnTextSurroundingSelectionResponse (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h334 virtual void OnTextSurroundingSelectionResponse(const base::string16& content, function in class:content::RenderWidgetHostViewBase
H A Drender_view_host_impl.h340 void OnTextSurroundingSelectionResponse(const base::string16& content,
H A Drender_widget_host_view_android.h192 virtual void OnTextSurroundingSelectionResponse(const base::string16& content,
H A Drender_view_host_impl.cc1350 void RenderViewHostImpl::OnTextSurroundingSelectionResponse( function in class:content::RenderViewHostImpl
1356 view_->OnTextSurroundingSelectionResponse(content, start_offset, end_offset);
H A Drender_widget_host_view_android.cc567 void RenderWidgetHostViewAndroid::OnTextSurroundingSelectionResponse( function in class:content::RenderWidgetHostViewAndroid
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h397 void OnTextSurroundingSelectionResponse(const base::string16& content,
H A Drender_frame_host_impl.cc387 OnTextSurroundingSelectionResponse)
996 void RenderFrameHostImpl::OnTextSurroundingSelectionResponse( function in class:content::RenderFrameHostImpl
1000 render_view_host_->OnTextSurroundingSelectionResponse(

Completed in 1777 milliseconds