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

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 77 inspect_with_devtools_ = show_action == SHOW_AND_INSPECT;
135 // Set inspect_with_devtools_ so the popup will be kept open while
137 inspect_with_devtools_ = true;
177 if (active && !inspect_with_devtools_ && activated_view != this_view &&
192 if (!inspect_with_devtools_ && anchor_window == gained_active &&
250 if (inspect_with_devtools_) {
extension_popup.h 117 bool inspect_with_devtools_; member in class:ExtensionPopup
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 58 inspect_with_devtools_(inspect_with_devtools),
108 inspect_with_devtools_ || // The popup is being inspected.
134 if (inspect_with_devtools_) {
extension_popup.h 116 bool inspect_with_devtools_; member in class:ExtensionPopup

Completed in 535 milliseconds