OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GaiaAuthEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_authenticator.h
64
struct
GaiaAuthEvent
{
74
// Lets us use
GaiaAuthEvent
as its own traits type in hookups.
75
typedef
GaiaAuthEvent
EventType;
76
static inline bool IsChannelShutdownEvent(const
GaiaAuthEvent
& event) {
253
typedef EventChannel<
GaiaAuthEvent
, base::Lock> Channel;
gaia_authenticator.cc
50
GaiaAuthEvent
done = {
GaiaAuthEvent
::GAIA_AUTHENTICATOR_DESTROYED, None,
103
GaiaAuthEvent
event = { succeeded ?
GaiaAuthEvent
::GAIA_AUTH_SUCCEEDED
104
:
GaiaAuthEvent
::GAIA_AUTH_FAILED,
Completed in 92 milliseconds