HomeSort by relevance Sort by last modified time
    Searched full:parent_id (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/chromium/chrome/browser/sync/engine/
verify_updates_command_unittest.cc 42 const std::string& parent_id,
54 entry.Put(syncable::PARENT_ID, Id::CreateFromServerId(parent_id));
syncer_unittest.cc 78 using syncable::PARENT_ID;
270 syncable::Id parent_id; member in struct:browser_sync::SyncerTest::CommitOrderingTest
292 MutableEntry entry(&trans, CREATE, test->parent_id, name);
298 entry.Put(SERVER_PARENT_ID, test->parent_id);
519 entry_b.Put(PARENT_ID, entry_x.Get(ID));
520 entry_c.Put(PARENT_ID, entry_x.Get(ID));
522 entry_d.Put(PARENT_ID, entry_b.Get(ID));
523 entry_e.Put(PARENT_ID, entry_c.Get(ID));
1198 string parent_id = "0"; local
1954 syncable::Id parent_id = ids_.NewServerId(); local
2212 syncable::Id parent_id = ids_.NewServerId(); local
3576 syncable::Id parent_id = ids_.MakeServer("Parent"); local
    [all...]
  /external/chromium_org/sync/internal_api/public/test/
test_entry_factory.h 30 const std::string& parent_id);
35 const std::string& parent_id);
48 const syncable::Id& parent_id,
  /external/chromium_org/sync/syncable/
mutable_entry.cc 24 const Id& parent_id,
32 kernel->put(PARENT_ID, parent_id);
60 const Id& parent_id,
63 Init(trans, model_type, parent_id, name);
138 if (kernel_->ref(PARENT_ID) != value) {
mutable_entry.h 29 const Id& parent_id, const std::string& name);
34 const Id& parent_id, const std::string& name);
model_neutral_mutable_entry.h 76 // Do a simple property-only update of the PARENT_ID field. Use with caution.
85 void PutParentIdPropertyOnly(const Id& parent_id);
syncable_columns.h 38 {"parent_id", "varchar(255) default \"r\""},
  /external/chromium/chrome/browser/safe_browsing/
report.proto 71 optional int32 parent_id = 5; // Id of the parent, if known.
74 // significant. The |parent_id| field for child nodes can be derived
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.h 48 // Adds a bookmark with the given |url|, |title| and |parent_id|.
51 int64 parent_id);
android_history_types.h 43 PARENT_ID,
142 void set_parent_id(int64 parent_id) {
143 set_value_explicitly(PARENT_ID);
144 parent_id_ = parent_id;
146 const int64 parent_id() const { function in class:history::HistoryAndBookmarkRow
  /external/chromium_org/chrome/browser/safe_browsing/
report.proto 71 optional int32 parent_id = 5; // Id of the parent, if known.
74 // significant. The |parent_id| field for child nodes can be derived
  /external/chromium_org/content/public/test/
browser_test.h 20 parent_id)\
37 (parent_id), \
  /external/clang/utils/analyzer/
ubiviz 43 parent_id = data[2]
44 G.new_vertex_style_w_id(style_id, parent_id)
  /external/libmtp/examples/
emptyfolders.c 31 // therefore, check every file for this parent_id
36 if(file->parent_id == folderlist->folder_id) { // folder has a child
pathutils.c 93 uint32_t parent_id = lookup_folder_id(folders,parent,""); local
98 if (file->parent_id == parent_id) {
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 154 int cmp = a->ref(PARENT_ID).compare(b->ref(PARENT_ID));
483 void Directory::GetChildHandles(BaseTransaction* trans, const Id& parent_id,
491 for (iterator i = GetParentChildIndexLowerBound(lock, parent_id),
492 end = GetParentChildIndexUpperBound(lock, parent_id);
494 DCHECK_EQ(parent_id, (*i)->ref(PARENT_ID));
559 // Update the indices that depend on the PARENT_ID field.
562 entry->put(PARENT_ID, new_parent_id);
    [all...]
syncable.h 97 PARENT_ID,
431 Id ComputePrevIdFromServerPosition(const Id& parent_id) const;
463 void Init(WriteTransaction* trans, const Id& parent_id,
466 MutableEntry(WriteTransaction* trans, Create, const Id& parent_id,
485 // Do a simple property-only update if the PARENT_ID field. Use with caution.
494 void PutParentIdPropertyOnly(const Id& parent_id);
841 void GetChildHandles(BaseTransaction*, const Id& parent_id,
846 virtual Id GetFirstChildId(BaseTransaction* trans, const Id& parent_id);
847 Id GetLastChildId(BaseTransaction* trans, const Id& parent_id);
852 // children of |parent_id|
    [all...]
syncable_columns.h 38 {"parent_id", "varchar(255) default \"r\""},
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 200 const int64 parent_id) {
204 model(), title, url, is_folder, parent_id, &result));
212 const int64 parent_id,
222 if (parent_id >= 0)
223 parent_node = model->GetNodeByID(parent_id);
315 const int64 parent_id) {
319 model(), id, title, url, parent_id));
327 const int64 parent_id) {
340 if (parent_id >= 0 &&
341 (!node->parent() || parent_id != node->parent()->id()))
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 52 StackId parent_id; member in struct:fst::PdtStack::StackNode
55 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {}
106 return node.parent_id;
114 return nodes_[stack_id].parent_id;
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 63 syncable::Id parent_id,
70 syncable::Id parent_id,
79 int parent_id,
86 int parent_id,
95 std::string parent_id,
102 std::string parent_id,
111 int parent_id,
120 int parent_id,
136 std::string parent_id,
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc 55 SandboxDirectoryDatabase::FileId parent_id,
58 file_info->parent_id = parent_id;
318 FileId parent_id; local
319 if (!db->GetFileWithPath(VirtualPath::DirName(url.path()), &parent_id))
323 InitFileInfo(&file_info, parent_id,
365 FileId parent_id = 0; local
371 if (!db->GetChildWithName(parent_id, name, &parent_id))
374 if (!db->IsDirectory(parent_id))
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.h 74 // |parent_id| specifies the object's parent identifier.
77 const base::string16& parent_id,
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 143 parent_id = long(parent_text)
145 parent_id = tids[parent_text]
147 id = parent_id + offset_id
148 reason = 'first_id %d + offset %d' % (parent_id, offset_id)
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.h 160 std::string GetChild(const std::string& parent_id,
164 void GetChildren(const std::string& parent_id,
192 static std::string GetChildEntryKey(const std::string& parent_id,

Completed in 939 milliseconds

12 3 4 5 6 7