Searched refs:PARENT_ID (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dparent_child_index.cc59 const syncable::Id& parent_id = entry->ref(PARENT_ID);
77 parent_children_map_.find(e->ref(PARENT_ID));
92 const syncable::Id& parent_id = e->ref(PARENT_ID);
H A Dparent_child_index_unittest.cc53 root->put(PARENT_ID, syncable::Id());
69 folder->put(PARENT_ID, syncable::Id());
84 bm->put(PARENT_ID, GetBookmarkRootId());
107 item->put(PARENT_ID, syncable::Id());
182 f1_b1->put(PARENT_ID, GetBookmarkId(1));
184 f1_b2->put(PARENT_ID, GetBookmarkId(1));
188 f2_b1->put(PARENT_ID, GetBookmarkId(2));
252 f1_b1->put(PARENT_ID, GetBookmarkId(1));
254 f1_b2->put(PARENT_ID, GetBookmarkId(1));
258 f2_b1->put(PARENT_ID, GetBookmarkI
[all...]
H A Dsyncable_enum_conversions.cc79 ENUM_CASE(PARENT_ID);
H A Dmutable_entry.cc32 kernel->put(PARENT_ID, parent_id);
137 if (kernel_->ref(PARENT_ID) != value) {
H A Dentry.h120 return kernel_->ref(PARENT_ID);
254 // ie. Whether or not the PARENT_ID field contains useful information.
H A Dentry_kernel.h87 PARENT_ID, enumerator in enum:syncer::syncable::IdField
H A Ddirectory.cc337 kernel_->parent_child_index.GetChildren(kernel->ref(PARENT_ID));
420 // Update the indices that depend on the PARENT_ID field.
423 entry->put(PARENT_ID, new_parent_id);
1344 kernel_->parent_child_index.GetChildren(e->ref(PARENT_ID));
1362 kernel_->parent_child_index.GetChildren(e->ref(PARENT_ID));
1394 kernel_->parent_child_index.GetChildren(e->ref(PARENT_ID));
1470 DCHECK_EQ(parent_id, (*i)->ref(PARENT_ID));
H A Ddirectory_backing_store.cc1529 // whose PARENT_ID values refer to ID values that do not actually exist.
1551 bool parent_exists = (ids_set.find(entry->ref(PARENT_ID).value()) != end);
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.js16 return node.PARENT_ID == 'r' && node.UNIQUE_SERVER_TAG != '';
26 return node.PARENT_ID == parentId;
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.cc111 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::PARENT_ID)) {
159 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::PARENT_ID)) {
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.h43 PARENT_ID, enumerator in enum:history::HistoryAndBookmarkRow::ColumnID
143 set_value_explicitly(PARENT_ID);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc123 if (a.ref(syncable::PARENT_ID) != b.ref(syncable::PARENT_ID))
/external/chromium_org/sync/engine/
H A Dsyncer_proto_util.cc39 using syncable::PARENT_ID;
H A Dsyncer_util.cc60 using syncable::PARENT_ID;

Completed in 203 milliseconds