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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 132 last_mouse_down_(NULL),
188 last_mouse_down_ = gdk_event_copy(reinterpret_cast<GdkEvent*>(event));
192 if (!last_mouse_down_) {
207 if (last_mouse_down_) {
208 gdk_event_free(last_mouse_down_);
209 last_mouse_down_ = NULL;
223 if (last_mouse_down_) {
226 gdk_event_free(last_mouse_down_);
227 last_mouse_down_ = NULL;
279 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root)
    [all...]
tab_gtk.h 185 GdkEvent* last_mouse_down_; member in class:TabGtk
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 121 return last_mouse_down_;
254 GdkEventButton* last_mouse_down_; member in class:RenderWidgetHostViewGtk
render_widget_host_view_gtk.cc 517 last_mouse_down_(NULL) {
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 127 GdkEventButton last_mouse_down_; member in class:TabContentsViewGtk
tab_contents_view_touch.h 119 GdkEventButton last_mouse_down_; member in class:TabContentsViewTouch
tab_contents_view_gtk.cc 234 drag_source_->StartDragging(drop_data, ops, &last_mouse_down_,
399 last_mouse_down_ = *event;

Completed in 912 milliseconds