Searched defs:ClearPref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_browsertest.cc53 void OptionsBrowserTest::ClearPref(const char* path) { function in class:OptionsBrowserTest
54 browser()->profile()->GetPrefs()->ClearPref(path);
H A Dcore_options_handler.cc328 void CoreOptionsHandler::ClearPref(const std::string& pref_name, function in class:options::CoreOptionsHandler
331 pref_service->ClearPref(pref_name.c_str());
634 ClearPref(pref_name, metric);
/external/chromium_org/base/prefs/
H A Dpref_service.cc325 void PrefService::ClearPref(const char* path) { function in class:PrefService
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc1052 void ClearPref(const std::string& extension_id, function in class:ExtensionServiceTest

Completed in 101 milliseconds