Searched defs:rect_pixels (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc195 const gfx::Rect& rect_pixels,
194 ShowDisambiguationPopup( const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) argument
H A Drender_widget_host_view_guest.cc464 const gfx::Rect& rect_pixels,
463 ShowDisambiguationPopup( const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc650 const gfx::Rect& rect_pixels,
658 ScopedJavaLocalRef<jobject> rect_object(CreateJavaRect(env, rect_pixels));
649 ShowDisambiguationPopup( const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1742 const gfx::Rect& rect_pixels,
1745 DCHECK(!rect_pixels.IsEmpty());
1766 view_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap);
1741 OnShowDisambiguationPopup( const gfx::Rect& rect_pixels, const gfx::Size& size, const cc::SharedBitmapId& id) argument
H A Drender_widget_host_view_android.cc895 const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) {
899 content_view_core_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap);
894 ShowDisambiguationPopup( const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) argument
H A Drender_widget_host_view_aura.cc1258 const gfx::Rect& rect_pixels,
1270 gfx::RectF screen_target_rect_f(rect_pixels);
1275 static_cast<float>(rect_pixels.width());
1257 ShowDisambiguationPopup( const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap) argument

Completed in 222 milliseconds