OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorId
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ui/native_theme/
fallback_theme.h
21
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
native_theme_android.h
17
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
native_theme_gtk.h
17
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
native_theme_mac.h
17
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
native_theme_android.cc
23
SkColor NativeThemeAndroid::GetSystemColor(
ColorId
color_id) const {
common_theme.h
18
NativeTheme::
ColorId
color_id,
native_theme.h
29
// state is part-specific. The supported colors are listed in the
ColorId
enum.
225
enum
ColorId
{
283
virtual SkColor GetSystemColor(
ColorId
color_id) const = 0;
native_theme_gtk.cc
54
SkColor NativeThemeGtk::GetSystemColor(
ColorId
color_id) const {
common_theme.cc
40
bool CommonThemeGetSystemColor(NativeTheme::
ColorId
color_id, SkColor* color) {
fallback_theme.cc
21
SkColor FallbackTheme::GetSystemColor(
ColorId
color_id) const {
native_theme_win.h
112
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
native_theme_win.cc
489
SkColor NativeThemeWin::GetSystemColor(
ColorId
color_id) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h
25
virtual SkColor GetSystemColor(
ColorId
color_id) const OVERRIDE;
41
GdkColor GetSystemGdkColor(
ColorId
color_id) const;
native_theme_gtk2.cc
60
SkColor NativeThemeGtk2::GetSystemColor(
ColorId
color_id) const {
150
GdkColor NativeThemeGtk2::GetSystemGdkColor(
ColorId
color_id) const {
/external/chromium_org/ui/views/controls/tree/
tree_view.cc
52
ui::NativeTheme::
ColorId
text_background_color_id(bool has_focus) {
60
ui::NativeTheme::
ColorId
text_color_id(bool has_focus, bool is_selected) {
804
const ui::NativeTheme::
ColorId
color_id =
/external/chromium_org/ui/views/controls/table/
table_view.cc
58
ui::NativeTheme::
ColorId
text_background_color_id(bool has_focus) {
65
ui::NativeTheme::
ColorId
selected_text_color_id(bool has_focus) {
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
791
ui::NativeTheme::
ColorId
color_id =
[
all
...]
Completed in 83 milliseconds