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

  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 153 ExtensionService::INCLUDE_DISABLED));
161 ExtensionService::INCLUDE_DISABLED));
173 ExtensionService::INCLUDE_DISABLED));
208 ExtensionService::INCLUDE_DISABLED));
223 ExtensionService::INCLUDE_DISABLED));
229 ExtensionService::INCLUDE_DISABLED));
  /external/chromium_org/chrome/browser/extensions/
extension_service.h 88 bool include_disabled) const = 0;
231 const std::string& id, bool include_disabled) const OVERRIDE;
236 INCLUDE_DISABLED = 1 << 1,
244 // * disabled_extensions() --> INCLUDE_DISABLED
    [all...]
extension_service.cc 491 const std::string& id, bool include_disabled) const {
493 if (include_disabled) {
497 include_mask |= INCLUDE_DISABLED | INCLUDE_BLACKLISTED;
516 if (include_mask & INCLUDE_DISABLED) {
    [all...]

Completed in 156 milliseconds