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

  /external/chromium_org/sync/internal_api/
base_node.cc 221 return GetEntitySpecifics().app();
226 return GetEntitySpecifics().autofill();
231 return GetEntitySpecifics().autofill_profile();
236 return GetEntitySpecifics().bookmark();
241 return GetEntitySpecifics().nigori();
251 return GetEntitySpecifics().theme();
256 return GetEntitySpecifics().typed_url();
261 return GetEntitySpecifics().extension();
266 return GetEntitySpecifics().session();
271 return GetEntitySpecifics().device_info()
    [all...]
write_node.cc 91 sync_pb::EntitySpecifics specifics = GetEntitySpecifics();
247 SetEntitySpecifics(GetEntitySpecifics());
sync_manager_impl_unittest.cc 550 node.GetEntitySpecifics().SerializeAsString());
553 node.GetEntitySpecifics().SerializeAsString());
561 EXPECT_TRUE(node.GetEntitySpecifics().unknown_fields().empty());
567 EXPECT_FALSE(node.GetEntitySpecifics().unknown_fields().empty());
571 EXPECT_FALSE(node.GetEntitySpecifics().unknown_fields().empty());
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 57 sync_pb::EntitySpecifics GetEntitySpecifics() const;
chrome_notifier_service.cc 277 notification.GetEntitySpecifics());
    [all...]
synced_notification.cc 228 sync_pb::EntitySpecifics SyncedNotification::GetEntitySpecifics() const {
  /external/chromium_org/sync/internal_api/public/
base_node.h 170 const sync_pb::EntitySpecifics& GetEntitySpecifics() const;
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 248 const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics();
319 const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics();
generic_change_processor.cc 70 read_node.GetEntitySpecifics(),

Completed in 206 milliseconds