OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dict_src
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc
173
const DictionaryValue*
dict_src
;
local
174
if (args->GetSize() == 1 && args->GetDictionary(0, &
dict_src
))
175
profile->GetPrefs()->Set(prefs::kDevToolsPortForwardingConfig, *
dict_src
);
Completed in 549 milliseconds