HomeSort by relevance Sort by last modified time
    Searched defs:UsingSystemTheme (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc 50 bool UsingSystemTheme(Profile* profile) {
51 return GetThemeService(profile)->UsingSystemTheme();
  /external/chromium_org/ui/base/
default_theme_provider.cc 16 bool DefaultThemeProvider::UsingSystemTheme() const {
  /external/chromium_org/chrome/browser/themes/
theme_service_aurax11.cc 86 return ThemeService::UsingDefaultTheme() && !UsingSystemTheme();
89 bool ThemeServiceAuraX11::UsingSystemTheme() const {
theme_service.cc 122 bool ThemeService::UsingSystemTheme() const {
194 !UsingSystemTheme()) {

Completed in 848 milliseconds