Searched refs:Close (Results 76 - 100 of 1698) sorted by relevance

1234567891011>>

/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac_unittest.cc76 Create()->Close();
84 stream->Close();
103 stream->Close();
/external/chromium_org/ppapi/thunk/
H A Dppb_video_destination_private_thunk.cc51 void Close(PP_Resource destination) { function in namespace:ppapi::thunk::__anon9695
54 enter.object()->Close();
63 &Close
H A Dppb_video_source_private_thunk.cc50 void Close(PP_Resource source) { function in namespace:ppapi::thunk::__anon9697
53 enter.object()->Close();
61 &Close
H A Dppb_udp_socket_private_thunk.cc94 void Close(PP_Resource udp_socket) { function in namespace:ppapi::thunk::__anon9682
97 enter.object()->Close();
107 &Close
118 &Close
130 &Close
H A Dppb_media_stream_audio_track_thunk.cc85 void Close(PP_Resource audio_track) { function in namespace:ppapi::thunk::__anon9662
86 VLOG(4) << "PPB_MediaStreamAudioTrack::Close()";
90 enter.object()->Close();
101 &Close
/external/chromium_org/remoting/protocol/
H A Dprotobuf_video_writer.cc23 Close();
51 void ProtobufVideoWriter::Close() { function in class:remoting::protocol::ProtobufVideoWriter
52 buffered_writer_.Close();
/external/chromium_org/ui/message_center/
H A Dnotification_delegate.h35 virtual void Close(bool by_user) = 0;
64 virtual void Close(bool by_user) OVERRIDE;
92 virtual void Close(bool by_user) OVERRIDE;
/external/lzma/CPP/Common/
H A DC_FileIO.cpp17 Close();
22 bool CFileBase::Close() function in class:NC::NFile::NIO::CFileBase
71 Close();
H A DStdInStream.cpp31 Close();
37 bool CStdInStream::Close() function in class:CStdInStream
47 Close();
H A DStdOutStream.cpp28 Close();
34 bool CStdOutStream::Close() function in class:CStdOutStream
52 Close();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestRedFec.cc79 _outFileB.Close();
85 _outFileB.Close();
94 _outFileB.Close();
100 _outFileB.Close();
108 _outFileB.Close();
114 _outFileB.Close();
134 _outFileB.Close();
145 _outFileB.Close();
151 _outFileB.Close();
159 _outFileB.Close();
[all...]
H A Dopus_test.cc132 out_file_.Close();
133 out_file_standalone_.Close();
151 out_file_.Close();
152 out_file_standalone_.Close();
184 out_file_.Close();
185 out_file_standalone_.Close();
202 // Close the files.
203 in_file_stereo_.Close();
204 in_file_mono_.Close();
205 out_file_.Close();
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_proxy.cc52 widget_->Close();
65 Close();
87 void CaptivePortalWindowProxy::Close() { function in class:chromeos::CaptivePortalWindowProxy
89 widget_->Close();
101 Close();
H A Dcaptive_portal_window_browsertest.cc58 void Close() { function in class:chromeos::CaptivePortalWindowTest
59 captive_portal_window_proxy_->Close();
115 Close();
128 Close();
154 Close();
169 Close();
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h74 HandleTraits::Close(Handle);
85 HandleTraits::Close(Handle);
107 static void Close(handle_type h) { function in struct:CommonHandleTraits
129 static void Close(handle_type h) { function in struct:CryptContextTraits
139 static void Close(handle_type h) { function in struct:FindHandleTraits
/external/chromium_org/media/audio/cras/
H A Dcras_input_unittest.cc99 test_stream->Close();
127 test_stream->Close();
133 test_stream->Close();
145 test_stream->Close();
158 test_stream->Close();
170 test_stream->Close();
187 test_stream->Close();
H A Dcras_unified_unittest.cc109 test_stream->Close();
114 test_stream->Close();
122 test_stream->Close();
129 test_stream->Close();
134 test_stream->Close();
157 test_stream->Close();
/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager.cc56 void Close();
114 void ShelfTooltipManager::ShelfTooltipBubble::Close() { function in class:ash::ShelfTooltipManager::ShelfTooltipBubble
117 GetWidget()->Close();
153 Close();
167 Close();
184 Close();
194 void ShelfTooltipManager::Close() { function in class:ash::ShelfTooltipManager
197 view_->Close();
213 Close();
274 // the closing event rather than directly calling Close()
[all...]
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc62 entry->Close();
164 // Don't call Close() to avoid going through the queue or we'll deadlock
169 entry->Close();
193 entry0->Close();
206 entry1->Close();
212 entry2->Close();
231 entry3->Close();
232 entry4->Close();
249 entry->Close();
269 entry->Close();
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win_unittest.cc258 // Test Create(), Close() calling sequence.
264 aos->Close();
267 // Test Open(), Close() calling sequence.
274 aos->Close();
277 // Test Open(), Start(), Close() calling sequence.
288 aos->Close();
291 // Test Open(), Start(), Stop(), Close() calling sequence.
303 aos->Close();
340 aos->Close();
380 aos->Close();
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_modal_confirm_dialog_views.cc61 GetWidget()->Close();
98 bool TabModalConfirmDialogViews::Close() { function in class:TabModalConfirmDialogViews
99 delegate_->Close();
/external/chromium_org/net/socket/
H A Dtcp_server_socket.cc30 socket_.Close();
36 socket_.Close();
42 socket_.Close();
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp22 Close();
28 Close();
49 void FileDescriptor::Close() { function in class:crazy::FileDescriptor
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event_posix.cc57 bool ret = Close(&handles_[kReadHandle]) && Close(&handles_[kWriteHandle]);
71 bool LowLatencyEvent::Close(Handle* handle) { function in class:webrtc::LowLatencyEvent
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRReaderStream.cs77 r.Close();

Completed in 1751 milliseconds

1234567891011>>