/external/chromium_org/ppapi/thunk/ |
D | ppb_tcp_server_socket_private_thunk.cc | 60 void StopListening(PP_Resource tcp_server_socket) { in StopListening() function 63 enter.object()->StopListening(); in StopListening() 71 StopListening 80 StopListening,
|
D | ppb_tcp_server_socket_private_api.h | 28 virtual void StopListening() = 0;
|
/external/chromium_org/ppapi/cpp/private/ |
D | tcp_server_socket_private.cc | 80 void TCPServerSocketPrivate::StopListening() { in StopListening() function in pp::TCPServerSocketPrivate 82 return get_interface<PPB_TCPServerSocket_Private_0_2>()->StopListening( in StopListening() 86 return get_interface<PPB_TCPServerSocket_Private_0_1>()->StopListening( in StopListening()
|
D | tcp_server_socket_private.h | 34 void StopListening();
|
/external/chromium_org/chrome/browser/extensions/ |
D | global_shortcut_listener_chromeos.cc | 31 StopListening(); in ~GlobalShortcutListenerChromeOS() 40 void GlobalShortcutListenerChromeOS::StopListening() { in StopListening() function in extensions::GlobalShortcutListenerChromeOS
|
D | global_shortcut_listener_ozone.cc | 31 StopListening(); in ~GlobalShortcutListenerOzone() 40 void GlobalShortcutListenerOzone::StopListening() { in StopListening() function in extensions::GlobalShortcutListenerOzone
|
D | global_shortcut_listener_win.cc | 32 StopListening(); in ~GlobalShortcutListenerWin() 42 void GlobalShortcutListenerWin::StopListening() { in StopListening() function in extensions::GlobalShortcutListenerWin
|
D | global_shortcut_listener_x11.cc | 63 StopListening(); in ~GlobalShortcutListenerX11() 76 void GlobalShortcutListenerX11::StopListening() { in StopListening() function in extensions::GlobalShortcutListenerX11
|
D | global_shortcut_listener_chromeos.h | 26 virtual void StopListening() OVERRIDE;
|
D | global_shortcut_listener_ozone.h | 23 virtual void StopListening() OVERRIDE;
|
D | global_shortcut_listener_win.h | 33 virtual void StopListening() OVERRIDE;
|
D | global_shortcut_listener_x11.h | 32 virtual void StopListening() OVERRIDE;
|
D | global_shortcut_listener.h | 81 virtual void StopListening() = 0;
|
D | global_shortcut_listener_mac.h | 45 virtual void StopListening() OVERRIDE;
|
D | global_shortcut_listener.cc | 65 StopListening(); in UnregisterAccelerator()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_tcp_server_socket_private.h | 87 void (*StopListening)(PP_Resource tcp_server_socket); member 102 void (*StopListening)(PP_Resource tcp_server_socket); member
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_tcp_server_socket_private.idl | 59 * successful Listen() call and before StopListening() call. 70 void StopListening([in] PP_Resource tcp_server_socket);
|
/external/chromium_org/ppapi/proxy/ |
D | tcp_server_socket_private_resource.h | 37 virtual void StopListening() OVERRIDE;
|
D | tcp_server_socket_private_resource.cc | 82 void TCPServerSocketPrivateResource::StopListening() { in StopListening() function in ppapi::proxy::TCPServerSocketPrivateResource
|
/external/chromium_org/chrome/browser/devtools/device/ |
D | port_forwarding_controller.h | 77 void StopListening();
|
D | port_forwarding_controller.cc | 550 StopListening(); in Shutdown() 608 StopListening(); in OnPrefsChange() 625 void PortForwardingController::StopListening() { in StopListening() function in PortForwardingController
|
/external/chromium_org/third_party/webrtc/base/ |
D | httpserver.h | 123 void StopListening();
|
/external/chromium_org/net/dns/ |
D | mdns_client.h | 164 virtual void StopListening() = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | httpserver.h | 140 void StopListening();
|
/external/chromium_org/ppapi/tests/ |
D | test_tcp_server_socket_private.cc | 195 server_socket.StopListening(); in TestListen() 260 server_socket.StopListening(); in TestBacklog()
|