HomeSort by relevance Sort by last modified time
    Searched refs:GetParentId (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/sync/test/fake_server/
tombstone_entity.h 26 virtual std::string GetParentId() const OVERRIDE;
fake_server_entity.h 37 virtual std::string GetParentId() const = 0;
permanent_entity.h 40 virtual std::string GetParentId() const OVERRIDE;
tombstone_entity.cc 31 string TombstoneEntity::GetParentId() const {
unique_client_entity.h 32 virtual std::string GetParentId() const OVERRIDE;
permanent_entity.cc 81 current_server_entity->GetParentId(),
97 string PermanentEntity::GetParentId() const {
bookmark_entity.h 52 virtual std::string GetParentId() const OVERRIDE;
unique_client_entity.cc 76 string UniqueClientEntity::GetParentId() const {
bookmark_entity.cc 107 string BookmarkEntity::GetParentId() const {
fake_server.cc 388 } else if (entities_[id]->GetParentId() == potential_parent_id) {
392 return IsChild(entities_[id]->GetParentId(), potential_parent_id);
  /external/chromium_org/content/public/browser/
devtools_target.h 32 virtual std::string GetParentId() const = 0;
  /external/chromium_org/sync/engine/
get_commit_ids.cc 165 if (id == entry.GetParentId()) {
288 syncable::Id parent_id = item.GetParentId();
309 parent_id = parent.GetParentId();
447 entry.GetParentId());
463 entry.GetParentId() != entry.GetServerParentId()) {
476 legal_delete_parents.insert(entry.GetParentId());
500 syncable::Id parent_id = entry.GetParentId();
commit_util.cc 126 !meta_entry.GetParentId().ServerKnows()) {
129 new_parent_id = meta_entry.GetParentId();
320 local_entry->PutServerParentId(local_entry->GetParentId());
conflict_resolver.cc 95 bool parent_matches = entry.GetParentId() == entry.GetServerParentId();
syncer_util.cc 240 if (entry->GetParentId() != new_parent) {
470 if (id == entry->GetParentId()) {
509 syncable::Id id = entry.GetParentId();
519 id = parent.GetParentId();
syncer_unittest.cc 678 entryA.GetParentId()== id_fac.FromNumber(parent_id)); \
    [all...]
  /external/chromium_org/sync/internal_api/
sync_backup_manager.cc 105 if (!entry.GetParentId().ServerKnows()) {
107 entry.GetParentId().value()));
base_node.cc 141 int64 BaseNode::GetParentId() const {
143 GetEntry()->GetParentId());
write_node.cc 334 if (predecessor && predecessor->GetParentId() != parent.GetId()) {
445 if (predecessor && predecessor->GetParentId() != new_parent.GetId()) {
453 if (new_parent_id == entry_->GetParentId()) {
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 29 virtual std::string GetParentId() const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 21 scoped_ptr<extensions::MenuItem::Id> GetParentId(
188 scoped_ptr<MenuItem::Id> parent_id(GetParentId(
284 scoped_ptr<MenuItem::Id> parent_id(GetParentId(
  /external/chromium_org/sync/internal_api/public/
base_node.h 97 // InitByRootLookup on ReadNode allows access to the root. GetParentId is
99 int64 GetParentId() const;
  /external/chromium_org/sync/syncable/
syncable_util.cc 44 ancestor_id = new_parent.GetParentId();
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 330 DCHECK_EQ(associator->GetChromeNodeFromSyncId(sync_node.GetParentId()),
403 DCHECK_EQ(sync_child.GetParentId(),
436 DCHECK_EQ(dst->GetParentId(), sync_parent.GetId());
452 DCHECK_EQ(dst->GetParentId(), sync_parent.GetId());
595 model_associator_->GetChromeNodeFromSyncId(src.GetParentId());
599 << ", parent id = " << src.GetParentId();
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 43 virtual std::string GetParentId() const OVERRIDE { return std::string(); }

Completed in 389 milliseconds

1 2