HomeSort by relevance Sort by last modified time
    Searched refs:drag_context_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h 89 GdkDragContext* drag_context_; member in class:TabContentsDragSource
tab_contents_drag_source.cc 36 drag_context_(NULL),
75 if (drag_context_) {
130 drag_context_ = gtk_drag_begin(drag_widget_, list,
139 if (!drag_context_) {
362 drag_context_ = NULL;
  /external/chromium_org/content/browser/web_contents/
web_drag_source_gtk.h 92 GdkDragContext* drag_context_; member in class:content::WebDragSourceGtk
web_drag_source_gtk.cc 42 drag_context_(NULL),
77 if (drag_context_) {
135 drag_context_ = gtk_drag_begin(drag_widget_, list,
144 if (!drag_context_) {
383 drag_context_ = NULL;

Completed in 726 milliseconds