Home
last modified time | relevance | path

Searched refs:rect_pixels (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.h136 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
Drender_widget_host_view_child_frame.cc195 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
Drender_widget_host_view_child_frame.h142 const gfx::Rect& rect_pixels,
Drender_widget_host_view_guest.cc464 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_base.h339 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
Drender_widget_host_view_android.h186 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
Drender_widget_host_impl.h643 void OnShowDisambiguationPopup(const gfx::Rect& rect_pixels,
Drender_widget_host_impl.cc1742 const gfx::Rect& rect_pixels, in OnShowDisambiguationPopup() argument
1745 DCHECK(!rect_pixels.IsEmpty()); in OnShowDisambiguationPopup()
1766 view_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap); in OnShowDisambiguationPopup()
Drender_widget_host_view_aura.h230 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
Drender_widget_host_view_aura.cc1258 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
1270 gfx::RectF screen_target_rect_f(rect_pixels); in ShowDisambiguationPopup()
1275 static_cast<float>(rect_pixels.width()); in ShowDisambiguationPopup()
Drender_widget_host_view_android.cc895 const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
899 content_view_core_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap); in ShowDisambiguationPopup()
/external/chromium_org/content/test/
Dtest_render_view_host.h143 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h245 const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap);
Dcontent_view_core_impl.cc650 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
658 ScopedJavaLocalRef<jobject> rect_object(CreateJavaRect(env, rect_pixels)); in ShowDisambiguationPopup()