Searched
refs:Close (Results
701 -
725 of
1934) sorted by null
<<21222324252627282930>>
/external/chromium_org/sql/ |
connection.h | 176 // deleted after close. This kind of database is similar to 185 // you, but this allows you to close the database early. You must not call 186 // any other functions after closing it. It is permissable to call Close on 188 void Close(); 249 // This is intended as an alternative to Close() in error callbacks. 250 // Close() should still be called at some point. 431 // Internal close function used by Close() and RazeAndClose(). 496 void Close(bool forced); 544 // released before close could be called (which should always be th [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
actions.js | 56 ui.actions.Close = base.extends(Action, { 58 this.textContent = 'Close'; 59 this._eventName = 'close';
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannel.h | 78 // kClosing: DataChannelInterface::Close has been called or UpdateReceiveSsrc 108 virtual void Close(); 220 PROXY_METHOD0(void, Close)
|
/external/chromium_org/third_party/libxslt/win32/ |
configure.js | 154 cf.Close(); 188 cf.Close(); 213 vf.Close(); 254 ofi.Close(); 255 of.Close(); 284 ofi.Close(); 285 of.Close(); 318 f.Close();
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
file_io_test.cc | 51 is.Close(); 113 font_is1.Close();
|
/external/chromium_org/ui/views/touchui/ |
touch_editing_menu.cc | 76 void TouchEditingMenuView::Close() { 79 GetWidget()->Close();
|
/external/lzma/CS/7zip/Common/ |
InBuffer.cs | 45 // m_Stream.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.15/src/joystick/beos/ |
SDL_bejoystick.cc | 79 joystick.Close(); 202 /* Function to close a joystick after use */ 206 joystick->hwdata->stick->Close();
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
SDL_syssem.cpp | 88 sema.Close(); 173 thread.Close();
|
/external/sfntly/cpp/src/test/ |
file_io_test.cc | 51 is.Close(); 113 font_is1.Close();
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.h | 56 void Close(void); 99 void Close(void);
|
/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/base/ |
listen_socket.h | 100 virtual void Close();
|
/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);
|
Completed in 1468 milliseconds
<<21222324252627282930>>