OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserImageSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.h
17
//
UserImageSource
is the data source that serves user images for users that
19
class
UserImageSource
: public ChromeURLDataManager::DataSource {
21
UserImageSource
();
36
virtual ~
UserImageSource
();
38
DISALLOW_COPY_AND_ASSIGN(
UserImageSource
);
user_image_source.cc
16
std::vector<unsigned char>
UserImageSource
::GetUserImage(
34
UserImageSource
::
UserImageSource
()
38
UserImageSource
::~
UserImageSource
() {}
40
void
UserImageSource
::StartDataRequest(const std::string& path,
49
std::string
UserImageSource
::GetMimeType(const std::string&) const {
Completed in 177 milliseconds