OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitStatus
(Results
26 - 46
of
46
) sorted by null
1
2
/external/chromium/chrome/browser/history/
thumbnail_database.cc
55
sql::
InitStatus
ThumbnailDatabase::Init(
60
sql::
InitStatus
status = OpenDatabase(&db_, db_name);
127
sql::
InitStatus
ThumbnailDatabase::OpenDatabase(sql::Connection* db,
history.cc
76
virtual void NotifyProfileError(sql::
InitStatus
init_status) OVERRIDE {
725
void HistoryService::NotifyProfileError(sql::
InitStatus
init_status) {
history_backend.h
60
virtual void NotifyProfileError(sql::
InitStatus
init_status) = 0;
history.h
684
void NotifyProfileError(sql::
InitStatus
init_status);
[
all
...]
history_unittest.cc
91
virtual void NotifyProfileError(sql::
InitStatus
init_status) OVERRIDE {}
history_backend_unittest.cc
56
virtual void NotifyProfileError(sql::
InitStatus
init_status) OVERRIDE {}
[
all
...]
history_backend.cc
533
sql::
InitStatus
status = db_->Init(history_name, tmp_bookmarks_file);
[
all
...]
/external/chromium_org/chrome/browser/history/android/
android_cache_database.cc
22
sql::
InitStatus
AndroidCacheDatabase::InitAndroidCacheDatabase(
android_provider_backend_unittest.cc
62
sql::
InitStatus
init_status) OVERRIDE {}
[
all
...]
/external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc
37
void ProfileErrorCallback(ProfileErrorType type, sql::
InitStatus
status) {
/external/chromium/chrome/browser/webdata/
web_data_service.h
533
void DBInitFailed(sql::
InitStatus
init_status);
web_data_service.cc
572
void WebDataService::DBInitFailed(sql::
InitStatus
init_status) {
587
sql::
InitStatus
init_status = db->Init(path_);
[
all
...]
/external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc
108
sql::
InitStatus
init_status = web_database.Init(profile_path);
/external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc
33
enum
InitStatus
{
sandbox_directory_database.cc
81
enum
InitStatus
{
/external/chromium_org/chrome/browser/history/
history_backend.h
75
sql::
InitStatus
init_status) = 0;
[
all
...]
history_service.h
[
all
...]
history_service.cc
143
sql::
InitStatus
init_status) OVERRIDE {
[
all
...]
history_unittest.cc
92
sql::
InitStatus
init_status) OVERRIDE {}
[
all
...]
history_backend.cc
576
sql::
InitStatus
status = db_->Init(history_name);
[
all
...]
history_backend_unittest.cc
83
sql::
InitStatus
init_status) OVERRIDE {}
[
all
...]
Completed in 1019 milliseconds
1
2