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

  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 59 if (a.use_custom_theme() != b.use_custom_theme()) {
63 if (a.use_custom_theme()) {
90 if (theme_specifics.use_custom_theme()) {
151 if (!theme_specifics->use_custom_theme() &&
184 bool use_custom_theme = (current_theme != NULL); local
185 theme_specifics->set_use_custom_theme(use_custom_theme);
192 if (use_custom_theme) {
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 205 if (theme_specifics.use_custom_theme()) {
261 bool use_custom_theme = (current_theme != NULL); local
262 theme_specifics->set_use_custom_theme(use_custom_theme);
282 if (use_custom_theme) {
303 if (a.use_custom_theme() != b.use_custom_theme()) {
307 if (a.use_custom_theme()) {

Completed in 338 milliseconds