Searched refs:entry_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.h241 SessionCommand* CreateRestoredEntryCommand(SessionID::id_type entry_id);
H A Dtab_restore_service.cc679 SessionID::id_type entry_id) {
680 RestoredEntryPayload payload = entry_id;
678 CreateRestoredEntryCommand( SessionID::id_type entry_id) argument
/external/freetype/src/base/
H A Dftrfork.c698 FT_UInt32 entry_id, entry_offset, entry_length = 0; local
728 if ( FT_READ_LONG( entry_id ) )
730 if ( entry_id == resource_fork_entry_id )
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc1480 syncable::Id entry_id; local
1487 entry_id = entry.Get(ID);
1488 EXPECT_TRUE(!entry_id.ServerKnows());
1552 syncable::Id entry_id; local
1558 entry_id = entry.Get(ID);
1559 EXPECT_TRUE(!entry_id.ServerKnows());
1572 dir->cache_guid(), entry_id.GetServerId());
1608 syncable::Id entry_id; local
1613 entry_id = entry.Get(ID);
1614 EXPECT_TRUE(!entry_id
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc1810 bool IsLegalNewParent(BaseTransaction* trans, const Id& entry_id, argument
1812 if (entry_id.IsRoot())
1817 if (entry_id == ancestor_id)
H A Dsyncable_unittest.cc960 syncable::Id entry_id; local
975 entry_id = entry.Get(ID);
984 Entry entry(&trans, GET_BY_ID, entry_id);

Completed in 163 milliseconds