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

  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.h 27 void AddSession();
recent_tabs_sub_menu_model_unittest.cc 322 recent_tabs_builder.AddSession();
330 recent_tabs_builder.AddSession();
414 recent_tabs_builder.AddSession();
452 recent_tabs_builder.AddSession();
486 recent_tabs_builder.AddSession();
recent_tabs_builder_test_helper.cc 87 void RecentTabsBuilderTestHelper::AddSession() {
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 38 void AddSession(uint32 session_id,
121 void SessionIdAdapter::AddSession(
209 adapter_->AddSession(session_id, session);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 107 bool AddSession(Session *session, const SessionDescription* offer);
call.cc 72 AddSession(session, offer);
87 AddSession(session, offer);
199 bool Call::AddSession(Session *session, const SessionDescription* offer) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 183 bool AddSession(Session* session, const SessionDescription* offer);
call.cc 114 AddSession(session, offer);
242 bool Call::AddSession(Session* session, const SessionDescription* offer) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 295 void AddSession(cricket::Session* session) {
callclient.cc 113 " addsession [jid] Add a new session to the current call.\n"
212 } else if (command == "addsession") {
573 AddSession(session);
586 AddSession(session);
887 AddSession(call_->InitiateSession(jid, media_client_->jid(), options));
    [all...]

Completed in 3192 milliseconds