Home
last modified time | relevance | path

Searched refs:SetSource (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcairo_cached_surface.h45 void SetSource(cairo_t* cr, int x, int y);
Dcustom_button.cc106 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()
Dcairo_cached_surface.cc46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) { in SetSource() function in CairoCachedSurface
Dbrowser_toolbar_gtk.cc495 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()
Dbrowser_window_gtk.cc434 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 …]
Dcustom_drag.h63 static void SetSource(GtkWidget* widget,
Dcustom_drag.cc94 void DownloadItemDrag::SetSource(GtkWidget* widget, in SetSource() function in DownloadItemDrag
Dabout_chrome_dialog.cc92 background->SetSource(cr, 0, 0); in OnEventBoxExpose()
Dfind_bar_gtk.cc902 background_left->SetSource(cr, border_allocation.x, border_allocation.y); in OnExpose()
911 background->SetSource(cr, in OnExpose()
Dgtk_util.cc824 background->SetSource(cr, tabstrip_origin.x(), tabstrip_origin.y()); in DrawThemedToolbarBackground()
/external/chromium/chrome/common/
Dwin_safe_util.cc58 hr = attachment_services->SetSource(source_url.c_str()); in SaferOpenItemViaShell()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc409 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnDownloadUpdated()
529 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_); in OnLoadLargeIconComplete()