HomeSort by relevance Sort by last modified time
    Searched refs:CreateURLTable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 38 if (!CreateURLTable(false)) {
url_database.h 33 // Must call CreateURLTable() and CreateURLIndexes() before using to make
255 bool CreateURLTable(bool is_temporary);
url_database.cc 213 return CreateURLTable(true);
591 bool URLDatabase::CreateURLTable(bool is_temporary) {
history_database.cc 86 if (!CreateURLTable(false) || !InitVisitTable() ||
url_database_unittest.cc 56 CreateURLTable(false);
visit_database_unittest.cc 54 CreateURLTable(false);
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 552 if (!CreateURLTable(num_entries, false))
578 if (!CreateURLTable(table_size, true))
669 bool VisitedLinkMaster::CreateURLTable(int32 num_entries, bool init_to_empty) {
706 if (!CreateURLTable(num_entries, true)) {
    [all...]
visitedlink_master.h 277 bool CreateURLTable(int32 num_entries, bool init_to_empty);
279 // A wrapper for CreateURLTable, this will allocate a new table, initialized

Completed in 189 milliseconds