Searched defs:CreateURLTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
H A Durl_database.cc217 return CreateURLTable(true);
532 bool URLDatabase::CreateURLTable(bool is_temporary) { function in class:history::URLDatabase
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc555 if (!CreateURLTable(num_entries, false))
580 if (!CreateURLTable(table_size, true))
668 bool VisitedLinkMaster::CreateURLTable(int32 num_entries, bool init_to_empty) { function in class:VisitedLinkMaster
705 if (!CreateURLTable(num_entries, true)) {

Completed in 73 milliseconds