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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_interface.h 169 virtual bool IsAuthenticated() const = 0;
fake_api_util.h 94 virtual bool IsAuthenticated() const OVERRIDE;
api_util.h 90 virtual bool IsAuthenticated() const OVERRIDE;
fake_api_util.cc 191 bool FakeAPIUtil::IsAuthenticated() const { return true; }
api_util.cc     [all...]
drive_file_sync_service.cc     [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 301 bool IsAuthenticated() {
remote_desktop_browsertest.cc 219 // and isAuthenticated() should be false (auth dialog visible).
221 ASSERT_FALSE(IsAuthenticated());
325 EXPECT_TRUE(IsAuthenticated());
334 EXPECT_TRUE(IsAuthenticated());
792 web_contents, "remoting.identity.isAuthenticated()");

Completed in 2822 milliseconds