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

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 186 bool is_showing_context_menu_; member in class:RenderWidgetHostViewGtk
render_widget_host_view_views.h 184 bool is_showing_context_menu_; member in class:RenderWidgetHostViewViews
render_widget_host_view_gtk.cc 214 if (!host_view->is_showing_context_menu_)
505 is_showing_context_menu_(false),
841 is_showing_context_menu_ = showing;
    [all...]
render_widget_host_view_views.cc 160 is_showing_context_menu_(false),
364 is_showing_context_menu_ = showing;
896 if (!is_showing_context_menu_ && !is_hidden_)

Completed in 321 milliseconds