IsAuthorized 38 jingle/notifier/base/gaia_token_pre_xmpp_auth.h virtual bool IsAuthorized() const OVERRIDE; IsAuthorized 57 jingle/notifier/base/xmpp_connection_unittest.cc MOCK_CONST_METHOD0(IsAuthorized, bool()); IsAuthorized 121 jingle/notifier/base/xmpp_connection_unittest.cc EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthorized()).WillOnce(Return(false)); IsAuthorized 140 jingle/notifier/base/xmpp_connection_unittest.cc EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthorized()).WillOnce(Return(true));