OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileDownloaderDelegate
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h
18
class
ProfileDownloaderDelegate
{
28
virtual ~
ProfileDownloaderDelegate
() {}
52
ProfileDownloaderDelegate
::FailureReason reason) = 0;
profile_downloader.h
20
class
ProfileDownloaderDelegate
;
41
explicit ProfileDownloader(
ProfileDownloaderDelegate
* delegate);
123
ProfileDownloaderDelegate
* delegate_;
gaia_info_update_service.h
23
public
ProfileDownloaderDelegate
,
35
//
ProfileDownloaderDelegate
:
43
ProfileDownloaderDelegate
::FailureReason reason) OVERRIDE;
profile_downloader.cc
212
ProfileDownloader::ProfileDownloader(
ProfileDownloaderDelegate
* delegate)
234
this,
ProfileDownloaderDelegate
::TOKEN_ERROR);
323
ProfileDownloaderDelegate
::NETWORK_ERROR :
324
ProfileDownloaderDelegate
::SERVICE_ERROR);
337
this,
ProfileDownloaderDelegate
::SERVICE_ERROR);
396
this,
ProfileDownloaderDelegate
::IMAGE_DECODE_FAILED);
431
this,
ProfileDownloaderDelegate
::TOKEN_ERROR);
gaia_info_update_service_unittest.cc
32
explicit ProfileDownloaderMock(
ProfileDownloaderDelegate
* delegate)
183
ProfileDownloaderDelegate
::SERVICE_ERROR);
gaia_info_update_service.cc
142
ProfileDownloaderDelegate
::FailureReason reason) {
/external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service.h
14
public
ProfileDownloaderDelegate
{
33
//
ProfileDownloaderDelegate
:
41
ProfileDownloaderDelegate
::FailureReason reason) OVERRIDE;
custodian_profile_downloader_service.cc
73
ProfileDownloaderDelegate
::FailureReason reason) {
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.h
44
public
ProfileDownloaderDelegate
{
87
//
ProfileDownloaderDelegate
:
95
ProfileDownloaderDelegate
::FailureReason reason) OVERRIDE;
user_image_manager_impl.cc
837
ProfileDownloaderDelegate
::FailureReason reason) {
852
if (reason ==
ProfileDownloaderDelegate
::NETWORK_ERROR) {
[
all
...]
/external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc
24
class AccountInfoRetriever : public
ProfileDownloaderDelegate
{
43
//
ProfileDownloaderDelegate
implementation:
71
ProfileDownloaderDelegate
::FailureReason reason) OVERRIDE {
Completed in 144 milliseconds