OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_dict
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_prefs.cc
283
DictionaryValue*
extension_dict
= NULL;
local
284
if (!dict->GetDictionaryWithoutPathExpansion(*i, &
extension_dict
))
287
if (
extension_dict
->GetInteger(kPrefLocation, &location_value) &&
293
if (!
extension_dict
->GetString(kPrefPath, &path_string))
307
DictionaryValue*
extension_dict
= NULL;
local
308
update_dict->GetDictionaryWithoutPathExpansion(*i, &
extension_dict
);
310
extension_dict
->GetString(kPrefPath, &path_string);
312
extension_dict
->SetString(kPrefPath,
324
DictionaryValue*
extension_dict
= NULL;
local
325
if (!dict->GetDictionaryWithoutPathExpansion(*i, &
extension_dict
)) {
866
DictionaryValue*
extension_dict
= update.Get();
local
982
const DictionaryValue*
extension_dict
= GetExtensionPref(extension->id());
local
[
all
...]
/external/protobuf/python/google/protobuf/
reflection.py
294
extension_dict
= descriptor.extensions_by_name
295
for extension_name, extension_field in
extension_dict
.iteritems():
572
extension_dict
= descriptor.extensions_by_name
573
for extension_name, extension_field in
extension_dict
.iteritems():
[
all
...]
Completed in 6770 milliseconds