HomeSort by relevance Sort by last modified time
    Searched refs:OnNativeThemeChanged (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/message_center/views/
bounded_label.h 62 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
bounded_label.cc 87 OnNativeThemeChanged(theme);
339 void BoundedLabel::OnNativeThemeChanged(const ui::NativeTheme* theme) {
  /external/chromium_org/ui/views/controls/button/
label_button.h 94 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
text_button.h 201 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
text_button.cc 219 // OnNativeThemeChanged sets the color member variables.
220 TextButtonBase::OnNativeThemeChanged(GetNativeTheme());
528 void TextButtonBase::OnNativeThemeChanged(const ui::NativeTheme* theme) {
label_button.cc 324 void LabelButton::OnNativeThemeChanged(const ui::NativeTheme* theme) {
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 134 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
bubble_delegate.cc 321 void BubbleDelegateView::OnNativeThemeChanged(const ui::NativeTheme* theme) {
  /external/chromium_org/ui/views/controls/
label.h 197 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
label.cc 351 void Label::OnNativeThemeChanged(const ui::NativeTheme* theme) {
scroll_view.cc 28 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE {
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 80 virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE;
native_textfield_views.cc 362 void NativeTextfieldViews::OnNativeThemeChanged(const ui::NativeTheme* theme) {
    [all...]
  /external/chromium_org/ui/views/
view.h     [all...]
view.cc     [all...]

Completed in 4105 milliseconds