HomeSort by relevance Sort by last modified time
    Searched refs:FetchSecret (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/ios/bridge/
client_instance.cc 95 base::Bind(&ClientInstance::FetchSecret, this);
139 void ClientInstance::FetchSecret(
145 base::Bind(&ClientInstance::FetchSecret, this, pairable, callback));
169 // Before this function can complete, FetchSecret must be called
client_instance.h 65 void FetchSecret(bool pairable,
70 // but only after the UI has been asked to provide a PIN (via FetchSecret()).
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 75 // but only after the UI has been asked to provide a PIN (via FetchSecret()).
133 void FetchSecret(bool pairable,
chromoting_jni_instance.cc 68 base::Bind(&ChromotingJniInstance::FetchSecret, this);
415 void ChromotingJniInstance::FetchSecret(
420 FROM_HERE, base::Bind(&ChromotingJniInstance::FetchSecret,
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc 76 base::Bind(&NegotiatingAuthenticatorTest::FetchSecret,
97 static void FetchSecret(

Completed in 185 milliseconds