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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/memory/
scoped_open_process.h 21 // Automatically close the process.
23 Close();
29 Close();
33 // Close the previously opened process.
34 void Close() {
scoped_handle.h 22 Close();
25 void Close() {
41 Close();
  /external/chromium/base/win/
scoped_hdc.h 24 Close();
32 Close();
39 void Close() {
scoped_handle.h 17 // Used so we always remember to close the handle.
31 // To explicitly close the handle:
32 // hfile.Close();
43 Close();
53 Close();
73 void Close() {
scoped_gdi_object.h 25 Close();
34 Close();
52 void Close() {
64 void ScopedGDIObject<HICON>::Close() {
  /external/chromium/net/udp/
datagram_socket.h 19 // Close the socket.
20 virtual void Close() = 0;
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 28 virtual void Close(bool by_user) = 0;
notification_test_util.cc 16 void MockBalloonView::Close(bool by_user) {
notification.h 45 void Close(bool by_user) const { delegate()->Close(by_user); }
  /external/webkit/Source/WebCore/bindings/js/
ScriptHeapSnapshot.h 44 virtual void Close() = 0;
  /external/webrtc/test/testsupport/mock/
mock_frame_reader.h 25 MOCK_METHOD0(Close, void());
mock_frame_writer.h 25 MOCK_METHOD0(Close, void());
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
CloseIQProvider.java 18 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
22 * Parses a close In-Band Bytestream packet.
30 return new Close(sid);
  /external/webrtc/test/testsupport/
frame_reader.h 40 virtual void Close() = 0;
59 void Close();
frame_writer.h 38 virtual void Close() = 0;
57 void Close();
  /external/chromium/base/
sync_socket.h 33 ~SyncSocket() { Close(); }
41 bool Close();
file_descriptor_shuffle.h 40 virtual void Close(int fd) = 0;
51 virtual void Close(int fd);
59 close(in_close) {
64 bool close; // if true, delete the source element after performing the member in struct:base::InjectionArc
  /external/chromium/chrome/browser/history/
archived_database.cc 47 db_.Close();
54 db_.Close();
61 db_.Close();
68 db_.Close();
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_bridge.h 28 virtual void Close(bool by_user);
34 // This object cleans itself up when its windows close.
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 50 void Close();
56 // track of number of loads happening. Close bubble when num_loads < 1.
  /external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.h 17 // close events.
29 void Close();
  /external/icu4c/data/brkitr/
sent.txt 29 $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;
sent_el.txt 29 $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/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
CloseListener.java 23 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
26 * CloseListener handles all In-Band Bytestream close requests.
28 * If a close request is received it looks if a stored In-Band Bytestream
39 /* packet filter for all In-Band Bytestream close requests */
41 Close.class), new IQTypeFilter(IQ.Type.SET));
53 Close closeRequest = (Close) packet;
67 * Returns the packet filter for In-Band Bytestream close requests.
69 * @return the packet filter for In-Band Bytestream close requests
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 57 wxTheClipboard->Close();
65 wxTheClipboard->Close();
92 wxTheClipboard->Close();
104 wxTheClipboard->Close();

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>