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

  /external/chromium_org/chrome/browser/extensions/
extension_service.h 386 bool browser_terminating() const { return browser_terminating_; }
420 browser_terminating_ = value;
646 bool browser_terminating_; member in class:ExtensionService
extension_service.cc 290 browser_terminating_(false),
511 if (browser_terminating_) {
    [all...]

Completed in 38 milliseconds