Home
last modified time | relevance | path

Searched refs:GetThemeSpecifics (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtheme_change_processor.cc46 sync_pb::ThemeSpecifics old_theme_specifics = node.GetThemeSpecifics(); in Observe()
101 theme_specifics = node.GetThemeSpecifics(); in ApplyChangesFromSyncModel()
Dtheme_model_associator.cc55 sync_pb::ThemeSpecifics theme_specifics = node.GetThemeSpecifics(); in AssociateModels()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h223 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
Dsyncapi.cc400 const sync_pb::ThemeSpecifics& BaseNode::GetThemeSpecifics() const { in GetThemeSpecifics() function in sync_api::BaseNode