Home
last modified time | relevance | path

Searched refs:zoomed_bitmap (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
Dlink_disambiguation_popup.cc152 const SkBitmap& zoomed_bitmap, in Show() argument
161 gfx::Image::CreateFrom1xBitmap(zoomed_bitmap).ToImageSkia(), in Show()
178 target_screen.x() - (zoomed_bitmap.width() / 2), in Show()
179 target_screen.y() - (zoomed_bitmap.height() / 2), in Show()
180 zoomed_bitmap.width(), in Show()
181 zoomed_bitmap.height()); in Show()
Dlink_disambiguation_popup.h34 void Show(const SkBitmap& zoomed_bitmap,
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate.h32 const SkBitmap& zoomed_bitmap,
Dshell_web_contents_view_delegate_win.cc238 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
/external/chromium_org/chrome/browser/ui/views/tab_contents/
Dchrome_web_contents_view_delegate_views.cc176 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
183 zoomed_bitmap, target_rect, content, gesture_cb, mouse_cb); in ShowDisambiguationPopup()
Dchrome_web_contents_view_delegate_views.h55 const SkBitmap& zoomed_bitmap,
/external/chromium_org/content/public/browser/
Dweb_contents_view_delegate.h68 const SkBitmap& zoomed_bitmap,
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate_view.h92 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
Drender_widget_host_view_base.h340 const SkBitmap& zoomed_bitmap) = 0;
Drender_widget_host_impl.cc1759 SkBitmap zoomed_bitmap; in OnShowDisambiguationPopup() local
1760 zoomed_bitmap.installPixels(info, bitmap->pixels(), info.minRowBytes()); in OnShowDisambiguationPopup()
1766 view_->ShowDisambiguationPopup(rect_pixels, zoomed_bitmap); in OnShowDisambiguationPopup()
1773 zoomed_bitmap.setPixels(0); in OnShowDisambiguationPopup()
Drender_widget_host_view_android.h187 const SkBitmap& zoomed_bitmap) OVERRIDE;
Drender_widget_host_view_aura.h231 const SkBitmap& zoomed_bitmap) OVERRIDE;
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()
Drender_widget_host_view_aura.cc1259 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
1274 float scale = static_cast<float>(zoomed_bitmap.width()) / in ShowDisambiguationPopup()
/external/chromium_org/athena/content/
Dweb_contents_view_delegate_factory_impl.cc56 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.h137 const SkBitmap& zoomed_bitmap) OVERRIDE;
Drender_widget_host_view_child_frame.cc196 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
Drender_widget_host_view_child_frame.h143 const SkBitmap& zoomed_bitmap) OVERRIDE;
Drender_widget_host_view_guest.cc465 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.h141 const SkBitmap& zoomed_bitmap,
Dweb_contents_view_aura.cc1275 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
1279 delegate_->ShowDisambiguationPopup(target_rect, zoomed_bitmap, in ShowDisambiguationPopup()
/external/chromium_org/content/test/
Dtest_render_view_host.h144 const SkBitmap& zoomed_bitmap) OVERRIDE {} 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.cc651 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
661 gfx::ConvertToJavaBitmap(&zoomed_bitmap); in ShowDisambiguationPopup()