HomeSort by relevance Sort by last modified time
    Searched refs:showing_context_menu_ (Results 1 - 6 of 6) 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 389 showing_context_menu_(false),
434 return showing_context_menu_;
438 DCHECK_NE(showing_context_menu_, showing);
439 showing_context_menu_ = showing;
render_widget_host_view_base.h 140 bool showing_context_menu_; member in class:content::RenderWidgetHostViewBase
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 69 showing_context_menu_(false),
82 if (showing_context_menu_) {
230 if (IsPopup() || showing_context_menu_) {
240 if (IsPopup() || showing_context_menu_)
256 showing_context_menu_ = true;
266 showing_context_menu_ = false;
    [all...]
browser_actions_container.h 134 bool showing_context_menu_; member in class:BrowserActionButton

Completed in 754 milliseconds