/external/chromium_org/remoting/host/ |
D | desktop_session_win.cc | 283 TerminateSession(); in OnRdpClosed() 424 TerminateSession(); in OnSessionAttachTimeout() 456 void DesktopSessionWin::TerminateSession() { in TerminateSession() function in remoting::DesktopSessionWin 505 TerminateSession(); in OnPermanentError() 529 TerminateSession(); in OnSessionAttached() 549 TerminateSession(); in OnSessionAttached()
|
D | desktop_session_win.h | 82 void TerminateSession();
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider_aura.cc | 17 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { in TerminateSession() function in TestingAutomationProvider
|
D | testing_automation_provider_win.cc | 16 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { in TerminateSession() function in TestingAutomationProvider
|
D | testing_automation_provider_gtk.cc | 15 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { in TerminateSession() function in TestingAutomationProvider
|
D | testing_automation_provider_mac.mm | 20 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { function
|
D | testing_automation_provider.h | 107 void TerminateSession(int handle, bool* success);
|
D | testing_automation_provider.cc | 336 IPC_MESSAGE_HANDLER(AutomationMsg_TerminateSession, TerminateSession) in OnMessageReceived()
|
/external/chromium_org/chrome/test/automation/ |
D | browser_proxy.h | 119 bool TerminateSession() WARN_UNUSED_RESULT;
|
D | browser_proxy.cc | 226 bool BrowserProxy::TerminateSession() { in TerminateSession() function in BrowserProxy
|
D | proxy_launcher.cc | 330 ASSERT_TRUE(browser->TerminateSession()); in TerminateBrowser()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_gtk.cc | 26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { in TerminateSession() function in TestingAutomationProvider
|
D | testing_automation_provider_win.cc | 35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { in TerminateSession() function in TestingAutomationProvider
|
D | testing_automation_provider_mac.mm | 35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { function
|
D | testing_automation_provider.h | 112 void TerminateSession(int handle, bool* success);
|
D | testing_automation_provider.cc | 266 IPC_MESSAGE_HANDLER(AutomationMsg_TerminateSession, TerminateSession) in OnMessageReceived()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | call.h | 55 void TerminateSession(BaseSession *session);
|
D | call.cc | 114 void Call::TerminateSession(BaseSession *session) { in TerminateSession() function in cricket::Call 131 TerminateSession(*it); in Terminate()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | call.h | 73 void TerminateSession(Session* session);
|
D | call.cc | 143 void Call::TerminateSession(Session* session) { in TerminateSession() function in cricket::Call 158 TerminateSession(*it); in Terminate()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | callclient.cc | 951 call_->TerminateSession(*iter); in TerminateAndRemoveSession()
|