HomeSort by relevance Sort by last modified time
    Searched refs:SetSource (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
45 void SetSource(cairo_t* cr, int x, int y);
cairo_cached_surface.cc 46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) {
custom_drag.h 63 static void SetSource(GtkWidget* widget,
custom_button.cc 106 background_image_->SetSource(cairo_context, x, y);
110 pixbuf->SetSource(cairo_context, x, y);
114 hover_pixbuf->SetSource(cairo_context, x, y);
browser_toolbar_gtk.cc 495 background->SetSource(cr, tabstrip_origin.x(), tabstrip_origin.y());
522 left_corner->SetSource(copy_cr, left.x(), left.y());
528 right_corner->SetSource(copy_cr, right.x(), right.y());
538 background->SetSource(copy_cr, tabstrip_origin.x(), tabstrip_origin.y());
custom_drag.cc 94 void DownloadItemDrag::SetSource(GtkWidget* widget,
browser_window_gtk.cc 434 top_center->SetSource(cr, center_left_x, top_y - kContentShadowThickness);
450 top_left->SetSource(
462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness);
486 left->SetSource(cr, left_x - kContentShadowThickness, side_y);
499 right->SetSource(cr, right_side_x, side_y);
513 bottom_left->SetSource(cr, left_x - kContentShadowThickness, bottom_y - 1);
518 bottom_right->SetSource(cr, right_x - 1, bottom_y - 1);
525 bottom->SetSource(cr, left_x + 1, bottom_y - 1);
548 surface->SetSource(cr, 0, GetVerticalOffset());
566 surface->SetSource(cr, 0, GetVerticalOffset())
    [all...]
about_chrome_dialog.cc 92 background->SetSource(cr, 0, 0);
  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.h 49 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
55 void SetSource(cairo_t* cr, GtkWidget* widget, int x, int y) const;
56 void SetSource(cairo_t* cr, GdkDisplay* display, int x, int y) const;
cairo_cached_surface.cc 51 void CairoCachedSurface::SetSource(cairo_t* cr, GtkWidget* widget,
53 SetSource(cr, gtk_widget_get_display(widget), x, y);
56 void CairoCachedSurface::SetSource(cairo_t* cr, GdkDisplay* display,
  /external/chromium_org/chrome/browser/extensions/api/web_request/
form_data_parser.h 66 // Returns the next name-value pair as |result|. After SetSource has
72 // caller and the source should live until |this| dies or |this->SetSource()|
74 virtual bool SetSource(const base::StringPiece& source) = 0;
form_data_parser.cc 86 virtual bool SetSource(const base::StringPiece& source) OVERRIDE;
185 // This parser supports multiple sources, i.e., SetSource can be called multiple
196 virtual bool SetSource(const base::StringPiece& source) OVERRIDE;
392 bool FormDataParserUrlEncoded::SetSource(const base::StringPiece& source) {
531 bool FormDataParserMultipart::SetSource(const base::StringPiece& source) {
form_data_parser_unittest.cc 41 if (!parser->SetSource(*(bytes[block])))
62 if (!parser->SetSource(*(bytes[block])))
upload_data_presenter.cc 122 if (!parser_->SetSource(base::StringPiece(bytes_reader->bytes(),
  /external/chromium_org/content/browser/
safe_util_win.cc 81 // Note: SetSource looks like it needs to be called, even if empty.
84 hr = attachment_services->SetSource(UTF8ToWide(source_url).c_str());
  /external/chromium/chrome/common/
win_safe_util.cc 58 hr = attachment_services->SetSource(source_url.c_str());
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.h 67 static void SetSource(GtkWidget* widget,
custom_button.cc 120 background_image_->SetSource(cairo_context, widget, x, y);
124 pixbuf->SetSource(cairo_context, widget, x, y);
128 hover_pixbuf->SetSource(cairo_context, widget, x, y);
nine_box.cc 24 src->ToCairo()->SetSource(cr, widget, x, y);
35 src->ToCairo()->SetSource(cr, widget, x, y);
46 src->ToCairo()->SetSource(tiled, widget, 0, 0);
throbber_gtk.cc 72 cairo_frames->SetSource(cairo_context, widget, -image_offset, 0);
browser_toolbar_gtk.cc 547 background.ToCairo()->SetSource(
576 SetSource(copy_cr, widget, left.x(), left.y());
581 SetSource(copy_cr, widget, right.x(), right.y());
591 background.ToCairo()->SetSource(copy_cr, widget,
custom_drag.cc 154 void DownloadItemDrag::SetSource(GtkWidget* widget,
browser_window_gtk.cc 402 top_center->SetSource(cr, GTK_WIDGET(window_),
419 top_left->SetSource(cr, GTK_WIDGET(window_),
431 top_right->SetSource(cr, GTK_WIDGET(window_),
456 left->SetSource(cr, GTK_WIDGET(window_),
470 right->SetSource(cr, GTK_WIDGET(window_), right_side_x, side_y);
484 bottom_left->SetSource(cr, GTK_WIDGET(window_),
490 bottom_right->SetSource(cr, GTK_WIDGET(window_), right_x - 1, bottom_y - 1);
497 bottom->SetSource(cr, GTK_WIDGET(window_), left_x + 1, bottom_y - 1);
519 surface->SetSource(cr, widget, 0, GetVerticalOffset());
537 surface->SetSource(cr, widget, 0, GetVerticalOffset())
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 520 tab_bg.ToCairo()->SetSource(cr, widget, -x(), -offset_y);
533 active_bg.ToCairo()->SetSource(cr, widget, -x(), 0);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 668 left_tab_shadow->SetSource(cr, widget,
674 right_tab_shadow->SetSource(cr, widget,
682 tiling_shadow->SetSource(cr, widget, allocation.x, allocation.y);

Completed in 319 milliseconds

1 2 3