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

  /external/chromium_org/extensions/browser/
extension_registry.cc 27 installed_extensions->InsertAll(terminated_extensions_);
98 const Extension* extension = terminated_extensions_.GetByID(lowercase_id);
130 return terminated_extensions_.Insert(extension);
134 return terminated_extensions_.Remove(id);
149 terminated_extensions_.Clear();
extension_registry.h 54 return terminated_extensions_;
151 ExtensionSet terminated_extensions_; member in class:extensions::ExtensionRegistry

Completed in 231 milliseconds