OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageDataUrlFromResource
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/
web_ui_util.h
25
std::string
GetImageDataUrlFromResource
(int resource_id);
web_ui_util.cc
26
std::string
GetImageDataUrlFromResource
(int res) {
/external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc
19
std::string url = web_ui_util::
GetImageDataUrlFromResource
(icon_resource_id);
/external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc
271
new StringValue(web_ui_util::
GetImageDataUrlFromResource
(res)));
Completed in 44 milliseconds