Searched refs:GetParentId (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/content/public/browser/
H A Ddevtools_target.h32 virtual std::string GetParentId() const = 0;
/external/chromium_org/sync/test/fake_server/
H A Dtombstone_entity.cc31 string TombstoneEntity::GetParentId() const { function in class:fake_server::TombstoneEntity
H A Dtombstone_entity.h26 virtual std::string GetParentId() const OVERRIDE;
H A Dunique_client_entity.cc65 string UniqueClientEntity::GetParentId() const { function in class:fake_server::UniqueClientEntity
77 proto->set_parent_id_string(GetParentId());
H A Dunique_client_entity.h30 virtual std::string GetParentId() const OVERRIDE;
H A Dpermanent_entity.cc81 current_server_entity->GetParentId(),
97 string PermanentEntity::GetParentId() const { function in class:fake_server::PermanentEntity
H A Dbookmark_entity.h52 virtual std::string GetParentId() const OVERRIDE;
H A Dfake_server_entity.h40 virtual std::string GetParentId() const = 0;
H A Dpermanent_entity.h40 virtual std::string GetParentId() const OVERRIDE;
H A Dbookmark_entity.cc107 string BookmarkEntity::GetParentId() const { function in class:fake_server::BookmarkEntity
H A Dfake_server.cc382 } else if (entities_[id]->GetParentId() == potential_parent_id) {
386 return IsChild(entities_[id]->GetParentId(), potential_parent_id);
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager.cc86 if (!entry.GetParentId().ServerKnows()) {
88 entry.GetParentId().value()));
H A Dbase_node.cc141 int64 BaseNode::GetParentId() const { function in class:syncer::BaseNode
143 GetEntry()->GetParentId());
H A Dwrite_node.cc334 if (predecessor && predecessor->GetParentId() != parent.GetId()) {
454 if (predecessor && predecessor->GetParentId() != new_parent.GetId()) {
462 if (new_parent_id == entry_->GetParentId()) {
/external/chromium_org/sync/engine/
H A Dget_commit_ids.cc164 if (id == entry.GetParentId()) {
292 syncable::Id parent_id = item.GetParentId();
313 parent_id = parent.GetParentId();
397 syncable::Id parent_id = item.GetParentId();
435 parent_id = parent.GetParentId();
H A Dcommit_util.cc138 !meta_entry.GetParentId().ServerKnows()) {
141 new_parent_id = meta_entry.GetParentId();
339 local_entry->PutServerParentId(local_entry->GetParentId());
H A Dsyncer_util.cc241 if (entry->GetParentId() != new_parent) {
474 if (id == entry->GetParentId()) {
513 syncable::Id id = entry.GetParentId();
523 id = parent.GetParentId();
H A Dsyncer_unittest.cc689 entryA.GetParentId()== id_fac.FromNumber(parent_id)); \
1694 EXPECT_EQ(parent2_committed_id, child.GetParentId());
1766 EXPECT_TRUE(parent2.GetId()== entry_b.GetParentId());
1918 EXPECT_EQ(root, rename.GetParentId());
1926 EXPECT_EQ(root, name_clash.GetParentId());
1942 EXPECT_TRUE(circular_parent_issue.GetParentId()== root_id_);
1951 circular_parent_target.GetParentId());
2003 EXPECT_EQ(folder_id, entry.GetParentId());
2036 EXPECT_EQ(trans.root_id(), folder.GetParentId());
2046 EXPECT_EQ(new_folder_id, entry.GetParentId());
[all...]
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h21 scoped_ptr<extensions::MenuItem::Id> GetParentId( function in namespace:extensions::context_menus_api_helpers::__anon3661
206 scoped_ptr<MenuItem::Id> parent_id(GetParentId(
302 scoped_ptr<MenuItem::Id> parent_id(GetParentId(
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.h39 virtual std::string GetParentId() const OVERRIDE;
/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h97 // InitByRootLookup on ReadNode allows access to the root. GetParentId is
99 int64 GetParentId() const;
/external/chromium_org/sync/syncable/
H A Dsyncable_util.cc44 ancestor_id = new_parent.GetParentId();
/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc34 virtual std::string GetParentId() const OVERRIDE { return std::string(); }
/external/chromium_org/chromecast/shell/browser/devtools/
H A Dcast_dev_tools_delegate.cc35 virtual std::string GetParentId() const OVERRIDE { return std::string(); }
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc353 DCHECK_EQ(associator->GetChromeNodeFromSyncId(sync_node.GetParentId()),
441 DCHECK_EQ(sync_child.GetParentId(),
477 DCHECK_EQ(dst->GetParentId(), sync_parent.GetId());
493 DCHECK_EQ(dst->GetParentId(), sync_parent.GetId());
640 model_associator_->GetChromeNodeFromSyncId(src.GetParentId());
644 << ", parent id = " << src.GetParentId();

Completed in 2858 milliseconds

12