OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultGaiaAuthMechanism
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/jingle/notifier/base/
gaia_constants.cc
10
const char
kDefaultGaiaAuthMechanism
[] = "X-GOOGLE-TOKEN";
gaia_constants.h
10
extern const char
kDefaultGaiaAuthMechanism
[];
notifier_options.cc
16
auth_mechanism(
kDefaultGaiaAuthMechanism
) {}
/external/chromium_org/remoting/signaling/
xmpp_signal_strategy.cc
248
std::string mechanism = notifier::
kDefaultGaiaAuthMechanism
;
Completed in 3266 milliseconds