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

  /external/chromium_org/ui/native_theme/
native_theme_aura.h 66 const int image_ids[kMaxState][9],
68 scoped_ptr<gfx::NineImagePainter> painters[kMaxState]) const;
78 scrollbar_thumb_painters_[kMaxState];
81 scrollbar_arrow_button_painters_[kMaxState];
91 const uint8 fill_alphas[kMaxState],
93 const uint8 stroke_alphas[kMaxState]);
105 const uint8 fill_alphas[kMaxState],
107 const uint8 stroke_alphas[kMaxState]) const;
native_theme_aura.cc 32 const int kScrollbarThumbImages[NativeTheme::kMaxState][9] = {
39 const int kScrollbarArrowButtonImages[NativeTheme::kMaxState][9] = {
46 const uint8 kScrollbarOverlayThumbFillAlphas[NativeTheme::kMaxState] = {
53 const uint8 kScrollbarOverlayThumbStrokeAlphas[NativeTheme::kMaxState] = {
94 COMPILE_ASSERT(kMaxState == 4, states_unexepctedly_changed);
248 const int images[kMaxState][9],
250 scoped_ptr<NineImagePainter> painters[kMaxState]) const {
272 const uint8 fill_alphas[kMaxState],
274 const uint8 stroke_alphas[kMaxState]) const {
320 const uint8 fill_alphas[kMaxState],
    [all...]
native_theme.h 93 kMaxState = 4,
native_theme_win.cc     [all...]
  /external/chromium_org/ui/views/controls/button/
button.cc 22 case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_util.cc 139 case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state;

Completed in 4298 milliseconds