HomeSort by relevance Sort by last modified time
    Searched defs:parent_id (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 262 // parent_id is filled in from the value, but it might not be valid. It's left
264 scoped_ptr<Id> parent_id(new Id(incognito, extension_id));
266 if (!value.GetString(kParentUIDKey, &parent_id->string_uid))
268 result->parent_id_.swap(parent_id);
358 bool MenuManager::AddChildItem(const MenuItem::Id& parent_id,
360 MenuItem* parent = GetItemById(parent_id);
377 MenuItem::Id* id = item->parent_id();
387 id = next->parent_id();
393 const MenuItem::Id* parent_id) {
395 MenuItem* new_parent = parent_id ? GetItemById(*parent_id) : NULL
781 scoped_ptr<MenuItem::Id> parent_id; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 1312 int parent_id, index; local
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc 53 SandboxDirectoryDatabase::FileId parent_id,
56 file_info->parent_id = parent_id;
313 FileId parent_id; local
314 if (!db->GetFileWithPath(VirtualPath::DirName(url.path()), &parent_id))
318 InitFileInfo(&file_info, parent_id,
361 FileId parent_id = 0; local
367 if (!db->GetChildWithName(parent_id, name, &parent_id))
379 file_info.parent_id = parent_id
    [all...]
  /external/chromium/chrome/browser/sync/engine/
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...]
syncapi.cc 265 GetEntry()->Get(syncable::PARENT_ID));
768 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
775 syncable::CREATE, parent_id, dummy);
804 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
841 existing_entry->Put(syncable::PARENT_ID, parent_id);
848 syncable::CREATE, parent_id, dummy);
880 if (new_parent_id == entry_->Get(syncable::PARENT_ID)) {
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 95 using syncable::PARENT_ID;
320 syncable::Id parent_id; member in struct:syncer::SyncerTest::CommitOrderingTest
344 MutableEntry entry(&trans, CREATE, BOOKMARKS, test->parent_id, name);
350 entry.Put(SERVER_PARENT_ID, test->parent_id);
613 entry_b.Put(PARENT_ID, entry_x.Get(ID));
614 entry_d.Put(PARENT_ID, entry_b.Get(ID));
615 entry_c.Put(PARENT_ID, entry_x.Get(ID));
617 entry_e.Put(PARENT_ID, entry_c.Get(ID));
694 parent_id, version, server_version, id_fac, rtrans) \
705 EXPECT_TRUE(parent_id == -1 ||
1656 string parent_id = "0"; local
2402 syncable::Id parent_id = ids_.NewServerId(); local
2723 syncable::Id parent_id = ids_.NewServerId(); local
    [all...]
  /external/libmtp/src/
libmtp.h 613 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_file_struct
627 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_track_struct
656 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_playlist_struct
669 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_album_struct
685 uint32_t parent_id; /**< ID of parent folder */ member in struct:LIBMTP_folder_struct
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 561 __u32 parent_id; member in struct:hfsplus_catalog_key

Completed in 2412 milliseconds

12