OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_extensions_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc
44
cached_extensions_
(new base::DictionaryValue()),
67
cached_extensions_
->Clear();
82
for (base::DictionaryValue::Iterator it(*
cached_extensions_
.get());
98
cached_extensions_
->Remove(id, NULL);
117
cached_extensions_
->Remove(ids[i], NULL);
166
if (!
cached_extensions_
->HasKey(id)) {
198
return extensions_->HasKey(id) && !
cached_extensions_
->HasKey(id);
204
if (
cached_extensions_
->GetDictionary(id, &extension_dictionary)) {
218
delegate_->OnExtensionListsUpdated(
cached_extensions_
.get());
231
cached_extensions_
->Clear()
[
all
...]
external_cache.h
80
return
cached_extensions_
.get();
182
scoped_ptr<base::DictionaryValue>
cached_extensions_
;
member in class:chromeos::ExternalCache
/external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.cc
77
CacheMap::iterator it =
cached_extensions_
.find(id);
78
if (it ==
cached_extensions_
.end())
114
CacheMap::iterator it =
cached_extensions_
.find(id);
115
if (it !=
cached_extensions_
.end()) {
142
CacheMap::iterator it =
cached_extensions_
.find(id);
143
if (it ==
cached_extensions_
.end())
151
cached_extensions_
.erase(it);
161
for (CacheMap::iterator it =
cached_extensions_
.begin();
162
it !=
cached_extensions_
.end(); ++it) {
165
*extensions_count =
cached_extensions_
.size()
[
all
...]
local_extension_cache.h
196
CacheMap
cached_extensions_
;
member in class:extensions::LocalExtensionCache
Completed in 1014 milliseconds