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

  /external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt.h 36 // Initiate the online login attempt either through client or auth login.
40 void Initiate(content::BrowserContext* auth_context);
online_attempt_host.cc 37 online_attempt_->Initiate(auth_context);
online_attempt_unittest.cc 96 attempt_->Initiate(&profile);
119 attempt_->Initiate(&profile);
146 attempt_->Initiate(&profile);
168 attempt_->Initiate(&profile);
online_attempt.cc 49 void OnlineAttempt::Initiate(content::BrowserContext* auth_context) {
  /external/chromium_org/remoting/webapp/
session_connector.js 184 * Initiate a Me2Me connection.
221 * Initiate a Me2Me connection.
263 * Initiate an IT2Me connection.
client_screen.js 28 * Initiate an IT2Me connection.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 198 " action=\"session-initiate\""
278 "initiate",
576 const std::string& initiate,
580 return JingleRedirectXml(initiate, target);
582 return GingleRedirectXml(initiate, target);
769 void OnSessionCreate(cricket::Session* session, bool initiate) {
    [all...]
session.h 77 // TODO: Use this error in Session::Initiate and
84 // initiate, and for speculatively connecting channels. Previously, a
241 STATE_SENTINITIATE, // sent initiate, waiting for Accept or Reject
242 STATE_RECEIVEDINITIATE, // received an initiate. Call Accept or Reject
249 STATE_SENTREJECT, // sent reject after receiving initiate
250 STATE_RECEIVEDREJECT, // received reject after sending initiate
251 STATE_SENTREDIRECT, // sent direct after receiving initiate
594 bool Initiate(const std::string& to,
597 // When we receive an initiate, we create a session in the
    [all...]
session.cc 502 // initiate messages, which is before we create the transports.
931 bool Session::Initiate(const std::string &to,
950 LOG(LS_ERROR) << "Could not send initiate message: " << error.text;
966 // Only if just received initiate
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 198 session->Initiate(data->jid.Str(), offer);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 63 * Console started this one and we are just sniffing it. Initiate recording so that we
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 139 // Missed the first state, the initiate, which is needed by
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js     [all...]

Completed in 323 milliseconds