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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 18 class AccountsOptionsHandler : public CrosOptionsPageUIHandler {
20 AccountsOptionsHandler();
21 virtual ~AccountsOptionsHandler();
45 DISALLOW_COPY_AND_ASSIGN(AccountsOptionsHandler);
accounts_options_handler.cc 24 AccountsOptionsHandler::AccountsOptionsHandler()
28 AccountsOptionsHandler::~AccountsOptionsHandler() {
31 void AccountsOptionsHandler::RegisterMessages() {
34 NewCallback(this, &AccountsOptionsHandler::WhitelistUser));
36 NewCallback(this, &AccountsOptionsHandler::UnwhitelistUser));
38 NewCallback(this, &AccountsOptionsHandler::FetchUserPictures));
40 NewCallback(this, &AccountsOptionsHandler::WhitelistExistingUsers));
43 void AccountsOptionsHandler::GetLocalizedValues
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 216 new chromeos::AccountsOptionsHandler());

Completed in 51 milliseconds