Home
last modified time | relevance | path

Searched refs:is_popup_first_mouse_release_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h208 bool is_popup_first_mouse_release_; variable
Drender_widget_host_view_gtk.cc313 !host_view->is_popup_first_mouse_release_ && !click_in_popup) { in OnButtonPressReleaseEvent()
326 host_view->is_popup_first_mouse_release_ = false; in OnButtonPressReleaseEvent()
509 is_popup_first_mouse_release_(true), in RenderWidgetHostViewGtk()