OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileErrorCallback
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/components/webdata/common/
web_data_service_base.h
37
typedef base::Callback<void(sql::InitStatus)>
ProfileErrorCallback
;
51
const
ProfileErrorCallback
& callback,
94
ProfileErrorCallback
profile_error_callback_;
web_data_service_base.cc
24
const
ProfileErrorCallback
& callback,
/external/chromium_org/components/password_manager/core/browser/webdata/
password_web_data_service_win.cc
16
const
ProfileErrorCallback
& callback)
68
: WebDataServiceBase(NULL,
ProfileErrorCallback
(), ui_thread) {
password_web_data_service_win.h
44
const
ProfileErrorCallback
& callback);
/external/chromium_org/components/signin/core/browser/webdata/
token_web_data.h
40
const
ProfileErrorCallback
& callback);
token_web_data.cc
69
const
ProfileErrorCallback
& callback)
101
: WebDataServiceBase(NULL,
ProfileErrorCallback
(), ui_thread),
/external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc
40
void
ProfileErrorCallback
(ProfileErrorType type, sql::InitStatus status) {
101
base::Bind(&
ProfileErrorCallback
, PROFILE_ERROR_DB_AUTOFILL_WEB_DATA));
107
base::Bind(&
ProfileErrorCallback
, PROFILE_ERROR_DB_KEYWORD_WEB_DATA));
114
base::Bind(&
ProfileErrorCallback
, PROFILE_ERROR_DB_TOKEN_WEB_DATA));
121
base::Bind(&
ProfileErrorCallback
, PROFILE_ERROR_DB_WEB_DATA));
/external/chromium_org/components/search_engines/
keyword_web_data_service.h
61
const
ProfileErrorCallback
& callback);
keyword_web_data_service.cc
37
const
ProfileErrorCallback
& callback)
/external/chromium_org/components/signin/core/browser/
test_signin_client.cc
74
WebDataServiceBase::
ProfileErrorCallback
());
/external/chromium_org/chrome/browser/search_engines/
template_url_service_test_util.cc
61
KeywordWebDataService::
ProfileErrorCallback
());
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h
47
const
ProfileErrorCallback
& callback);
autofill_webdata_service.cc
32
const
ProfileErrorCallback
& callback)
50
: WebDataServiceBase(NULL, WebDataServiceBase::
ProfileErrorCallback
(),
web_data_service_unittest.cc
115
WebDataServiceBase::
ProfileErrorCallback
());
/external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc
131
WebDataServiceBase::
ProfileErrorCallback
());
/external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc
112
WebDataServiceBase::
ProfileErrorCallback
());
[
all
...]
Completed in 323 milliseconds