HomeSort by relevance Sort by last modified time
    Searched refs:StopListening (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_chromeos.cc 31 StopListening();
40 void GlobalShortcutListenerChromeOS::StopListening() {
global_shortcut_listener_ozone.cc 31 StopListening();
40 void GlobalShortcutListenerOzone::StopListening() {
global_shortcut_listener_chromeos.h 26 virtual void StopListening() OVERRIDE;
global_shortcut_listener_ozone.h 23 virtual void StopListening() OVERRIDE;
global_shortcut_listener_win.h 33 virtual void StopListening() OVERRIDE;
global_shortcut_listener_x11.h 32 virtual void StopListening() OVERRIDE;
global_shortcut_listener.h 73 // Start/StopListening are called when transitioning between zero and nonzero
75 // RegisterAcceleratorImpl and StopListening will be called after
81 virtual void StopListening() = 0;
global_shortcut_listener_win.cc 32 StopListening();
42 void GlobalShortcutListenerWin::StopListening() {
global_shortcut_listener_mac.h 45 virtual void StopListening() OVERRIDE;
global_shortcut_listener_x11.cc 63 StopListening();
76 void GlobalShortcutListenerX11::StopListening() {
global_shortcut_listener.cc 65 StopListening();
  /external/chromium_org/ppapi/cpp/private/
tcp_server_socket_private.h 30 // |callback| is called or StopListening method is called.
34 void StopListening();
tcp_server_socket_private.cc 80 void TCPServerSocketPrivate::StopListening() {
82 return get_interface<PPB_TCPServerSocket_Private_0_2>()->StopListening(
86 return get_interface<PPB_TCPServerSocket_Private_0_1>()->StopListening(
  /external/chromium_org/ppapi/thunk/
ppb_tcp_server_socket_private_api.h 28 virtual void StopListening() = 0;
ppb_tcp_server_socket_private_thunk.cc 60 void StopListening(PP_Resource tcp_server_socket) {
63 enter.object()->StopListening();
71 StopListening
80 StopListening,
  /external/chromium_org/ppapi/c/private/
ppb_tcp_server_socket_private.h 78 * successful Listen() call and before StopListening() call.
87 void (*StopListening)(PP_Resource tcp_server_socket);
102 void (*StopListening)(PP_Resource tcp_server_socket);
  /external/chromium_org/ppapi/api/private/
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/
tcp_server_socket_private_resource.h 37 virtual void StopListening() OVERRIDE;
tcp_server_socket_private_resource.cc 82 void TCPServerSocketPrivateResource::StopListening() {
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.h 77 void StopListening();
port_forwarding_controller.cc 550 StopListening();
608 StopListening();
625 void PortForwardingController::StopListening() {
  /external/chromium_org/net/dns/
mdns_client.h 164 virtual void StopListening() = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.h 140 void StopListening();
  /external/chromium_org/third_party/webrtc/base/
httpserver.h 123 void StopListening();
  /external/chromium_org/ppapi/tests/
test_tcp_server_socket_private.cc 195 server_socket.StopListening();
260 server_socket.StopListening();

Completed in 521 milliseconds

1 2