OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoRecoverTable
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sql/
recovery.h
39
// if (!r.
AutoRecoverTable
("mytable", 0, &rows_recovered)) {
136
bool
AutoRecoverTable
(const char* table_name,
recovery_unittest.cc
412
// Baseline
AutoRecoverTable
() test.
413
TEST_F(SQLRecoveryTest,
AutoRecoverTable
) {
440
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 0, &rows));
463
EXPECT_FALSE(recovery->
AutoRecoverTable
("y", 0, &rows));
520
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 0, &rows));
556
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 0, &rows));
570
// Test
AutoRecoverTable
with a ROWID alias.
595
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 0, &rows));
640
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 0, &rows));
675
EXPECT_TRUE(recovery->
AutoRecoverTable
("x", 1, &rows))
[
all
...]
recovery.cc
50
//
AutoRecoverTable
() successfully completed.
336
bool Recovery::
AutoRecoverTable
(const char* table_name,
/external/chromium_org/chrome/browser/history/
thumbnail_database.cc
503
if (!recovery->
AutoRecoverTable
("favicons", 0, &favicons_rows_recovered)) {
509
if (!recovery->
AutoRecoverTable
("icon_mapping", 0,
590
if (!recovery->
AutoRecoverTable
("favicons", 1, &favicons_rows_recovered)) {
595
if (!recovery->
AutoRecoverTable
("favicon_bitmaps", 0,
601
if (!recovery->
AutoRecoverTable
("icon_mapping", 0,
[
all
...]
top_sites_database.cc
272
if (!recovery->
AutoRecoverTable
("thumbnails", 1, &thumbnails_recovered)) {
Completed in 53 milliseconds