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

<<11121314151617181920>>

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 33 Close();
81 void MemoryByteArray::Close() {
  /external/chromium_org/tools/telemetry/telemetry/core/
web_contents.py 22 def Close(self):
27 self._inspector_backend.Close()
browser.py 23 Be sure to clean up after yourself by calling Close() when you are done with
49 self.Close()
276 def Close(self):
285 self._wpr_server.Close()
289 self._http_server.Close()
292 self._browser_backend.Close()
319 self._http_server.Close()
333 self._wpr_server.Close()
  /external/opencv/
WLNonFileByteStream.cpp 53 Close();
64 void WLNonFileByteStream::Close()
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 67 result = close(fd);
84 bool FileInputStream::Close() {
85 return copying_input_.Close();
115 if (!Close()) {
116 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_);
121 bool FileInputStream::CopyingFileInputStream::Close() {
126 // The docs on close() do not specify whether a file descriptor is still
127 // open after close() fails with EIO. However, the glibc source code
182 bool FileOutputStream::Close() {
184 return copying_output_.Close() && flush_succeeded
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 116 SDL_TRACE1("Close thread", thread);
125 t.Close();
132 taker.Close();*/
145 rthread.Close();
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 49 input_stream.Close();
58 input_stream.Close();
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 33 Close();
81 void MemoryByteArray::Close() {
  /external/chromium_org/ash/
popup_message.cc 53 void Close();
160 void PopupMessage::MessageBubble::Close() {
162 GetWidget()->Close();
205 Close();
208 void PopupMessage::Close() {
210 view_->Close();
shell_unittest.cc 166 widget->Close();
193 lock_widget->Close();
249 widget->Close();
275 modal_widget->Close();
276 widget->Close();
353 modal_dialog->Close();
354 modal_widget->Close();
355 modal_widget->Close();
356 lock_modal_widget->Close();
357 lock_widget->Close();
    [all...]
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 120 Close(code);
151 Close(net::ERR_FAILED);
155 Close(code);
191 Close(code ? code : net::ERR_FAILED);
223 Close(net::ERR_FAILED);
256 void WebSocket::Close(int code) {
  /external/chromium_org/content/browser/devtools/
devtools_manager_unittest.cc 38 virtual void Close(DevToolsManager* manager) {
114 client_host.Close(manager);
133 client_host.Close(manager);
160 // Now close devtools and check that the notification is delivered.
161 client_host.Close(DevToolsManager::GetInstance());
203 client_host.Close(DevToolsManager::GetInstance());
259 client_host.Close(manager);
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager_unittest.cc 112 manager_->Close(session_id);
158 manager_->Close(session_id[i]);
215 manager_->Close(first_session_id);
216 manager_->Close(second_session_id);
239 // Loops through the devices and calls Open()/Close()/GetOpenedDeviceInfoById
244 // stopped the device before calling close.
255 manager_->Close(session_id[index]);
284 manager_->Close(session_id);
  /external/chromium_org/mojo/system/
simple_dispatcher_unittest.cc 159 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
211 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
224 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
233 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
244 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
256 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
284 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
304 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
325 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
345 EXPECT_EQ(MOJO_RESULT_OK, d->Close());
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 173 entry->Close();
203 entry->Close();
211 entry->Close();
221 entry->Close();
242 entry->Close();
248 entry->Close();
257 entry->Close();
290 entry->Close();
296 entry->Close();
316 entry->Close();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.h 44 // write, and close operations, and asynchronous signalling of state changes.
104 virtual void Close() = 0;
274 virtual void Close() {
275 stream_->Close();
416 virtual void Close();
443 virtual void Close();
522 virtual void Close();
557 // Returns the wait status from the last Close() of an Open()'ed stream, or
558 // -1 if no Open()+Close() has been done on this object. Meaning of the number
584 virtual void Close();
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc 150 entry->Close();
172 // the entry and close it so that we flush the internal buffer to disk. After
178 entry->Close();
351 entry->Close();
431 entry->Close();
591 entry->Close();
627 entry->Close();
666 entry->Close();
693 entry->Close();
712 entry->Close();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 70 void ContentSettingBubbleGtk::Close() {
72 info_bubble_->Close();
278 Close();
287 Close();
304 Close();
309 Close();
314 Close();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 53 // Bubble close image.
100 // |bubble_| can be set to NULL in BubbleClosing when we close the bubble
124 bookmark_bubble_->Close();
305 Close();
353 void BookmarkBubbleView::Close() {
355 static_cast<Bubble*>(GetWidget())->Close();
367 Close();
374 // Close the Bubble
375 Close();
391 // is the info bubble and will close shortly)
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc 180 activity_db->Close();
185 db.Close();
200 activity_db->Close();
223 activity_db->Close();
245 activity_db->Close();
266 activity_db->Close();
283 activity_db->Close();
  /external/chromium_org/chrome_frame/test/
dll_redirector_test.cc 129 shared_memory_->Close();
218 // Now close all remaining redirectors, which should destroy the beacon.
327 shared_memory.Close();
329 shared_memory.Close();
347 shared_memory.Close();
349 shared_memory.Close();
371 shared_memory.Close();
390 shared_memory.Close();
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 37 // Uses the undo-close-tab accelerator to undo a close-tab or close-window
138 // Close the end tab in the current window, then restore it. The tab should be
153 // Close the tab.
154 ASSERT_TRUE(new_tab->Close(true));
168 // Close a tab not at the end of the current window, then restore it. The tab
178 // Close one in the middle
184 // Close the tab.
185 ASSERT_TRUE(new_tab->Close(true))
    [all...]
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 189 oas->Close();
242 oas->Close();
259 oas->Close();
287 oas->Close();
317 oas->Close();
345 oas->Close();
381 oas->Close();
424 oas->Close();
461 oas->Close();
498 oas->Close();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 42 // write, and close operations, and asynchronous signalling of state changes.
93 virtual void Close() = 0;
260 virtual void Close() {
261 stream_->Close();
399 virtual void Close();
426 virtual void Close();
468 // Returns the wait status from the last Close() of an Open()'ed stream, or
469 // -1 if no Open()+Close() has been done on this object. Meaning of the number
495 virtual void Close();
570 virtual void Close();
    [all...]
  /external/chromium/app/sql/
connection.cc 77 Close();
80 void Connection::StatementRef::Close() {
98 Close();
113 void Connection::Close() {
412 (*i)->Close();

Completed in 860 milliseconds

<<11121314151617181920>>