Searched refs:Close (Results 226 - 250 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/private/
H A Dimage_capture_private.h79 /// completion of <code>Close()</code>.
82 int32_t Close(const CompletionCallback& callback);
H A Dpass_file_handle.h53 void Close();
/external/chromium_org/ppapi/cpp/
H A Dudp_socket.h99 /// is still pending, you should call <code>Close()</code> to ensure that the
141 void Close();
H A Durl_loader.h162 /// required to call Close().
163 void Close();
H A Dwebsocket.h75 /// Close() closes the specified WebSocket connection by specifying
102 /// if a previous call to Close() is not finished.
103 int32_t Close(uint16_t code, const Var& reason,
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_resource.h38 virtual void Close() OVERRIDE;
H A Dvideo_destination_resource.h41 virtual void Close() OVERRIDE;
H A Dvideo_source_resource.h45 virtual void Close() OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_input_api.h40 virtual void Close() = 0;
H A Dppb_audio_input_dev_thunk.cc113 void Close(PP_Resource audio_input) { function in namespace:ppapi::thunk::__anon10241
114 VLOG(4) << "PPB_AudioInput_Dev::Close()";
118 enter.object()->Close();
130 &Close
142 &Close
H A Dppb_file_io_thunk.cc118 void Close(PP_Resource file_io) { function in namespace:ppapi::thunk::__anon10259
119 VLOG(4) << "PPB_FileIO::Close()";
123 enter.object()->Close();
151 &Close
164 &Close,
H A Dppb_media_stream_video_track_api.h25 virtual void Close() = 0;
H A Dppb_media_stream_video_track_thunk.cc93 void Close(PP_Resource video_track) { function in namespace:ppapi::thunk::__anon10291
94 VLOG(4) << "PPB_MediaStreamVideoTrack::Close()";
98 enter.object()->Close();
130 &Close
142 &Close,
H A Dppb_tcp_socket_thunk.cc127 void Close(PP_Resource tcp_socket) { function in namespace:ppapi::thunk::__anon10307
128 VLOG(4) << "PPB_TCPSocket::Close()";
132 enter.object()->Close();
156 &Close,
171 &Close,
H A Dppb_udp_socket_api.h33 virtual void Close() = 0;
H A Dppb_udp_socket_private_api.h35 virtual void Close() = 0;
H A Dppb_url_loader_api.h46 virtual void Close() = 0;
H A Dppb_video_capture_api.h37 virtual void Close() = 0;
H A Dppb_websocket_api.h37 virtual int32_t Close(uint16_t code,
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.h47 /// Close() closes the specified WebSocket connection by specifying
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/
H A Dfake_session.cc54 void FakeSession::Close() { function in class:remoting::protocol::FakeSession
H A Dsession.h108 virtual void Close() = 0;
H A Dsession_manager.h138 // Close session manager. Can be called only after all corresponding
141 virtual void Close() = 0;
/external/chromium_org/sync/internal_api/
H A Dsync_db_util.cc27 f.Close();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptHeapSnapshot.cpp60 virtual void EndOfStream() OVERRIDE { m_output->Close(); }

Completed in 479 milliseconds

1234567891011>>