OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileErrorCallback
(Results
1 - 11
of
11
) 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,
98
ProfileErrorCallback
profile_error_callback_;
web_data_service_base.cc
24
const
ProfileErrorCallback
& callback,
/external/chromium_org/chrome/browser/webdata/
token_web_data.h
42
const
ProfileErrorCallback
& callback);
web_data_service_factory.cc
37
void
ProfileErrorCallback
(sql::InitStatus status) {
100
web_database_, base::Bind(&
ProfileErrorCallback
));
104
web_database_, base::Bind(&
ProfileErrorCallback
));
108
web_database_, base::Bind(&
ProfileErrorCallback
));
token_web_data.cc
72
const
ProfileErrorCallback
& callback)
104
: WebDataServiceBase(NULL,
ProfileErrorCallback
(),
web_data_service.cc
45
const
ProfileErrorCallback
& callback)
121
: WebDataServiceBase(NULL,
ProfileErrorCallback
(),
web_data_service.h
101
const
ProfileErrorCallback
& callback);
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h
44
const
ProfileErrorCallback
& callback);
autofill_webdata_service.cc
29
const
ProfileErrorCallback
& callback)
45
: WebDataServiceBase(NULL, WebDataServiceBase::
ProfileErrorCallback
(),
web_data_service_unittest.cc
117
wdbs_, WebDataServiceBase::
ProfileErrorCallback
());
/external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc
127
WebDataServiceBase::
ProfileErrorCallback
());
Completed in 488 milliseconds