Searched defs:Authenticator (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dmain.js6 * Authenticator class wraps the communications between Gaia and its host.
8 function Authenticator() { function
15 Authenticator.THIS_EXTENSION_ORIGIN =
22 Authenticator.MIN_API_VERSION_VERSION = 1;
28 Authenticator.MAX_API_VERSION_VERSION = 1;
34 Authenticator.API_KEY_TYPES = [
39 * Singleton getter of Authenticator.
40 * @return {Object} The singleton instance of Authenticator.
42 Authenticator.getInstance = function() {
43 if (!Authenticator
47 Authenticator.prototype = { class
[all...]
/external/chromium_org/chromeos/login/auth/
H A Dauthenticator.cc11 Authenticator::Authenticator(AuthStatusConsumer* consumer) function in class:chromeos::Authenticator
15 Authenticator::~Authenticator() {
18 void Authenticator::SetConsumer(AuthStatusConsumer* consumer) {
H A Dauthenticator.h27 class CHROMEOS_EXPORT Authenticator class in namespace:chromeos
28 : public base::RefCountedThreadSafe<Authenticator> {
30 explicit Authenticator(AuthStatusConsumer* consumer);
97 virtual ~Authenticator();
103 friend class base::RefCountedThreadSafe<Authenticator>;
105 DISALLOW_COPY_AND_ASSIGN(Authenticator);
/external/chromium_org/remoting/protocol/
H A Dauthenticator.h27 // Authenticator is an abstract interface for authentication protocol
34 // Authenticator may exchange multiple messages before session is
35 // authenticated. Each message sent/received by an Authenticator is
40 class Authenticator { class in namespace:remoting::protocol
75 // Returns true if |message| is an Authenticator message.
78 // Creates an empty Authenticator message, owned by the caller.
81 // Finds Authenticator message among child elements of |message|, or
86 Authenticator() {} function in class:remoting::protocol::Authenticator
87 virtual ~Authenticator() {}
104 // called after the Authenticator i
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1587 milliseconds