OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopListening
(Results
1 - 25
of
30
) sorted by null
1
2
/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/chrome/browser/extensions/
global_shortcut_listener_chromeos.cc
36
StopListening
();
45
void GlobalShortcutListenerChromeOS::
StopListening
() {
global_shortcut_listener_mac.cc
36
StopListening
();
45
void GlobalShortcutListenerMac::
StopListening
() {
global_shortcut_listener_ozone.cc
36
StopListening
();
45
void GlobalShortcutListenerOzone::
StopListening
() {
global_shortcut_listener_chromeos.h
24
virtual void
StopListening
() OVERRIDE;
global_shortcut_listener_mac.h
22
virtual void
StopListening
() OVERRIDE;
global_shortcut_listener_ozone.h
21
virtual void
StopListening
() OVERRIDE;
global_shortcut_listener.h
37
virtual void
StopListening
() = 0;
global_shortcut_listener_win.h
25
virtual void
StopListening
() OVERRIDE;
global_shortcut_listener_x11.h
32
virtual void
StopListening
() OVERRIDE;
global_shortcut_listener_win.cc
37
StopListening
();
47
void GlobalShortcutListenerWin::
StopListening
() {
global_shortcut_listener.cc
43
GlobalShortcutListener::GetInstance()->
StopListening
();
global_shortcut_listener_x11.cc
69
StopListening
();
87
void GlobalShortcutListenerX11::
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/net/dns/
mdns_client.h
161
virtual void
StopListening
() = 0;
mdns_client_impl.h
183
virtual void
StopListening
() OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.h
140
void
StopListening
();
httpserver.cc
280
void HttpListenServer::
StopListening
() {
/external/chromium_org/ppapi/tests/
test_tcp_server_socket_private.cc
195
server_socket.
StopListening
();
260
server_socket.
StopListening
();
Completed in 223 milliseconds
1
2