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

  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.h 40 void HandleSetPref(const base::ListValue* args);
options_browsertest.cc 35 "optionsTestSetPref", base::Bind(&OptionsBrowserTest::HandleSetPref,
57 void OptionsBrowserTest::HandleSetPref(const base::ListValue* args) {
core_options_handler.cc 516 HandleSetPref(args, TYPE_BOOLEAN);
520 HandleSetPref(args, TYPE_INTEGER);
524 HandleSetPref(args, TYPE_DOUBLE);
528 HandleSetPref(args, TYPE_STRING);
532 HandleSetPref(args, TYPE_URL);
536 HandleSetPref(args, TYPE_LIST);
539 void CoreOptionsHandler::HandleSetPref(const base::ListValue* args,
core_options_handler.h 146 void HandleSetPref(const base::ListValue* args, PrefType type);

Completed in 139 milliseconds