HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 151 - 175 of 461) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 111 LOGW("Attempt to close invalid output stream");
176 LOGW("Attempt to close invalid input stream");
276 Close();
307 Close();
403 void AudioStreamOutDump::Close()
436 Close();
504 Close();
566 void AudioStreamInDump::Close()
AudioDumpInterface.h 56 void Close(void);
99 void Close(void);
  /external/chromium/net/base/
file_stream_unittest.cc 66 read_stream.Close();
76 write_stream.Close();
187 stream.Close();
309 stream.Close();
367 stream.Close();
398 stream.Close();
472 stream.Close();
515 stream.Close();
575 stream.Close();
635 stream.Close();
    [all...]
listen_socket.h 100 virtual void Close();
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 29 void Close(bool by_user);
217 void LocaleChangeGuard::Delegate::Close(bool by_user) {
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 259 void DevToolsRemoteListenSocket::Close() {
260 ListenSocket::Close();
  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 35 virtual void Close();
222 void WinInputWindowDialog::Close() {
  /external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc 37 virtual void Close() {
45 views::WidgetGtk::Close();
  /external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc 93 socket_->Close();
110 socket_->Close();
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 109 Close(); // Close files
143 Close();
156 void RBaseStream::Close()
724 Close(); // Close files
762 Close();
777 void WBaseStream::Close()
991 void WMBitStream::Close()
996 WBaseStream::Close();
    [all...]
grfmt_base.cpp 62 Close();
66 void GrFmtReader::Close()
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 79 joystick.Close();
202 /* Function to close a joystick after use */
206 joystick->hwdata->stick->Close();
  /external/chromium/app/sql/
connection_unittest.cc 22 db_.Close();
  /external/chromium/base/
sync_socket_posix.cc 67 if (HANDLE_EINTR(close(handles[0])) < 0)
68 PLOG(ERROR) << "close";
71 if (HANDLE_EINTR(close(handles[1])) < 0)
72 PLOG(ERROR) << "close";
79 bool SyncSocket::Close() {
83 int retval = HANDLE_EINTR(close(handle_));
85 PLOG(ERROR) << "close";
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 43 void Close();
172 void ExtensionDevToolsClientHost::Close() {
201 Close();
319 client_host_->Close();
  /external/chromium/chrome/browser/notifications/
balloon.h 38 // Close the view.
39 virtual void Close(bool by_user) = 0;
108 // Called by script to cause the balloon to close.
129 // position for keeping the close buttons under the mouse cursor.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 115 // row with a spacer, and the edit... and close buttons on the right.
220 bubble_->Close();
256 bubble_->Close();
265 bubble_->Close();
322 // Close the bubble, deleting the C++ objects, etc.
323 bubble_->Close();
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 45 // Padding between the right side of the shelf and the close button.
52 // when the shelf closes (when auto-close is enabled).
69 // the download items and other shelf widgets (close button, show-all-
111 // Create and pack the close button.
189 void DownloadShelfGtk::Close() {
193 slide_widget_->Close();
203 // When the close animation is complete, remove all completed downloads.
215 // close in the future without the user clicking on them.
288 Close();
314 void DownloadShelfGtk::SetCloseOnMouseOut(bool close) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc 82 slide_widget_->Close();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 57 // Override to close on return.
96 void Close();
137 // Button to close the window.
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.h 32 // as well as a close button and a link to show all downloads.
63 // Invoked when the user clicks the close button. Asks the browser to
72 virtual void Close();
110 // Called when the "close shelf" animation ended.
113 // Returns true if we can auto close. We can auto-close if all the items on
  /external/chromium/net/disk_cache/
disk_cache.h 73 // is no longer needed, its Close method should be called. The return value is
82 // entry pointer is no longer needed, its Close method should be called. The
119 // Close method should be called. The return value is a net error code. If
149 virtual void Close() = 0;
170 // Note that the callback will be invoked in any case, even after Close has
171 // been called; in other words, the caller may close this entry without
184 // Note that the callback will be invoked in any case, even after Close has
185 // been called; in other words, the caller may close this entry without
  /external/chromium/net/http/
http_stream_parser.h 54 void Close(bool not_reusable);
  /external/chromium/net/server/
http_server.h 52 void Close(int connection_id);
  /external/chromium/net/websockets/
websocket_job.h 50 virtual void Close();

Completed in 173 milliseconds

1 2 3 4 5 67 8 91011>>