HomeSort by relevance Sort by last modified time
    Searched defs:TextDatabase (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
text_database.cc 61 TextDatabase::Match::Match() {}
63 TextDatabase::Match::~Match() {}
65 TextDatabase::TextDatabase(const FilePath& path,
75 TextDatabase::~TextDatabase() {
79 const FilePath::CharType* TextDatabase::file_base() {
84 FilePath TextDatabase::IDToFileName(DBIdent id) {
97 TextDatabase::DBIdent TextDatabase::FileNameToID(const FilePath& file_path)
    [all...]
text_database.h 23 class TextDatabase {
71 TextDatabase(const FilePath& path,
74 ~TextDatabase();
161 DISALLOW_COPY_AND_ASSIGN(TextDatabase);

Completed in 351 milliseconds