HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 126 - 150 of 1671) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/net/spdy/
spdy_websocket_stream.cc 32 Close();
61 Close();
78 void SpdyWebSocketStream::Close() {
80 stream_->Close();
111 // Destruction without Close() call OnClose() with delegate_ being NULL.
  /external/chromium_org/ppapi/cpp/dev/
audio_input_dev.h 62 void Close();
video_capture_dev.h 41 void Close();
  /external/chromium_org/ppapi/cpp/
media_stream_audio_track.h 129 /// After calling <code>Close()</code>, no new buffers will be received.
130 void Close();
url_loader.h 155 /// This function is used to cancel any pending IO and close the URLLoader
162 /// required to call Close().
163 void Close();
  /external/chromium_org/ppapi/cpp/private/
image_capture_private.h 79 /// completion of <code>Close()</code>.
82 int32_t Close(const CompletionCallback& callback);
udp_socket_private.h 37 void Close();
  /external/chromium_org/ppapi/proxy/
video_destination_resource.h 41 virtual void Close() OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_audio_input_api.h 40 virtual void Close() = 0;
ppb_media_stream_video_track_api.h 25 virtual void Close() = 0;
ppb_udp_socket_api.h 33 virtual void Close() = 0;
ppb_udp_socket_private_api.h 35 virtual void Close() = 0;
ppb_video_capture_api.h 37 virtual void Close() = 0;
ppb_websocket_api.h 37 virtual int32_t Close(uint16_t code,
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 48 int32_t Close(uint16_t code, const Var& reason) {
51 int32_t result = WebSocket::Close(code, reason, callback);
119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) {
120 return impl_->Close(code, reason);
websocket_api.h 47 /// Close() closes the specified WebSocket connection by specifying
50 /// @param[in] code The WebSocket close code. Ignored if it is 0.
52 /// WebSocket close reason. Ignored if it is undefined type.
56 /// See also <code>pp::WebSocket::Close</code>.
57 int32_t Close(uint16_t code, const Var& reason);
110 /// Close().
  /external/chromium_org/remoting/protocol/
session.h 108 virtual void Close() = 0;
session_manager.h 138 // Close session manager. Can be called only after all corresponding
141 virtual void Close() = 0;
  /external/chromium_org/sandbox/win/src/
sandbox_nt_types.h 14 NtCloseFunction Close;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.h 33 virtual void Close();
input_stream.h 31 virtual void Close() = 0;
memory_input_stream.h 33 virtual void Close();
  /external/chromium_org/third_party/webrtc/base/
socketstream.h 40 virtual void Close();
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
low_latency_event.h 52 static bool Close(Handle* handle);
  /external/chromium_org/tools/stats_viewer/
OpenDialog.cs 34 this.Close();
41 this.Close();

Completed in 412 milliseconds

1 2 3 4 56 7 8 91011>>