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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 18 class ChangePictureOptionsHandler : public OptionsPageUIHandler,
21 ChangePictureOptionsHandler();
22 virtual ~ChangePictureOptionsHandler();
51 DISALLOW_COPY_AND_ASSIGN(ChangePictureOptionsHandler);
change_picture_options_handler.cc 50 ChangePictureOptionsHandler::ChangePictureOptionsHandler() {
53 ChangePictureOptionsHandler::~ChangePictureOptionsHandler() {
58 void ChangePictureOptionsHandler::GetLocalizedValues(
71 void ChangePictureOptionsHandler::RegisterMessages() {
75 NewCallback(this, &ChangePictureOptionsHandler::ChooseFile));
78 NewCallback(this, &ChangePictureOptionsHandler::TakePhoto));
81 NewCallback(this, &ChangePictureOptionsHandler::GetAvailableImages));
84 NewCallback(this, &ChangePictureOptionsHandler::SelectImage))
    [all...]

Completed in 35 milliseconds