OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserImages
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_manager.h
158
typedef base::hash_map<std::string, SkBitmap>
UserImages
;
159
mutable
UserImages
user_images_;
user_manager.cc
47
const char kUserImages[] = "
UserImages
";
260
UserImages
::const_iterator image_it = user_images_.find(email);
Completed in 436 milliseconds