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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_options_handler.h 14 class SystemOptionsHandler : public chromeos::CrosOptionsPageUIHandler {
16 SystemOptionsHandler();
17 virtual ~SystemOptionsHandler();
31 DISALLOW_COPY_AND_ASSIGN(SystemOptionsHandler);
system_options_handler.cc 25 SystemOptionsHandler::SystemOptionsHandler()
30 SystemOptionsHandler::~SystemOptionsHandler() {
33 void SystemOptionsHandler::GetLocalizedValues(
80 void SystemOptionsHandler::Initialize() {
89 void SystemOptionsHandler::RegisterMessages() {
92 NewCallback(this, &SystemOptionsHandler::AccessibilityChangeCallback));
95 void SystemOptionsHandler::AccessibilityChangeCallback(const ListValue* args) {

Completed in 4092 milliseconds