OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullIntegrityCheck
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sql/
connection.h
157
bool
FullIntegrityCheck
(std::vector<std::string>* messages);
159
// Runs "PRAGMA quick_check" and, unlike the
FullIntegrityCheck
method,
connection_unittest.cc
848
EXPECT_TRUE(db().
FullIntegrityCheck
(&messages));
859
EXPECT_TRUE(db().
FullIntegrityCheck
(&messages));
connection.cc
[
all
...]
/external/chromium_org/chrome/browser/history/
thumbnail_database.cc
143
db->
FullIntegrityCheck
(&messages);
[
all
...]
Completed in 60 milliseconds