Searched defs:folder_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dapply_updates_command_unittest.cc385 Id folder_id = id_factory_.NewLocalId(); local
386 CreateUnsyncedItem(folder_id, id_factory_.root(), "folder",
392 CreateUnsyncedItem(id_factory_.NewLocalId(), folder_id,
479 Id folder_id = id_factory_.NewLocalId(); local
480 CreateUnsyncedItem(folder_id, id_factory_.root(), "folder", true,
486 CreateUnsyncedItem(id_factory_.NewLocalId(), folder_id,
H A Dprocess_commit_response_command_unittest.cc281 Id folder_id = id_factory_.NewLocalId(); local
282 CreateUnprocessedCommitResult(folder_id, id_factory_.root(), "A",
290 ASSERT_EQ(folder_id, dir->GetFirstChildId(&trans, id_factory_.root()));
300 CreateUnprocessedCommitResult(id, folder_id, StringPrintf("Item %d", i),
310 CreateUnsyncedItem(id, folder_id, StringPrintf("Item %d", i), false,
324 // folder_id here, because it changed during the commit.
328 EXPECT_FALSE(folder_id.ServerKnows());
329 EXPECT_TRUE(new_fid != folder_id);
H A Dsyncapi_unittest.cc295 int64 folder_id; local
307 folder_id = folder_node.GetId();
345 EXPECT_TRUE(folder_node.InitByIdLookup(folder_id));
H A Dsyncer_unittest.cc1460 syncable::Id folder_id; local
1466 folder_id = entry.Get(ID);
1467 ASSERT_TRUE(!folder_id.ServerKnows());
1473 MutableEntry entry(&trans, CREATE, folder_id, "new_entry");
1485 EXPECT_EQ(folder_id, entry.Get(PARENT_ID));
1503 dir->cache_guid(), folder_id.GetServerId());
1522 Entry old_dead_folder(&trans, GET_BY_ID, folder_id);
3595 syncable::Id folder_id = ids_.FromNumber(1); local
3601 folder_id, "stuck", 1, 1);
3628 mock_server_->AddUpdateDirectory(folder_id,
[all...]
/external/chromium/chrome/browser/history/
H A Dstarred_url_database.cc79 entry->folder_id = s.ColumnInt64(8);
189 UIStarID folder_id,
221 statement.BindInt64(2, folder_id);
269 entry->id = CreateStarredEntryRow(0, entry->folder_id,
288 entry->id = CreateStarredEntryRow(entry->url_id, entry->folder_id,
333 if (folder_id_to_node_map.find(star_entries[i].folder_id) !=
340 folder_id_to_node_map[star_entries[i].folder_id] = node;
374 roots->insert(folder_id_to_node_map[star_entries[i].folder_id]);
379 StarredNode* node = folder_id_to_node_map[star_entries[i].folder_id];
444 entry.folder_id
188 CreateStarredEntryRow(URLID url_id, UIStarID folder_id, UIStarID parent_folder_id, const string16& title, const base::Time& date_added, int visual_order, StarredEntry::Type type) argument
[all...]
H A Dhistory_types.h270 // url field to uniquely identify starred entries of type URL and the folder_id
273 // type is URL) or folder_id (if the type is not URL).
311 UIStarID folder_id; member in struct:history::StarredEntry
313 // Visual order within the parent. Only valid if folder_id is not 0.
/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.cc446 const char* query = "SELECT root_name, folder_id FROM moz_bookmarks_roots";
482 int folder_id,
492 s.BindInt(0, folder_id);
496 item->id = folder_id;
481 GetTopBookmarkFolder(sql::Connection* db, int folder_id, BookmarkList* list) argument
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc959 syncable::Id folder_id; local
969 folder_id = folder.Get(ID);
982 EXPECT_EQ(1, CountEntriesWithName(&trans, folder_id, entry_name));
988 EXPECT_TRUE(entry.Get(PARENT_ID) == folder_id);
/external/libmtp/src/
H A Dlibmtp.h683 uint32_t folder_id; /**< Unique folder ID */ member in struct:LIBMTP_folder_struct

Completed in 177 milliseconds