HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 301 - 325 of 1934) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/audio/pulse/
pulse_output.h 8 // If the stream is successfully opened, Close() must be called before the
9 // stream is deleted as Close() is responsible for ensuring resource cleanup
44 virtual void Close() OVERRIDE;
63 // Close() helper function to free internal structs.
  /external/chromium_org/media/audio/
virtual_audio_output_stream.h 45 virtual void Close() OVERRIDE;
  /external/chromium_org/mojo/examples/sample_app/
native_viewport_client_impl.cc 21 service_->Close();
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.h 32 virtual void Close() OVERRIDE;
  /external/chromium_org/mojo/system/
message_pipe_endpoint.h 38 virtual void Close() = 0;
proxy_message_pipe_endpoint.h 37 // before destruction; this is done inside |Close()|.
47 virtual void Close() OVERRIDE;
  /external/chromium_org/net/disk_cache/flash/
internal_entry.h 48 void Close();
log_store_entry.h 30 bool Close();
log_store_unittest.cc 26 EXPECT_TRUE(log_store.Close());
48 EXPECT_TRUE(log_store.Close());
86 EXPECT_TRUE(log_store.Close());
125 EXPECT_TRUE(log_store.Close());
segment.h 38 // not read-only. Finally, Close() function must be called right before the
39 // destruction. Calling Close() makes the segment immutable, which means
46 // Once the entries are written to the Segment and Close() called on it and the
97 bool Close();
  /external/chromium_org/net/http/
http_stream_base.h 82 // this means we need to close the connection; in the case of SPDY, where the
88 virtual void Close(bool not_reusable) = 0;
95 // If neither is sent, the server must close the connection for us to detect
  /external/chromium_org/net/udp/
udp_client_socket.h 32 virtual void Close() OVERRIDE;
  /external/chromium_org/net/websockets/
websocket_stream.h 44 // All functions except Close() can be asynchronous. If an operation cannot
86 // Derived classes must make sure Close() is called when the stream is not
94 // operation completes or Close() is called. |frames| must be empty on
133 // |frames| must be valid until the operation completes or Close() is called.
150 virtual void Close() = 0;
  /external/chromium_org/ppapi/c/
ppb_udp_socket.h 190 void (*Close)(PP_Resource udp_socket);
ppb_url_loader.h 205 * Close is a pointer to a function used to cancel any pending IO and close
212 * required to call Close().
217 void (*Close)(PP_Resource loader);
  /external/chromium_org/ppapi/cpp/dev/
audio_input_dev.cc 167 void AudioInput_Dev::Close() {
169 get_interface<PPB_AudioInput_Dev_0_4>()->Close(pp_resource());
171 get_interface<PPB_AudioInput_Dev_0_3>()->Close(pp_resource());
173 get_interface<PPB_AudioInput_Dev_0_2>()->Close(pp_resource());
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.h 28 // Releases |handle_|. The caller must close the file handle returned.
53 void Close();
  /external/chromium_org/ppapi/cpp/
tcp_socket.h 128 /// still pending, you should call <code>Close()</code> to ensure that the
193 void Close();
udp_socket.h 99 /// is still pending, you should call <code>Close()</code> to ensure that the
141 void Close();
websocket.h 75 /// Close() closes the specified WebSocket connection by specifying
78 /// @param[in] code The WebSocket close code. This is ignored if it is 0.
87 /// close reason. This is ignored if it is an undefined type.
102 /// if a previous call to Close() is not finished.
103 int32_t Close(uint16_t code, const Var& reason,
157 /// GetCloseCode() returns the connection close code for the WebSocket
160 /// @return Returns 0 if called before the close code is set.
163 /// GetCloseReason() returns the connection close reason for the WebSocket
167 /// close reason is set, the return value contains an empty string. Returns a
  /external/chromium_org/ppapi/proxy/
udp_socket_private_resource.h 42 virtual void Close() OVERRIDE;
udp_socket_resource.h 38 virtual void Close() OVERRIDE;
video_source_resource.h 45 virtual void Close() OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_audio_input_api.h 43 virtual void Close() = 0;
ppb_file_io_thunk.cc 120 void Close(PP_Resource file_io) {
121 VLOG(4) << "PPB_FileIO::Close()";
125 enter.object()->Close();
153 &Close
166 &Close,

Completed in 1270 milliseconds

<<11121314151617181920>>