OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSystemColor
(Results
1 - 25
of
47
) sorted by null
1
2
/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_mac_unittest.cc
23
native_theme->
GetSystemColor
(static_cast<NativeTheme::ColorId>(i)))
24
<< "
GetSystemColor
() unexpectedly gave a fully transparent color.";
35
native_theme->
GetSystemColor
(NativeTheme::kColorId_WindowBackground);
native_theme_android.cc
25
SkColor NativeThemeAndroid::
GetSystemColor
(ColorId color_id) const {
native_theme_mac.h
20
virtual SkColor
GetSystemColor
(ColorId color_id) const OVERRIDE;
fallback_theme.cc
20
SkColor FallbackTheme::
GetSystemColor
(ColorId color_id) const {
126
return
GetSystemColor
(kColorId_ButtonDisabledColor);
native_theme.h
241
// Colors for
GetSystemColor
().
328
virtual SkColor
GetSystemColor
(ColorId color_id) const = 0;
/external/chromium_org/ui/views/controls/button/
blue_button.cc
30
GetSystemColor
(ui::NativeTheme::kColorId_BlueButtonEnabledColor));
32
GetSystemColor
(ui::NativeTheme::kColorId_BlueButtonHoverColor));
34
GetSystemColor
(ui::NativeTheme::kColorId_BlueButtonPressedColor));
36
GetSystemColor
(ui::NativeTheme::kColorId_BlueButtonDisabledColor));
43
GetNativeTheme()->
GetSystemColor
(
label_button.cc
381
theme->
GetSystemColor
(ui::NativeTheme::kColorId_ButtonEnabledColor),
382
theme->
GetSystemColor
(ui::NativeTheme::kColorId_ButtonHoverColor),
383
theme->
GetSystemColor
(ui::NativeTheme::kColorId_ButtonHoverColor),
384
theme->
GetSystemColor
(ui::NativeTheme::kColorId_ButtonDisabledColor),
405
label_->SetBackgroundColor(theme->
GetSystemColor
(
/external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc
68
GetNativeTheme()->
GetSystemColor
(
/external/chromium_org/ash/ime/
infolist_window.cc
153
views::Background::CreateSolidBackground(GetNativeTheme()->
GetSystemColor
(
157
GetNativeTheme()->
GetSystemColor
(
180
views::Background::CreateSolidBackground(GetNativeTheme()->
GetSystemColor
(
184
GetNativeTheme()->
GetSystemColor
(
192
caption_label->SetEnabledColor(GetNativeTheme()->
GetSystemColor
(
197
GetNativeTheme()->
GetSystemColor
(
candidate_view.cc
62
shortcut_label->SetEnabledColor(theme.
GetSystemColor
(
64
shortcut_label->SetDisabledColor(theme.
GetSystemColor
(
82
theme.
GetSystemColor
(ui::NativeTheme::kColorId_WindowBackground),
126
annotation_label->SetEnabledColor(theme.
GetSystemColor
(
161
views::Background::CreateSolidBackground(theme.
GetSystemColor
(
202
views::Background::CreateSolidBackground(theme->
GetSystemColor
(
206
theme->
GetSystemColor
(ui::NativeTheme::kColorId_FocusedBorderColor)));
candidate_window_view.cc
106
GetNativeTheme()->
GetSystemColor
(
128
GetNativeTheme()->
GetSystemColor
(
158
views::Background::CreateSolidBackground(theme->
GetSystemColor
(
161
1, theme->
GetSystemColor
(ui::NativeTheme::kColorId_MenuBorderColor)));
/external/chromium_org/ui/views/
button_drag_utils.cc
50
theme->
GetSystemColor
(ui::NativeTheme::kColorId_LabelEnabledColor));
52
theme->
GetSystemColor
(ui::NativeTheme::kColorId_LabelBackgroundColor)));
/external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h
33
virtual SkColor
GetSystemColor
(ColorId color_id) const OVERRIDE;
48
// Implementation of
GetSystemColor
.
native_theme_gtk2.cc
22
// Theme colors returned by
GetSystemColor
().
153
SkColor NativeThemeGtk2::
GetSystemColor
(ColorId color_id) const {
168
paint.setColor(
GetSystemColor
(kColorId_MenuBackgroundColor));
180
canvas->drawColor(
GetSystemColor
(kColorId_MenuBackgroundColor),
195
color =
GetSystemColor
(NativeTheme::kColorId_MenuBackgroundColor);
199
color =
GetSystemColor
(
277
// Should be handled in
GetSystemColor
().
/external/chromium_org/ui/views/controls/
focusable_border.cc
45
color = view.GetNativeTheme()->
GetSystemColor
(
label.cc
513
requested_enabled_color_ = theme->
GetSystemColor
(
517
requested_disabled_color_ = theme->
GetSystemColor
(
521
background_color_ = theme->
GetSystemColor
(
/external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc
91
SetTextColor(views::Button::STATE_NORMAL, GetNativeTheme()->
GetSystemColor
(
93
SetTextColor(views::Button::STATE_HOVERED, GetNativeTheme()->
GetSystemColor
(
95
SetTextColor(views::Button::STATE_DISABLED, GetNativeTheme()->
GetSystemColor
(
/external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc
175
return theme->
GetSystemColor
(
178
return theme->
GetSystemColor
(
181
return theme->
GetSystemColor
(
193
return theme->
GetSystemColor
(
196
return theme->
GetSystemColor
(
199
return theme->
GetSystemColor
(
288
theme->
GetSystemColor
(
292
theme->
GetSystemColor
(
296
theme->
GetSystemColor
(
300
theme->
GetSystemColor
(
[
all
...]
/external/chromium_org/ui/views/corewm/
tooltip_aura.cc
206
native_theme->
GetSystemColor
(
210
label_.SetEnabledColor(native_theme->
GetSystemColor
(
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc
186
ui::NativeTheme::instance()->
GetSystemColor
(
/external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc
191
GetSystemColor
(ui::NativeTheme::kColorId_DialogBackground)));
282
SkColor color = widget->GetNativeTheme()->
GetSystemColor
(
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
269
views::Background::CreateSolidBackground(GetNativeTheme()->
GetSystemColor
(
272
GetNativeTheme()->
GetSystemColor
(
372
return native_theme->
GetSystemColor
(
376
return native_theme->
GetSystemColor
(
380
return native_theme->
GetSystemColor
(
[
all
...]
/external/chromium_org/ui/views/controls/table/
table_view.cc
476
canvas->DrawColor(GetNativeTheme()->
GetSystemColor
(
486
const SkColor selected_bg_color = GetNativeTheme()->
GetSystemColor
(
488
const SkColor fg_color = GetNativeTheme()->
GetSystemColor
(
490
const SkColor selected_fg_color = GetNativeTheme()->
GetSystemColor
(
543
const SkColor grouping_color = GetNativeTheme()->
GetSystemColor
(
Completed in 419 milliseconds
1
2