OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag_pixbuf_
(Results
1 - 2
of
2
) 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
Completed in 526 milliseconds