OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPixbufImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/themes/
theme_service_gtk.cc
15
return
GetPixbufImpl
(id, false);
19
return
GetPixbufImpl
(id, true);
22
GdkPixbuf* ThemeService::
GetPixbufImpl
(int id, bool rtl_enabled) const {
theme_service.h
267
GdkPixbuf*
GetPixbufImpl
(int id, bool rtl_enabled) const;
/external/chromium_org/chrome/browser/themes/
theme_service_gtk.cc
17
return
GetPixbufImpl
(id, true);
20
GdkPixbuf* ThemeService::
GetPixbufImpl
(int id, bool rtl_enabled) const {
theme_service.h
228
GdkPixbuf*
GetPixbufImpl
(int id, bool rtl_enabled) const;
Completed in 124 milliseconds