OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drag_pixbuf_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc
33
drag_pixbuf_
(NULL),
110
drag_pixbuf_
= gfx::GdkPixbufFromSkBitmap(&image);
316
if (
drag_pixbuf_
) {
318
gdk_pixbuf_get_width(
drag_pixbuf_
),
319
gdk_pixbuf_get_height(
drag_pixbuf_
));
336
if (
drag_pixbuf_
) {
337
g_object_unref(
drag_pixbuf_
);
338
drag_pixbuf_
= NULL;
375
gdk_cairo_set_source_pixbuf(cr,
drag_pixbuf_
, 0, 0);
tab_contents_drag_source.h
71
GdkPixbuf*
drag_pixbuf_
;
member in class:TabContentsDragSource
/external/chromium_org/content/browser/web_contents/
web_drag_source_gtk.cc
39
drag_pixbuf_
(NULL),
113
drag_pixbuf_
= gfx::GdkPixbufFromSkBitmap(image);
337
if (
drag_pixbuf_
) {
339
gdk_pixbuf_get_width(
drag_pixbuf_
),
340
gdk_pixbuf_get_height(
drag_pixbuf_
));
357
if (
drag_pixbuf_
) {
358
g_object_unref(
drag_pixbuf_
);
359
drag_pixbuf_
= NULL;
396
gdk_cairo_set_source_pixbuf(cr,
drag_pixbuf_
, 0, 0);
web_drag_source_gtk.h
74
GdkPixbuf*
drag_pixbuf_
;
member in class:content::WebDragSourceGtk
Completed in 62 milliseconds