HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 126 - 150 of 512) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/http/
http_basic_stream.cc 74 void HttpBasicStream::Close(bool not_reusable) {
75 parser_->Close(not_reusable);
http_basic_stream.h 61 virtual void Close(bool not_reusable) OVERRIDE;
  /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...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketstream.cc 112 void SocketStream::Close() {
114 socket_->Close();
asynctcpsocket.h 50 virtual int Close();
openssladapter.h 54 virtual int Close();
91 // If true, socket will retain SSL configuration after Close.
opensslstreamadapter.h 88 virtual void Close();
103 SSL_CLOSED // Clean close
127 // A 0 error means a graceful close, otherwise there is not really enough
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 122 fr.Close();
  /external/chromium/app/sql/
sqlite_features_unittest.cc 64 db_.Close();
  /external/chromium/base/
process.h 76 // Close the process handle. This will not terminate the process.
77 void Close();
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 138 temp_hkcu_hive_key_.Close();
158 profile_key.Close();
159 cc_key.Close();
198 cc_key.Close();
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 76 dialog_->Close();
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.h 57 virtual void Close() OVERRIDE;
views_login_display_host.cc 22 background_window_->Close();
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h 55 virtual void Close(bool by_user);
97 // Do the delayed close work.
system_notification.h 70 void Close(bool by_user) {}
  /external/chromium/chrome/browser/history/
multipart_uitest.cc 58 db.Close();
  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 93 // Close the browser.
94 browser()->window()->Close();
132 browser()->window()->Close();
172 // Close the window.
173 browser()->window()->Close();
207 // Close the normal browser. After this we only have the incognito window
211 browser()->window()->Close();
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 65 void Close(const std::string& name);
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 37 void Close();
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 48 virtual void Close();
78 // Checks that all download items have been opened, and sets the auto-close
82 // Cancels the auto-close state set by AutoCloseIfPossible, including any
83 // pending close tasks that have already been posted.
87 // close now.
90 // Sets whether the shelf should automatically close.
91 void SetCloseOnMouseOut(bool close);
139 // True if the shelf will automatically close when the user mouses out.
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 48 // animation has completed, when |Close| will be called.
54 void Close();
56 // Returns true if the infobar is showing the its open or close animation.
59 // Returns true if the infobar is showing the close animation.
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 50 virtual void Close(bool by_user);
66 // Do the delayed close work. The balloon and all view components will be
72 // The shelf is where is close button is located.
119 // Close button.
138 // Is there a pending system-initiated close?
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 63 void Close();
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 78 Close();
209 bool XmppSocket::Close() {
213 if (cricket_socket_->Close() == 0) {
221 stream_->Close();

Completed in 501 milliseconds

1 2 3 4 56 7 8 91011>>