Lines Matching refs:NativeTheme
47 const ui::NativeTheme& theme) { in CreateShortcutLabel()
63 ui::NativeTheme::kColorId_LabelEnabledColor)); in CreateShortcutLabel()
65 ui::NativeTheme::kColorId_LabelDisabledColor)); in CreateShortcutLabel()
82 theme.GetSystemColor(ui::NativeTheme::kColorId_WindowBackground), in CreateShortcutLabel()
119 const ui::NativeTheme& theme) { in CreateAnnotationLabel()
127 ui::NativeTheme::kColorId_LabelDisabledColor)); in CreateAnnotationLabel()
149 const ui::NativeTheme& theme = *GetNativeTheme(); in CandidateView()
162 ui::NativeTheme::kColorId_FocusedBorderColor))); in CandidateView()
200 ui::NativeTheme* theme = GetNativeTheme(); in SetHighlighted()
203 ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused))); in SetHighlighted()
206 theme->GetSystemColor(ui::NativeTheme::kColorId_FocusedBorderColor))); in SetHighlighted()