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

  /external/chromium_org/ui/native_theme/
native_theme_win.h 363 mutable bool is_using_high_contrast_; member in class:ui::NativeThemeWin
365 // Is |is_using_high_contrast_| valid?
native_theme_win.cc 142 return is_using_high_contrast_;
145 is_using_high_contrast_ =
149 return is_using_high_contrast_;
353 is_using_high_contrast_(false),
    [all...]

Completed in 1226 milliseconds