Searched refs:SetSource (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
D | cairo_cached_surface.h | 45 void SetSource(cairo_t* cr, int x, int y);
|
D | custom_button.cc | 106 background_image_->SetSource(cairo_context, x, y); in OnExpose() 110 pixbuf->SetSource(cairo_context, x, y); in OnExpose() 114 hover_pixbuf->SetSource(cairo_context, x, y); in OnExpose()
|
D | cairo_cached_surface.cc | 46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) { in SetSource() function in CairoCachedSurface
|
D | browser_toolbar_gtk.cc | 495 background->SetSource(cr, tabstrip_origin.x(), tabstrip_origin.y()); in OnAlignmentExpose() 522 left_corner->SetSource(copy_cr, left.x(), left.y()); in OnAlignmentExpose() 528 right_corner->SetSource(copy_cr, right.x(), right.y()); in OnAlignmentExpose() 538 background->SetSource(copy_cr, tabstrip_origin.x(), tabstrip_origin.y()); in OnAlignmentExpose()
|
D | browser_window_gtk.cc | 434 top_center->SetSource(cr, center_left_x, top_y - kContentShadowThickness); in DrawContentShadow() 450 top_left->SetSource( in DrawContentShadow() 462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness); in DrawContentShadow() 486 left->SetSource(cr, left_x - kContentShadowThickness, side_y); in DrawContentShadow() 499 right->SetSource(cr, right_side_x, side_y); in DrawContentShadow() 513 bottom_left->SetSource(cr, left_x - kContentShadowThickness, bottom_y - 1); in DrawContentShadow() 518 bottom_right->SetSource(cr, right_x - 1, bottom_y - 1); in DrawContentShadow() 525 bottom->SetSource(cr, left_x + 1, bottom_y - 1); in DrawContentShadow() 548 surface->SetSource(cr, 0, GetVerticalOffset()); in DrawPopupFrame() 566 surface->SetSource(cr, 0, GetVerticalOffset()); in DrawCustomFrame() [all …]
|
D | custom_drag.h | 63 static void SetSource(GtkWidget* widget,
|
D | custom_drag.cc | 94 void DownloadItemDrag::SetSource(GtkWidget* widget, in SetSource() function in DownloadItemDrag
|
D | about_chrome_dialog.cc | 92 background->SetSource(cr, 0, 0); in OnEventBoxExpose()
|
D | find_bar_gtk.cc | 902 background_left->SetSource(cr, border_allocation.x, border_allocation.y); in OnExpose() 911 background->SetSource(cr, in OnExpose()
|
D | gtk_util.cc | 824 background->SetSource(cr, tabstrip_origin.x(), tabstrip_origin.y()); in DrawThemedToolbarBackground()
|
/external/chromium/chrome/common/ |
D | win_safe_util.cc | 58 hr = attachment_services->SetSource(source_url.c_str()); in SaferOpenItemViaShell()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.cc | 409 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnDownloadUpdated() 529 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnLoadLargeIconComplete()
|