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

  /external/chromium/chrome/browser/sync/glue/
theme_change_processor.cc 46 sync_pb::ThemeSpecifics old_theme_specifics = node.GetThemeSpecifics(); local
47 // Make sure to base new_theme_specifics on old_theme_specifics so
49 sync_pb::ThemeSpecifics new_theme_specifics = old_theme_specifics;
53 if (!AreThemeSpecificsEqual(old_theme_specifics, new_theme_specifics)) {
theme_util.cc 210 sync_pb::ThemeSpecifics old_theme_specifics; local
211 GetThemeSpecificsFromCurrentTheme(profile, &old_theme_specifics);
212 if (!AreThemeSpecificsEqual(old_theme_specifics, theme_specifics)) {

Completed in 170 milliseconds