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

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 37 virtual base::Value* CreateValueForPref(
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.h 91 virtual base::Value* CreateValueForPref(
core_options_handler.cc 264 return CreateValueForPref(pref_name, std::string());
356 CreateValueForPref(pref_name, controlling_pref_name));
376 base::Value* CoreOptionsHandler::CreateValueForPref(
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 211 // CoreOptionsHandler::CreateValueForPref() does.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 418 * the same dictionary format as CoreOptionsHandler::CreateValueForPref.
    [all...]

Completed in 233 milliseconds