HomeSort by relevance Sort by last modified time
    Searched refs:HasAccessToken (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/google_apis/drive/
auth_service_interface.h 39 virtual bool HasAccessToken() const = 0;
dummy_auth_service.cc 23 bool DummyAuthService::HasAccessToken() const {
dummy_auth_service.h 30 virtual bool HasAccessToken() const OVERRIDE;
request_sender.cc 47 if (!auth_service_->HasAccessToken()) {
74 DCHECK(auth_service_->HasAccessToken());
auth_service.h 46 virtual bool HasAccessToken() const OVERRIDE;
auth_service.cc 144 if (HasAccessToken()) {
163 bool AuthService::HasAccessToken() const {
request_sender_unittest.cc 38 EXPECT_FALSE(HasAccessToken());
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 69 virtual bool HasAccessToken() const OVERRIDE;
drive_service_interface.h 116 virtual bool HasAccessToken() const = 0;
dummy_drive_service.cc 39 bool DummyDriveService::HasAccessToken() const { return true; }
dummy_drive_service.h 25 virtual bool HasAccessToken() const OVERRIDE;
fake_drive_service.h 135 virtual bool HasAccessToken() const OVERRIDE;
drive_api_service.cc 705 bool DriveAPIService::HasAccessToken() const {
707 return sender_->auth_service()->HasAccessToken();
fake_drive_service.cc 323 bool FakeDriveService::HasAccessToken() const {
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_on_worker.h 95 virtual bool HasAccessToken() const OVERRIDE;
drive_service_on_worker.cc 255 bool DriveServiceOnWorker::HasAccessToken() const {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 350 DCHECK(auth_service_->HasAccessToken());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 509 drive_service->HasAccessToken());
    [all...]

Completed in 233 milliseconds