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

  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 102 showing_context_menu_(false),
114 if (showing_context_menu_) {
142 if (showing_context_menu_) {
164 showing_context_menu_ = true;
191 showing_context_menu_ = false;
pepper_flash_menu_host.h 52 bool showing_context_menu_; member in class:PepperFlashMenuHost
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 371 showing_context_menu_(false),
428 return showing_context_menu_;
432 DCHECK_NE(showing_context_menu_, showing);
433 showing_context_menu_ = showing;
render_widget_host_view_base.h 412 bool showing_context_menu_; member in class:content::RenderWidgetHostViewBase

Completed in 161 milliseconds