HomeSort by relevance Sort by last modified time
    Searched defs:Close (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /external/chromium/base/win/
registry.cc 39 Close();
51 Close();
62 Close();
75 Close();
88 Close();
94 void RegKey::Close() {
  /external/chromium/chrome/browser/
background_contents_service.cc 64 void Close(bool by_user) {}
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 44 // Vertical margin between close button and menu button.
54 // NotificationControlView has close and menu buttons and
126 balloon_view_->Close(true);
230 void BalloonViewImpl::Close(bool by_user) {
297 // (e.g., because of a crash), we want to close the balloon.
300 Close(false);
  /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/net/
sqlite_persistent_cookie_store.cc 82 // Commit any pending operations and close the database. This must be called
84 void Close();
96 // You should call Close() before destructing this object.
98 DCHECK(!db_.get()) << "Close should have already been called.";
135 // Close() executed on the background thread.
443 // Maybe an old timer fired or we are already Close()'ed.
553 // Fire off a close message to the background thread. We could still have a
556 void SQLitePersistentCookieStore::Backend::Close() {
566 // Must close the backend on the background thread.
601 backend_->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();
info_bubble_gtk.cc 26 // Number of pixels to the middle of the arrow from the close edge of the
80 // Notify the delegate that we're about to close. This gives the chance
363 void InfoBubbleGtk::Close() {
407 // Close on Esc and trap the accelerator
409 Close();
412 // Close on C-w and forward the accelerator
414 Close();
499 // Otherwise we had a click outside of our window, close ourself.
500 Close();
528 Close();
    [all...]
  /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/extensions/
extension_installed_bubble_gtk.cc 74 AddRef(); // Balanced in Close().
252 // Create and pack the close button.
294 bubble->info_bubble_->Close();
313 // We need to allow the info bubble to close and remove the widgets from
317 &ExtensionInstalledBubbleGtk::Close));
320 void ExtensionInstalledBubbleGtk::Close() {
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 109 slide_widget_->Close();
112 void InfoBar::Close() {
141 Close();
192 // the text will run under the close button etc. when the width is restricted,
  /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/net/base/
file_stream_posix.cc 290 Close();
293 void FileStream::Close() {
298 if (close(file_) != 0) {
file_stream_win.cc 142 Close();
145 void FileStream::Close() {
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 140 void MemEntryImpl::Close() {
  /external/chromium/net/spdy/
spdy_http_stream.cc 148 void SpdyHttpStream::Close(bool not_reusable) {
  /external/chromium/net/websockets/
websocket.cc 87 void WebSocket::Close() {
103 socket_stream_->Close();
141 socket_stream_->Close();
225 // then close the WebSocket connection.
227 socket_stream_->Close();
270 socket_stream_->Close();
319 socket_stream_->Close();
348 // the WebSocket connection is not already closed, then close
350 socket_stream_->Close();
439 // 6. If the WebSocket connection is not already closed, then close th
    [all...]
websocket_job.cc 128 void WebSocketJob::Close() {
131 // Will close in SendPending.
135 socket_->Close();
489 socket_->Close();
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 329 void OpenSSLStreamAdapter::Close() {
332 StreamAdapterInterface::Close();
socketadapters.cc 200 Close();
231 Close();
282 int AsyncHttpsProxySocket::Close() {
288 return BufferedReadAdapter::Close();
489 } else if (_strnicmp(data, "Connection: close", 17) == 0) {
501 // No point in waiting for the server to close... let's close now
504 BufferedReadAdapter::Close();
510 Close();
539 int AsyncSocksProxySocket::Close() {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 74 virtual void Close();
79 // away until after it receives a Close() from TunnelStream.
183 tcp_->Close(true);
300 void PseudoTcpChannel::Close() {
307 tcp_->Close(false);
553 Close();
582 void PseudoTcpChannel::InternalStream::Close() {
585 parent_->Close();
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 85 void GrFmtBmpReader::Close()
87 m_strm.Close();
88 GrFmtReader::Close();
181 m_strm.Close();
545 m_strm.Close();
grfmt_exr.cpp 109 Close();
113 void GrFmtExrReader::Close()
121 GrFmtReader::Close();
192 Close();
392 Close();
grfmt_jpeg2000.cpp 90 void GrFmtJpeg2000Reader::Close()
103 GrFmtReader::Close();
111 Close();
146 Close();
253 Close();
grfmt_pxm.cpp 135 void GrFmtPxMReader::Close()
137 m_strm.Close();
190 m_strm.Close();
404 m_strm.Close();
504 m_strm.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...]

Completed in 1245 milliseconds

1 2 34 5 6 7