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

  /external/chromium_org/ui/native_theme/
native_theme.h 105 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::ButtonExtraParams
112 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::InnerSpinButtonExtraParams
139 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::MenuListExtraParams
169 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::ScrollbarTrackExtraParams
189 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::TextFieldExtraParams
194 int classic_state; // Used on Windows when uxtheme is not available. member in struct:ui::NativeTheme::TrackbarExtraParams
native_theme_win.cc 747 // Adjust classic_state based on part, state, and extras.
748 int classic_state = extra.classic_state; local
751 classic_state |= DFCS_BUTTONCHECK;
754 classic_state |= DFCS_BUTTONRADIO;
757 classic_state |= DFCS_BUTTONPUSH;
766 classic_state |= DFCS_INACTIVE;
772 classic_state |= DFCS_PUSHED;
780 classic_state |= DFCS_CHECKED;
795 DrawFrameControl(hdc, rect, DFC_BUTTON, classic_state);
1146 int classic_state = DFCS_SCROLLDOWN; local
    [all...]
native_theme_win.h 100 int classic_state,
211 // Paints a scrollbar arrow. |classic_state| should have the appropriate
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 290 params_.scrollbar_track.classic_state = 0;
  /external/chromium_org/ui/views/controls/button/
label_button.cc 374 params->button.classic_state = 0;

Completed in 201 milliseconds