OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pref_key
(Results
26 - 27
of
27
) sorted by null
1
2
/external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc
54
// returns true and sets |
pref_key
| to the key in the content settings
58
std::string*
pref_key
) {
60
*
pref_key
= kPerPluginPrefName;
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
121
const char*
pref_key
,
134
prefs->SetStringWithoutPathExpansion(
pref_key
, value);
162
std::string
pref_key
= GetPrefKeyForRootWindow(root_window);
164
if (!
pref_key
.empty()) {
169
if (shelf_prefs->GetDictionary(
pref_key
, &display_pref) &&
[
all
...]
Completed in 1377 milliseconds
1
2