OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extension_dict
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/
browser.py
10
from telemetry.core import
extension_dict
namespace
111
return
extension_dict
.ExtensionDict(self._browser_backend.extension_backend)
/external/chromium_org/extensions/browser/
extension_prefs.cc
406
const base::DictionaryValue*
extension_dict
= NULL;
local
407
if (!i.value().GetAsDictionary(&
extension_dict
))
410
if (
extension_dict
->GetInteger(kPrefLocation, &location_value) &&
417
if (!
extension_dict
->GetString(kPrefPath, &path_string))
431
base::DictionaryValue*
extension_dict
= NULL;
local
432
if (!update_dict->GetDictionaryWithoutPathExpansion(*i, &
extension_dict
)) {
437
extension_dict
->GetString(kPrefPath, &path_string);
439
extension_dict
->SetString(kPrefPath,
448
const base::DictionaryValue*
extension_dict
= NULL;
local
450
!extensions->GetDictionary(extension_id, &
extension_dict
)) {
1230
base::DictionaryValue*
extension_dict
= update.Get();
local
1313
const base::DictionaryValue*
extension_dict
=
local
1441
base::DictionaryValue*
extension_dict
= new base::DictionaryValue();
local
1478
base::DictionaryValue*
extension_dict
= update.Get();
local
[
all
...]
Completed in 236 milliseconds