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

1 2 3 45 6 7 8 91011>>

  /external/chromium/app/sql/
connection.cc 77 Close();
80 void Connection::StatementRef::Close() {
98 Close();
113 void Connection::Close() {
412 (*i)->Close();
connection.h 162 // you, but this allows you to close the database early. You must not call
163 // any other functions after closing it. It is permissable to call Close on
165 void Close();
315 void Close();
365 // us when it's created or destroyed. This allows us to potentially close
sqlite_features_unittest.cc 64 db_.Close();
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 107 void GrFmtPngReader::Close()
123 GrFmtReader::Close();
131 Close();
176 Close();
241 Close();
  /external/chromium/base/
shared_memory_win.cc 52 Close();
108 Close();
168 // DUPLICATE_CLOSE_SOURCE causes DuplicateHandle to close mapped_file.
187 void SharedMemory::Close() {
process.h 76 // Close the process handle. This will not terminate the process.
77 void Close();
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 91 Close();
153 void MessageBubble::Close() {
155 Bubble::Close();
message_bubble.h 57 virtual void Close() OVERRIDE;
views_login_display_host.cc 22 background_window_->Close();
  /external/chromium/chrome/browser/ui/views/
browser_bubble_win.cc 32 void Close() {
40 border_widget_->Close();
41 views::WidgetWin::Close();
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.h 129 virtual int Close();
182 virtual int Close();
243 virtual int Close();
socketstream.cc 112 void SocketStream::Close() {
114 socket_->Close();
  /hardware/ril/mock-ril/src/cpp/
node_util.cpp 54 if (!len) return scope.Close(v8::String::Empty());
65 return scope.Close(chunk);
70 return scope.Close(chunk);
  /sdk/emulator/qtools/
post_trace.cpp 46 trace->Close();
88 trace->Close();
129 trace->Close();
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 80 void Bubble::Close() {
94 // When fading out we just need to close the bubble at the end
307 // The popup should close when it is deactivated.
309 Close();
318 Close();
332 border_->Close();
333 WidgetWin::Close();
335 WidgetGtk::Close();
349 // This must be the very next call, otherwise we can get flicker on close.
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 132 child_thread.Close();
152 child_process.Close();
  /external/chromium/net/http/
http_basic_stream.cc 74 void HttpBasicStream::Close(bool not_reusable) {
75 parser_->Close(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...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 78 sema.Close();
153 thread.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/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();

Completed in 441 milliseconds

1 2 3 45 6 7 8 91011>>