Searched refs:rect_pixels (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.h | 136 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
D | render_widget_host_view_child_frame.cc | 195 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
|
D | render_widget_host_view_child_frame.h | 142 const gfx::Rect& rect_pixels,
|
D | render_widget_host_view_guest.cc | 464 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_base.h | 339 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
D | render_widget_host_view_android.h | 186 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
D | render_widget_host_impl.h | 643 void OnShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
D | render_widget_host_impl.cc | 1742 const gfx::Rect& rect_pixels, in OnShowDisambiguationPopup() argument 1745 DCHECK(!rect_pixels.IsEmpty()); in OnShowDisambiguationPopup() 1766 view_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap); in OnShowDisambiguationPopup()
|
D | render_widget_host_view_aura.h | 230 virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
D | render_widget_host_view_aura.cc | 1258 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()
|
D | render_widget_host_view_android.cc | 895 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/ |
D | test_render_view_host.h | 143 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.h | 245 const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap);
|
D | content_view_core_impl.cc | 650 const gfx::Rect& rect_pixels, in ShowDisambiguationPopup() argument 658 ScopedJavaLocalRef<jobject> rect_object(CreateJavaRect(env, rect_pixels)); in ShowDisambiguationPopup()
|