/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | 123 Entry e(&rtrans, GET_BY_ID, rtrans.root_id()); 138 dir.GetChildHandlesById(&rtrans, rtrans.root_id(), &child_handles); 148 MutableEntry me(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), name); 163 dir.GetChildHandlesById(&rtrans, rtrans.root_id(), &child_handles); 200 EXPECT_EQ(1, CountEntriesWithName(&rtrans, rtrans.root_id(), name)); 209 EXPECT_EQ(0, CountEntriesWithName(&trans, trans.root_id(), name)); 232 Entry root(&rtrans, GET_BY_ID, rtrans.root_id()); 234 EXPECT_FALSE(dir.HasChildren(&rtrans, rtrans.root_id())); 240 MutableEntry me(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), name); 256 Entry root(&rtrans, GET_BY_ID, rtrans.root_id()); [all...] |
syncable_base_transaction.cc | 14 Id BaseTransaction::root_id() { function in class:syncer::syncable::BaseTransaction
|
syncable_base_transaction.h | 36 static Id root_id();
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 118 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles); 125 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); 140 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles); 169 EXPECT_EQ(1, CountEntriesWithName(&rtrans, rtrans.root_id(), name)); 178 EXPECT_EQ(0, CountEntriesWithName(&trans, trans.root_id(), name)); 197 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); 233 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "deleted"); 278 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "new"); 398 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), entryname); 420 MutableEntry e(&trans, CREATE, trans.root_id(), "foo") [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsProvider.java | 85 public static final String ROOT_ID = Root.COLUMN_ROOT_ID; 139 StateColumns.ROOT_ID + " TEXT," + 143 "PRIMARY KEY (" + StateColumns.AUTHORITY + ", " + StateColumns.ROOT_ID + ", " 185 + StateColumns.ROOT_ID + "=? AND " + StateColumns.DOCUMENT_ID + "=?", 218 key.put(StateColumns.ROOT_ID, rootId); 224 + StateColumns.ROOT_ID + "=? AND " + StateColumns.DOCUMENT_ID + "=?",
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 136 ROOT_ID = '0' 326 parent_tag: The tag of the permanent item's parent. If ROOT_ID, indicates 481 parent_tag=ROOT_ID, sync_type=APPS), 483 parent_tag=ROOT_ID, sync_type=APP_LIST), 485 parent_tag=ROOT_ID, sync_type=APP_NOTIFICATION), 488 parent_tag=ROOT_ID, sync_type=APP_SETTINGS), 490 parent_tag=ROOT_ID, sync_type=BOOKMARK), 499 parent_tag=ROOT_ID, sync_type=AUTOFILL), 501 parent_tag=ROOT_ID, sync_type=AUTOFILL_PROFILE), 503 parent_tag=ROOT_ID, sync_type=DEVICE_INFO) [all...] |
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 12 var ROOT_ID = '0'; 102 draggable: bookmarkNode.parentId != ROOT_ID 305 ROOT_ID: ROOT_ID
|
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/bmm/ |
bookmark_tree.js | 12 var ROOT_ID = '0'; 102 draggable: bookmarkNode.parentId != ROOT_ID 305 ROOT_ID: ROOT_ID
|
/external/chromium_org/webkit/browser/fileapi/ |
dump_file_system.cc | 79 SandboxDirectoryDatabase::FileId root_id; local 80 if (!directory_db.GetFileWithPath(StringToFilePath("/"), &root_id)) 85 paths.push(std::make_pair(root_id, ""));
|
/external/chromium_org/sync/internal_api/ |
read_node.cc | 34 entry_ = new syncable::Entry(trans, syncable::GET_BY_ID, trans->root_id());
|
/external/chromium_org/sync/engine/ |
syncer_unittest.cc | 241 directory()->GetChildHandlesById(&trans, trans.root_id(), &children); 382 entry.PutServerParentId(trans.root_id()); 428 &wtrans, CREATE, BOOKMARKS, wtrans.root_id(), entry_name); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_model_associator_unittest.cc | 179 syncable::Id root_id; local 192 kernel.put(syncable::ID, root_id);
|
preference_model_associator.cc | 118 int64 root_id; local 119 if (!GetSyncIdForTaggedNode(kPreferencesTag, &root_id)) { 127 if (!root.InitByIdLookup(root_id)) {
|
/external/tcpdump/ |
print-stp.c | 41 u_int8_t root_id[8]; member in struct:stp_bpdu_ 127 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), 229 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 199 dir->GetChildHandles(&trans, trans.root_id(), &children); 323 entry.Put(SERVER_PARENT_ID, trans.root_id()); 390 MutableEntry entry(&wtrans, syncable::CREATE, wtrans.root_id(), 590 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), 627 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete"); 640 MutableEntry parent2(&wtrans, syncable::CREATE, wtrans.root_id(), "Tim"); 680 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete"); 839 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), 866 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), [all...] |
build_commit_command.cc | 135 new_parent_id = session->write_transaction()->root_id();
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
trace-event-listener.rb | 82 record '(%s): root_id=%s child_id=%s', __method__, @adaptor.unique_id( root ),
|
/external/chromium/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 80 wtrans.root_id(),
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetConfigure.java | 122 Accounts.ROOT_ID,
|
/external/chromium_org/net/spdy/ |
spdy_priority_forest.h | 425 const NodeId root_id = iter->first; local 432 roots[total_weight] = root_id; 455 const NodeId root_id = root_iter->second; local 458 NodeId node_id = root_id;
|
/external/chromium/net/tools/testserver/ |
chromiumsync.py | 69 ROOT_ID = '0' 164 parent_tag: The tag of the permanent item's parent. If ROOT_ID, indicates 242 parent_tag=ROOT_ID, sync_type=TOP_LEVEL), 319 if tag and tag != ROOT_ID: 537 if entry.parent_id_string == ROOT_ID: [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 94 draggable: bookmarkNode.parentId != ROOT_ID
|
/external/chromium_org/content/renderer/accessibility/ |
renderer_accessibility_complete.cc | 217 int root_id = root_object.axID(); local 220 obj.axID() != root_id) { 242 if (obj.axID() != root_id) {
|
/external/chromium_org/v8/src/ |
serialize.cc | 970 int root_id = source_->GetInt(); \ 971 new_object = isolate->heap()->roots_array_start()[root_id]; \ 1117 int root_id = RootArrayConstantFromByteCode(data); local 1126 int root_id = RootArrayConstantFromByteCode(data); local [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 48 const ROOT_ID = '0'; 342 if (parentNode.parentId != ROOT_ID) { 463 if (overBookmarkNode.parentId == ROOT_ID) 509 if (overBookmarkNode.parentId == ROOT_ID) [all...] |