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

  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.h 61 void LoadAccountPicture(const ListValue* args);
personal_options_handler.cc 217 "loadAccountPicture",
218 NewCallback(this, &PersonalOptionsHandler::LoadAccountPicture));
229 LoadAccountPicture(NULL);
418 void PersonalOptionsHandler::LoadAccountPicture(const ListValue* args) {

Completed in 43 milliseconds