OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:terminated_extensions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/
extension_registry.h
56
const ExtensionSet&
terminated_extensions
() const {
function in class:extensions::ExtensionRegistry
104
// *
terminated_extensions
() --> ExtensionRegistry::TERMINATED
/external/chromium_org/chrome/browser/background/
background_application_list_model.cc
113
const ExtensionSet&
terminated_extensions
= registry->
terminated_extensions
();
local
114
for (ExtensionSet::const_iterator cursor =
terminated_extensions
.begin();
115
cursor !=
terminated_extensions
.end();
Completed in 524 milliseconds