Searched refs:Close (Results 1 - 25 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/base/memory/
H A Dscoped_open_process.h21 Close();
27 Close();
31 // Close the previously opened process.
32 void Close() { function in class:base::ScopedOpenProcess
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_connection.cc16 void IndexedDBConnection::Close() { function in class:content::IndexedDBConnection
19 database_->Close(this, false /* forced */);
27 database_->Close(this, true /* forced */);
/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.cs34 this.Close();
41 this.Close();
/external/lzma/CPP/Windows/
H A DHandle.h15 ~CHandle() { Close(); }
17 bool Close() function in class:NWindows::CHandle
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
H A DCloseIQProvider.java18 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
30 return new Close(sid);
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc29 Close();
32 void Close() { function in class:__anon6258::ScopedLsaMemory
44 Close();
59 Close();
62 void LocalSecurityPolicy::Close() { function in class:LocalSecurityPolicy
71 Close();
/external/chromium_org/ppapi/cpp/private/
H A Dpass_file_handle.cc28 Close();
37 void PassFileHandle::Close() { function in class:pp::PassFileHandle
/external/lldb/source/Utility/
H A DKQueue.h37 Close();
50 Close ();
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.h40 virtual void Close() = 0;
59 void Close();
H A Dframe_writer.h38 virtual void Close() = 0;
57 void Close();
/external/webrtc/test/testsupport/
H A Dframe_reader.h40 virtual void Close() = 0;
59 void Close();
H A Dframe_writer.h38 virtual void Close() = 0;
57 void Close();
/external/chromium_org/base/win/
H A Dscoped_gdi_object.h24 Close();
33 Close();
51 void Close() { function in class:base::win::ScopedGDIObject
63 void inline ScopedGDIObject<HICON>::Close() { function in class:base::win::ScopedGDIObject
/external/chromium_org/chrome/browser/ui/
H A Dsad_tab.h32 virtual void Close() = 0;
/external/chromium_org/net/udp/
H A Ddatagram_socket.h27 // Close the socket.
28 virtual void Close() = 0;
/external/chromium_org/ppapi/thunk/
H A Dppb_video_destination_private_api.h26 virtual void Close() = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.hpp24 void Close();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h30 Traits::Close(handle_);
39 Traits::Close(handle_);
67 static void Close(T handle) { function in class:webrtc::win::DeleteObjectTraits
80 static void Close(HCURSOR handle) { function in class:webrtc::win::DestroyCursorTraits
/external/chromium_org/third_party/webrtc/test/testsupport/mock/
H A Dmock_frame_reader.h25 MOCK_METHOD0(Close, void());
H A Dmock_frame_writer.h25 MOCK_METHOD0(Close, void());
/external/icu/icu4c/source/data/brkitr/
H A Dsent.txt29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
H A Dsent_el.txt29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.hpp28 void Close();
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DCloseListener.java23 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
41 Close.class), new IQTypeFilter(IQ.Type.SET));
53 Close closeRequest = (Close) packet;
/external/webrtc/src/modules/audio_processing/test/testsupport/mock/
H A Dmock_frame_reader.h25 MOCK_METHOD0(Close, void());

Completed in 8249 milliseconds

1234567891011>>