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

  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_aura.cc 17 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
testing_automation_provider_win.cc 16 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
testing_automation_provider_gtk.cc 15 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
testing_automation_provider.h 107 void TerminateSession(int handle, bool* success);
    [all...]
testing_automation_provider.cc 343 IPC_MESSAGE_HANDLER(AutomationMsg_TerminateSession, TerminateSession)
    [all...]
  /external/chromium_org/chrome/test/automation/
browser_proxy.h 119 bool TerminateSession() WARN_UNUSED_RESULT;
browser_proxy.cc 226 bool BrowserProxy::TerminateSession() {
proxy_launcher.cc 329 ASSERT_TRUE(browser->TerminateSession());
  /external/chromium_org/remoting/host/
desktop_session_win.h 82 void TerminateSession();
desktop_session_win.cc 283 TerminateSession();
424 TerminateSession();
456 void DesktopSessionWin::TerminateSession() {
505 TerminateSession();
529 TerminateSession();
549 TerminateSession();
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
testing_automation_provider_win.cc 35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
testing_automation_provider.h 112 void TerminateSession(int handle, bool* success);
    [all...]
testing_automation_provider.cc 266 IPC_MESSAGE_HANDLER(AutomationMsg_TerminateSession, TerminateSession)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 55 void TerminateSession(BaseSession *session);
call.cc 114 void Call::TerminateSession(BaseSession *session) {
131 TerminateSession(*it);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 73 void TerminateSession(Session* session);
call.cc 143 void Call::TerminateSession(Session* session) {
158 TerminateSession(*it);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc     [all...]

Completed in 738 milliseconds