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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac_unittest.cc 140 // Test Create(), Close().
145 ais->Close();
148 // Test Open(), Close().
154 ais->Close();
157 // Test Open(), Start(), Close().
167 ais->Close();
170 // Test Open(), Start(), Stop(), Close().
181 ais->Close();
211 ais->Close();
243 // Verify that the sink receieves OnClose() call when calling Close()
    [all...]
  /external/chromium_org/net/udp/
udp_client_socket.cc 37 void UDPClientSocket::Close() {
38 socket_.Close();
  /external/chromium_org/ppapi/c/dev/
ppb_video_capture_dev.h 55 * 9- Close the device.
159 void (*Close)(PP_Resource video_capture);
178 void (*Close)(PP_Resource video_capture);
  /external/chromium_org/ppapi/cpp/private/
video_source_private.cc 65 void VideoSource_Private::Close() {
67 get_interface<PPB_VideoSource_Private_0_1>()->Close(pp_resource());
  /external/chromium_org/third_party/libjingle/source/talk/sound/
nullsoundsystem.cc 74 virtual bool Close() {
108 virtual bool Close() {
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_browser_backend.py 52 def Close(self):
65 self.Close()
webdriver_ie_backend.py 33 def Close(self):
35 super(WebDriverIEBackend, self).Close()
  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 102 void Close();
122 void Close();
  /external/webrtc/test/testsupport/
frame_reader.cc 28 Close();
53 void FrameReaderImpl::Close() {
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win_unittest.cc 238 stream_->Close();
241 void Close() {
243 stream_->Close();
254 Close();
288 // Test Create(), Close() calling sequence.
295 ais.Close();
298 // Test Open(), Close() calling sequence.
306 ais.Close();
309 // Test Open(), Start(), Close() calling sequence.
321 ais.Close();
    [all...]
  /external/chromium_org/mojo/system/
message_pipe_unittest.cc 173 // Close port 0.
174 mp->Close(0);
206 mp->Close(1);
235 // Close port 0 first, which should have outstanding (incoming) messages.
236 mp->Close(0);
237 mp->Close(1);
354 mp->Close(0);
355 mp->Close(1);
407 // Close port 0.
408 mp->Close(0)
    [all...]
core_impl_unittest.cc 114 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h));
124 // |Close()|:
126 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(MOJO_HANDLE_INVALID));
127 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(10));
128 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(1000000000));
130 // Test a double-close.
133 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(h));
135 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, core()->Close(h));
182 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(handles[0]));
183 EXPECT_EQ(MOJO_RESULT_OK, core()->Close(handles[1]))
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 62 AddRef(); // Balanced in Close();
71 // Listen for the containing view calling window.close();
97 Close();
113 // When we do close on BubbleLostFocus, we do it in the next event loop
114 // because a subsequent event in this loop may also want to close this popup
120 &ExtensionPopup::Close));
148 Close();
158 // close the popup. This gives the devtools window a chance to finish
161 &ExtensionPopup::Close));
208 void ExtensionPopup::Close() {
    [all...]
  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 52 Close();
69 Close();
83 Close();
91 Close();
156 if (HANDLE_EINTR(close(result)) < 0)
157 PLOG(ERROR) << "close";
172 void TCPServerSocketLibevent::Close() {
174 if (HANDLE_EINTR(close(socket_)) < 0)
175 PLOG(ERROR) << "close";
tcp_server_socket_win.cc 33 Close();
57 Close();
71 Close();
79 Close();
156 void TCPServerSocketWin::Close() {
  /external/chromium/webkit/glue/
websocketstreamhandle_impl.cc 38 void Close();
89 void WebSocketStreamHandleImpl::Context::Close() {
90 VLOG(1) << "Close";
92 bridge_->Close();
103 bridge_->Close();
165 void WebSocketStreamHandleImpl::close() { function in class:webkit_glue::WebSocketStreamHandleImpl
166 context_->Close();
  /external/chromium_org/ppapi/thunk/
ppb_audio_input_dev_thunk.cc 125 void Close(PP_Resource audio_input) {
126 VLOG(4) << "PPB_AudioInput_Dev::Close()";
130 enter.object()->Close();
141 &Close
153 &Close
165 &Close
  /external/chromium_org/remoting/protocol/
connection_to_client.cc 49 session_->Close();
153 Close(OK);
157 Close(session_->error());
173 Close(CHANNEL_CONNECTION_ERROR);
196 void ConnectionToClient::Close(ErrorCode error) {
  /external/chromium_org/webkit/child/
websocketstreamhandle_impl.cc 47 void Close();
101 void WebSocketStreamHandleImpl::Context::Close() {
102 VLOG(1) << "Close";
104 bridge_->Close();
115 bridge_->Close();
191 void WebSocketStreamHandleImpl::close() { function in class:webkit_glue::WebSocketStreamHandleImpl
192 context_->Close();
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 154 entry->Close();
188 entry->Close();
196 entry->Close();
206 entry->Close();
231 entry->Close();
237 entry->Close();
246 entry->Close();
277 entry->Close();
283 entry->Close();
303 entry->Close();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.cc 79 Close(std::string());
129 Close(kInvalidNameError);
132 Close(kNotFoundError);
135 Close(kForbiddenError);
138 Close(kFailedToStartError);
257 Close(kNativeHostExited);
260 Close(kHostInputOuputError);
280 Close(kHostInputOuputError);
326 Close(kHostInputOuputError);
344 void NativeMessageProcessHost::Close(const std::string& error_message)
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc 170 // Simulate closing the IPC channel and give the audio thread time to close
221 void Close() {
222 // Send a message to AudioRendererHost to tell it we want to close the
287 Close();
298 Close();
305 Close();
313 Close();
336 // the audio device is closed but the render process try to close the
342 Close();
347 Close();
    [all...]
  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 98 test_stream->Close();
126 test_stream->Close();
132 test_stream->Close();
144 test_stream->Close();
157 test_stream->Close();
169 test_stream->Close();
186 test_stream->Close();
  /external/chromium_org/net/disk_cache/flash/
segment_unittest.cc 57 EXPECT_TRUE(segment->Close());
68 EXPECT_TRUE(segment->Close());
73 EXPECT_TRUE(segment->Close());
98 EXPECT_TRUE(segment->Close());
105 EXPECT_TRUE(segment->Close());
128 EXPECT_TRUE(segment->Close());
151 EXPECT_TRUE(segment->Close());
  /sdk/emulator/qtools/
trace_reader_base.h 87 void Close();
163 void Close();
197 void Close();
213 void Close();
229 void Close();
247 void Close();
262 void Close();

Completed in 1166 milliseconds

1 2 3 4 5 6 7 891011>>