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 598 bool browser_terminating() const { return browser_terminating_; }
602 browser_terminating_ = value;
837 bool browser_terminating_; member in class:ExtensionService
    [all...]
extension_service.cc 366 browser_terminating_(false),
709 if (browser_terminating_) {
    [all...]

Completed in 25 milliseconds