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

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 402 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
427 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
463 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
490 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
544 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
571 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
606 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
622 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
635 EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 118 MOCK_METHOD0(IsOAuthRefreshTokenAvailable, bool());
profile_sync_service.h 323 virtual bool IsOAuthRefreshTokenAvailable();
    [all...]
profile_sync_service_android.cc 164 sync_service_->IsOAuthRefreshTokenAvailable() &&
profile_sync_service.cc 263 bool ProfileSyncService::IsOAuthRefreshTokenAvailable() {
765 if (!IsOAuthRefreshTokenAvailable()) {
767 // The additional check around IsOAuthRefreshTokenAvailable() above
    [all...]

Completed in 112 milliseconds