Searched defs:TableInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.h34 struct TableInfo { struct in class:rtc::LateBindingSymbolTable
41 LateBindingSymbolTable(const TableInfo *info, void **table);
59 const TableInfo *info_;
/external/chromium_org/content/browser/appcache/
H A Dappcache_database_unittest.cc994 struct TableInfo { struct
1006 const TableInfo kTables4[] = {
H A Dappcache_database.cc48 struct TableInfo { struct in namespace:content::__anon6994
60 const TableInfo kTables[] = {
159 bool CreateTable(sql::Connection* db, const TableInfo& info) {
1116 const TableInfo kNamespaceTable_v4 = {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Drepair.cc95 struct TableInfo { struct in class:leveldb::__anon12448::Repairer
113 std::vector<TableInfo> tables_;
259 TableInfo t;
321 void RepairTable(const std::string& src, TableInfo t) {
397 const TableInfo& t = tables_[i];

Completed in 815 milliseconds