HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 1 - 25 of 1671) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/memory/
scoped_open_process.h 19 // Automatically close the process.
21 Close();
27 Close();
31 // Close the previously opened process.
32 void Close() {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_connection.cc 16 void IndexedDBConnection::Close() {
19 database_->Close(this, false /* forced */);
27 database_->Close(this, true /* forced */);
  /external/chromium_org/base/win/
scoped_gdi_object.h 24 Close();
33 Close();
51 void Close() {
63 void inline ScopedGDIObject<HICON>::Close() {
  /external/chromium_org/chrome/browser/ui/
sad_tab.h 32 virtual void Close() = 0;
  /external/chromium_org/net/udp/
datagram_socket.h 27 // Close the socket.
28 virtual void Close() = 0;
  /external/chromium_org/third_party/webrtc/test/testsupport/mock/
mock_frame_reader.h 25 MOCK_METHOD0(Close, void());
mock_frame_writer.h 25 MOCK_METHOD0(Close, void());
  /external/lldb/source/Utility/
KQueue.h 37 Close();
50 Close ();
  /external/lzma/CPP/Windows/
Handle.h 15 ~CHandle() { Close(); }
17 bool Close()
  /external/chromium_org/ui/message_center/
notification_delegate.h 35 virtual void Close(bool by_user) = 0;
64 virtual void Close(bool by_user) OVERRIDE;
92 virtual void Close(bool by_user) OVERRIDE;
  /external/chromium_org/cloud_print/service/win/
local_security_policy.cc 29 Close();
32 void Close() {
44 Close();
59 Close();
62 void LocalSecurityPolicy::Close() {
71 Close();
local_security_policy.h 22 void Close();
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.cc 28 Close();
37 void PassFileHandle::Close() {
42 close(handle_);
video_destination_private.h 82 void Close();
video_source_private.h 80 void Close();
  /external/chromium_org/third_party/webrtc/test/testsupport/
frame_reader.h 41 virtual void Close() = 0;
60 virtual void Close() OVERRIDE;
frame_writer.h 39 virtual void Close() = 0;
58 virtual void Close() OVERRIDE;
  /external/lzma/CPP/Common/
C_FileIO.h 23 ~CFileBase() { Close(); }
24 bool Close();
  /art/runtime/base/unix_file/
null_file.h 37 virtual int Close();
random_access_file.h 41 virtual int Close() = 0;
  /external/chromium_org/ash/shelf/
shelf_item_delegate.h 64 virtual void Close() = 0;
  /external/chromium_org/components/web_modal/
single_popup_manager.h 54 // Important note: this object will be deleted at the close of that
56 virtual void Close() = 0;
78 // Returns true if the popup under management should close if there is a
single_web_contents_dialog_manager.h 55 // will be deleted at the close of that invocation.
56 virtual void Close() = 0;
  /external/chromium_org/content/child/
web_socket_stream_handle_bridge.h 24 virtual void Close() = 0;
  /external/chromium_org/ppapi/thunk/
ppb_video_destination_private_api.h 26 virtual void Close() = 0;

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>