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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 38 void FetchUserPictures(const ListValue* args);
accounts_options_handler.cc 37 web_ui_->RegisterMessageCallback("fetchUserPictures",
38 NewCallback(this, &AccountsOptionsHandler::FetchUserPictures));
98 void AccountsOptionsHandler::FetchUserPictures(const ListValue* args) {

Completed in 1745 milliseconds