Home | History | Annotate | Download | only in chromeos

Lines Matching defs:ChangePictureOptionsHandler

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));
87 void ChangePictureOptionsHandler::ChooseFile(const ListValue* args) {
114 void ChangePictureOptionsHandler::TakePhoto(const ListValue* args) {
124 void ChangePictureOptionsHandler::GetAvailableImages(const ListValue* args) {
134 void ChangePictureOptionsHandler::SelectImage(const ListValue* args) {
155 void ChangePictureOptionsHandler::FileSelected(const FilePath& path,
161 gfx::NativeWindow ChangePictureOptionsHandler::GetBrowserWindow() const {