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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 38 // Initiate the online login attempt. Status will be recorded in
42 void Initiate(Profile* profile);
cryptohome_op.cc 51 bool Initiate() {
74 bool Initiate() {
98 bool Initiate() {
130 bool Initiate() {
149 bool Initiate() {
cryptohome_op.h 42 virtual bool Initiate() = 0;
online_attempt_unittest.cc 136 attempt_->Initiate(&profile);
163 attempt_->Initiate(&profile);
194 attempt_->Initiate(&profile);
220 attempt_->Initiate(&profile);
parallel_authenticator.cc 88 NewRunnableMethod(mounter_.get(), &CryptohomeOp::Initiate));
89 current_online_->Initiate(profile);
113 NewRunnableMethod(key_checker_.get(), &CryptohomeOp::Initiate));
122 guest_mounter_->Initiate();
185 NewRunnableMethod(guest_mounter_.get(), &CryptohomeOp::Initiate));
243 NewRunnableMethod(to_initiate, &CryptohomeOp::Initiate));
259 current_online_->Initiate(profile);
311 NewRunnableMethod(mounter_.get(), &CryptohomeOp::Initiate));
358 NewRunnableMethod(key_migrator_.get(), &CryptohomeOp::Initiate));
online_attempt.cc 45 void OnlineAttempt::Initiate(Profile* profile) {
cryptohome_op_unittest.cc 118 EXPECT_TRUE(op->Initiate());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 69 // TODO: Use this error in Session::Initiate and
76 // initiate, and for speculatively connecting channels. Previously, a
144 STATE_SENTINITIATE, // sent initiate, waiting for Accept or Reject
145 STATE_RECEIVEDINITIATE, // received an initiate. Call Accept or Reject
150 STATE_SENTREJECT, // sent reject after receiving initiate
151 STATE_RECEIVEDREJECT, // received reject after sending initiate
152 STATE_SENTREDIRECT, // sent direct after receiving initiate
240 // When we receive an initiate, we create a session in the
331 bool Initiate(const std::string& to,
334 // When we receive an initiate, we create a session in th
    [all...]
session.cc 273 bool Session::Initiate(const std::string &to,
293 LOG(LS_ERROR) << "Could not send initiate message: " << error.text;
306 // Only if just received initiate
327 // Reject is sent in response to an initiate or modify, to reject the
520 // initiate messages, which is before we create the transports.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 190 session->Initiate(data->jid.Str(), offer);
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 124 // Initiate the drag if the mouse has moved far enough.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 73 session->Initiate(jid.Str(), offer);
89 // Missed the first state, the initiate, which is needed by

Completed in 180 milliseconds