OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNativeImageNamed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/base/resource/
resource_bundle_android.cc
26
gfx::Image& ResourceBundle::
GetNativeImageNamed
(int resource_id, ImageRTL rtl) {
resource_bundle_auralinux.cc
45
gfx::Image& ResourceBundle::
GetNativeImageNamed
(int resource_id, ImageRTL rtl) {
resource_bundle_gtk.cc
73
gfx::Image& ResourceBundle::
GetNativeImageNamed
(int resource_id, ImageRTL rtl) {
86
image = delegate_->
GetNativeImageNamed
(resource_id, rtl);
resource_bundle_win.cc
73
gfx::Image& ResourceBundle::
GetNativeImageNamed
(int resource_id, ImageRTL rtl) {
resource_bundle.cc
388
gfx::Image& ResourceBundle::
GetNativeImageNamed
(int resource_id) {
389
return
GetNativeImageNamed
(resource_id, RTL_DISABLED);
/external/chromium_org/apps/shell/
shell_content_client.cc
41
gfx::Image& ShellContentClient::
GetNativeImageNamed
(int resource_id) const {
42
return ResourceBundle::GetSharedInstance().
GetNativeImageNamed
(resource_id);
/external/chromium_org/content/shell/common/
shell_content_client.cc
83
gfx::Image& ShellContentClient::
GetNativeImageNamed
(int resource_id) const {
84
return ResourceBundle::GetSharedInstance().
GetNativeImageNamed
(resource_id);
/external/chromium_org/content/public/common/
content_client.cc
107
gfx::Image& ContentClient::
GetNativeImageNamed
(int resource_id) const {
/external/chromium_org/chrome/common/
chrome_content_client.cc
515
gfx::Image& ChromeContentClient::
GetNativeImageNamed
(int resource_id) const {
516
return ResourceBundle::GetSharedInstance().
GetNativeImageNamed
(resource_id);
Completed in 86 milliseconds