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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncproto.h53 syncable::Id old_parent_id() const { function in class:browser_sync::SyncEntity
55 sync_pb::SyncEntity::old_parent_id());
H A Dsyncer_unittest.cc3922 EXPECT_TRUE(commit.entries(0).old_parent_id() == "0");
/external/chromium/chrome/browser/extensions/
H A Dextension_menu_manager.cc193 ExtensionMenuItem::Id* old_parent_id = child->parent_id();
194 if (old_parent_id != NULL) {
195 ExtensionMenuItem* old_parent = GetItemById(*old_parent_id);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc225 int64 old_parent_id = node.GetParentId(); local
235 return old_parent_id;

Completed in 365 milliseconds