HomeSort by relevance Sort by last modified time
    Searched defs:CreateValueForPref (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 164 return CreateValueForPref(pref_name, controlling_pref);
171 // Decorate pref value as CoreOptionsHandler::CreateValueForPref() does.
172 // TODO(estade): seems that this should replicate CreateValueForPref less.
241 base::Value* CoreChromeOSOptionsHandler::CreateValueForPref(
278 return CoreOptionsHandler::CreateValueForPref(pref_name,
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.cc 264 return CreateValueForPref(pref_name, std::string());
356 CreateValueForPref(pref_name, controlling_pref_name));
376 base::Value* CoreOptionsHandler::CreateValueForPref(

Completed in 95 milliseconds