/external/chromium_org/chrome/browser/ui/views/link_disambiguation/ |
D | link_disambiguation_popup.cc | 152 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()
|
D | link_disambiguation_popup.h | 34 void Show(const SkBitmap& zoomed_bitmap,
|
/external/chromium_org/content/shell/browser/ |
D | shell_web_contents_view_delegate.h | 32 const SkBitmap& zoomed_bitmap,
|
D | shell_web_contents_view_delegate_win.cc | 238 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views.cc | 176 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument 183 zoomed_bitmap, target_rect, content, gesture_cb, mouse_cb); in ShowDisambiguationPopup()
|
D | chrome_web_contents_view_delegate_views.h | 55 const SkBitmap& zoomed_bitmap,
|
/external/chromium_org/content/public/browser/ |
D | web_contents_view_delegate.h | 68 const SkBitmap& zoomed_bitmap,
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate_view.h | 92 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
|
D | render_widget_host_view_base.h | 340 const SkBitmap& zoomed_bitmap) = 0;
|
D | render_widget_host_impl.cc | 1759 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()
|
D | render_widget_host_view_android.h | 187 const SkBitmap& zoomed_bitmap) OVERRIDE;
|
D | render_widget_host_view_aura.h | 231 const SkBitmap& zoomed_bitmap) OVERRIDE;
|
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()
|
D | render_widget_host_view_aura.cc | 1259 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument 1274 float scale = static_cast<float>(zoomed_bitmap.width()) / in ShowDisambiguationPopup()
|
/external/chromium_org/athena/content/ |
D | web_contents_view_delegate_factory_impl.cc | 56 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.h | 137 const SkBitmap& zoomed_bitmap) OVERRIDE;
|
D | render_widget_host_view_child_frame.cc | 196 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
|
D | render_widget_host_view_child_frame.h | 143 const SkBitmap& zoomed_bitmap) OVERRIDE;
|
D | render_widget_host_view_guest.cc | 465 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.h | 141 const SkBitmap& zoomed_bitmap,
|
D | web_contents_view_aura.cc | 1275 const SkBitmap& zoomed_bitmap, in ShowDisambiguationPopup() argument 1279 delegate_->ShowDisambiguationPopup(target_rect, zoomed_bitmap, in ShowDisambiguationPopup()
|
/external/chromium_org/content/test/ |
D | test_render_view_host.h | 144 const SkBitmap& zoomed_bitmap) OVERRIDE {} 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 | 651 const SkBitmap& zoomed_bitmap) { in ShowDisambiguationPopup() argument 661 gfx::ConvertToJavaBitmap(&zoomed_bitmap); in ShowDisambiguationPopup()
|