OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
89
virtual bool
IsAuthenticated
() const OVERRIDE;
fake_api_util.cc
193
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.cc
199
// and
isAuthenticated
() should be false (auth dialog visible).
201
ASSERT_FALSE(
IsAuthenticated
());
305
EXPECT_TRUE(
IsAuthenticated
());
314
EXPECT_TRUE(
IsAuthenticated
());
694
web_contents, "remoting.identity.
isAuthenticated
()");
remote_desktop_browsertest.h
264
bool
IsAuthenticated
() {
Completed in 3624 milliseconds