Searched refs:predecessor_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dmutable_entry.h58 // and fails if |predecessor_id| does not identify a sibling. Pass the root
60 bool PutPredecessor(const Id& predecessor_id);
H A Dmutable_entry.cc227 bool MutableEntry::PutPredecessor(const Id& predecessor_id) { argument
228 MutableEntry predecessor(write_transaction(), GET_BY_ID, predecessor_id); local
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc83 int64 predecessor_id) {
87 if (predecessor_id == 0) {
91 EXPECT_EQ(BaseNode::INIT_OK, predecessor.InitByIdLookup(predecessor_id));
95 EXPECT_EQ(node.GetPredecessorId(), predecessor_id);
118 int64 predecessor_id) {
120 predecessor_id);
126 int64 predecessor_id) {
127 return Add(title, std::string(), true, parent_id, predecessor_id);
132 int64 predecessor_id) {
134 predecessor_id);
78 AddWithMetaInfo(const std::string& title, const std::string& url, const BookmarkNode::MetaInfoMap* meta_info_map, bool is_folder, int64 parent_id, int64 predecessor_id) argument
114 Add(const std::string& title, const std::string& url, bool is_folder, int64 parent_id, int64 predecessor_id) argument
124 AddFolder(const std::string& title, int64 parent_id, int64 predecessor_id) argument
129 AddFolderWithMetaInfo(const std::string& title, const BookmarkNode::MetaInfoMap* meta_info_map, int64 parent_id, int64 predecessor_id) argument
138 AddURL(const std::string& title, const std::string& url, int64 parent_id, int64 predecessor_id) argument
144 AddURLWithMetaInfo(const std::string& title, const std::string& url, const BookmarkNode::MetaInfoMap* meta_info_map, int64 parent_id, int64 predecessor_id) argument
194 ModifyPosition(int64 id, int64 parent_id, int64 predecessor_id) argument
[all...]
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc508 syncable::Id predecessor_id = predecessor ? local
510 if (!entry_->PutPredecessor(predecessor_id))

Completed in 113 milliseconds