Searched refs:Close (Results 126 - 150 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_media_stream_audio_track_api.h25 virtual void Close() = 0;
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc48 int32_t Close(uint16_t code, const Var& reason) { function in class:pp::WebSocketAPI::Implement
51 int32_t result = WebSocket::Close(code, reason, callback);
119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) { function in class:pp::WebSocketAPI
120 return impl_->Close(code, reason);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_types.h14 NtCloseFunction Close; member in struct:sandbox::NtExports
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptHeapSnapshot.h46 virtual void Close() = 0;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event.h52 static bool Close(Handle* handle);
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_info.py34 tab.Close()
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
H A D__init__.py51 def Close(self): member in class:Forwarder
/external/chromium_org/ui/platform_window/
H A Dplatform_window.h29 virtual void Close() = 0;
/external/lzma/CS/7zip/Common/
H A DOutBuffer.cs21 public void CloseStream() { m_Stream.Close(); }
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.h26 void Close();
H A Dgrfmt_jpeg.h61 void Close();
95 virtual void Close();
117 void Close();
174 virtual void Close();
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc29 void Close();
75 void LinkDisambiguationPopup::ZoomBubbleView::Close() { function in class:LinkDisambiguationPopup::ZoomBubbleView
77 GetWidget()->Close();
98 Close();
107 Close();
134 Close();
148 Close();
189 void LinkDisambiguationPopup::Close() { function in class:LinkDisambiguationPopup
191 view_->Close();
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_apitest.cc49 MOCK_METHOD0(Close, void());
119 virtual bool Close(scoped_refptr<UsbDeviceHandle> handle) OVERRIDE {
204 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(4);
209 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(2);
221 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(AnyNumber());
250 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(AnyNumber());
257 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(AnyNumber());
266 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(AnyNumber());
271 EXPECT_CALL(*mock_device_handle_.get(), Close()).Times(AnyNumber());
/external/chromium_org/media/audio/
H A Dvirtual_audio_input_stream_unittest.cc140 void Close() { function in class:media::VirtualAudioInputStreamTest
142 stream_->Close();
170 output_stream->Close();
249 RUN_ON_AUDIO_THREAD(Close);
258 RUN_ON_AUDIO_THREAD(Close);
269 RUN_ON_AUDIO_THREAD(Close);
283 RUN_ON_AUDIO_THREAD(Close);
305 RUN_ON_AUDIO_THREAD(Close);
338 RUN_ON_AUDIO_THREAD(Close);
H A Daudio_io.h79 // must always be followed by a call to Close() even if Open() fails.
99 // Close the stream. This also generates AudioSourceCallback::OnClose().
101 virtual void Close() = 0;
150 // Close the stream. This also generates AudioInputCallback::OnClose(). This
152 virtual void Close() = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DiSACTest.cc150 _inFileA.Close();
151 _outFileA.Close();
152 _outFileB.Close();
322 _outFileA.Close();
323 _outFileB.Close();
324 _inFileA.Close();
325 _inFileB.Close();
362 _inFileA.Close();
367 _inFileA.Close();
377 _inFileB.Close();
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher_item_delegate.cc27 void ShelfWindowWatcherItemDelegate::Close() { function in class:ash::ShelfWindowWatcherItemDelegate
28 views::Widget::GetWidgetForNativeWindow(window_)->Close();
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller.cc31 dialog_->GetWidget()->Close();
70 dialog_->GetWidget()->Close();
/external/chromium_org/base/files/
H A Dmemory_mapped_file_win.cc84 file_mapping_.Close();
86 file_.Close();
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.cc56 // Close the dialog if we load a page (because the action might not apply to
60 Close();
63 void TabModalConfirmDialogDelegate::Close() { function in class:TabModalConfirmDialogDelegate
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc157 // Test Create(), Close().
162 ais->Close();
165 // Test Open(), Close().
171 ais->Close();
174 // Test Open(), Start(), Close().
182 ais->Close();
185 // Test Open(), Start(), Stop(), Close().
194 ais->Close();
222 ais->Close();
249 ais->Close();
[all...]
/external/chromium_org/net/udp/
H A Dudp_client_socket.cc37 void UDPClientSocket::Close() { function in class:net::UDPClientSocket
38 socket_.Close();
/external/chromium_org/ppapi/c/dev/
H A Dppb_audio_input_dev.h208 void (*Close)(PP_Resource audio_input); member in struct:PPB_AudioInput_Dev_0_4
231 void (*Close)(PP_Resource audio_input); member in struct:PPB_AudioInput_Dev_0_3

Completed in 3913 milliseconds

1234567891011>>