OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Close
(Results
576 - 600
of
1934
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/media/audio/win/
wavein_input_win.h
40
virtual void
Close
() OVERRIDE;
91
// we
close
so it can release its own resources.
waveout_output_win.h
45
virtual void
Close
();
89
// we
close
so it can release its own resources.
/external/chromium_org/mojo/public/system/
core_private.h
22
virtual MojoResult
Close
(MojoHandle handle) = 0;
/external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h
43
virtual void
Close
() OVERRIDE;
native_viewport_x11.cc
63
virtual void
Close
() OVERRIDE {
/external/chromium_org/mojo/system/
dispatcher_unittest.cc
64
EXPECT_EQ(MOJO_RESULT_OK, d->
Close
());
91
CLOSE
= 0,
127
case
CLOSE
: {
128
MojoResult r = dispatcher_->
Close
();
220
EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, d->
Close
());
245
EXPECT_EQ(MOJO_RESULT_OK, d->
Close
());
local_message_pipe_endpoint.h
28
virtual void
Close
() OVERRIDE;
message_pipe.h
46
void
Close
(unsigned port);
/external/chromium_org/native_client_sdk/src/examples/api/websocket/
websocket.cc
26
void
Close
();
75
// The command 'c' requests to
close
without any argument like "c;"
76
Close
();
108
void WebSocketInstance::
Close
() {
112
websocket_->
Close
(
/external/chromium_org/net/base/
file_stream.h
47
// will
close
it on destruction.
88
virtual int
Close
(const CompletionCallback& callback);
91
// asynchronously,
Close
(const CompletionCallback&) should be used instead.
94
// Returns true if Open succeeded and
Close
has not been called.
128
// It is valid to destroy or
close
the file stream while there is an
168
// It is valid to destroy or
close
the file stream while there is an
211
// It is valid to destroy or
close
the file stream while there is an
/external/chromium_org/net/disk_cache/flash/
log_store.h
35
bool
Close
();
94
bool closed_; //
Close
was called.
/external/chromium_org/net/http/
http_basic_stream.h
55
virtual void
Close
(bool not_reusable) OVERRIDE;
http_pipelined_stream.h
58
virtual void
Close
(bool not_reusable) OVERRIDE;
proxy_connect_redirect_http_stream.cc
60
void ProxyConnectRedirectHttpStream::
Close
(bool not_reusable) {}
proxy_connect_redirect_http_stream.h
42
virtual void
Close
(bool not_reusable) OVERRIDE;
/external/chromium_org/net/socket/
stream_listen_socket.h
93
void
Close
();
/external/chromium_org/net/socket_stream/
socket_stream_job.h
64
virtual void
Close
();
/external/chromium_org/net/spdy/
spdy_websocket_stream.h
75
void
Close
();
/external/chromium_org/net/udp/
udp_server_socket.h
36
virtual void
Close
() OVERRIDE;
/external/chromium_org/net/websockets/
websocket_deflate_stream.h
52
virtual void
Close
() OVERRIDE;
/external/chromium_org/ppapi/c/
ppb_websocket.h
64
* This enumeration contains status codes. These codes are used in
Close
() and
71
* <code>PP_WEBSOCKETSTATUSCODE_USER_PRIVATE_MAX</code> are valid for
Close
().
77
* (Note that the code 1005 is forbidden to send in actual
close
frames by
79
* appear in the actual
close
frames.)
107
* Pseudo code to indicate that receiving
close
frame doesn't contain any
251
*
Close
() closes the specified WebSocket connection by specifying
257
* @param[in] code The WebSocket
close
code. This is ignored if it is
267
*
close
reason. This is ignored if it is <code>PP_VARTYPE_UNDEFINED</code>.
283
* Returns <code>PP_ERROR_INPROGRESS</code> if a previous call to
Close
() is
286
int32_t (*
Close
)(PP_Resource web_socket
[
all
...]
/external/chromium_org/ppapi/cpp/
file_io.h
219
///
Close
() cancels any IO that may be pending, and closes the FileIO object.
226
///
Close
().
227
void
Close
();
/external/chromium_org/ppapi/proxy/
tcp_socket_resource.h
49
virtual void
Close
() OVERRIDE;
udp_socket_private_resource.cc
78
void UDPSocketPrivateResource::
Close
() {
udp_socket_resource.cc
74
void UDPSocketResource::
Close
() {
Completed in 814 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>