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

1234567891011>>

/external/chromium/base/memory/
H A Dscoped_open_process.h23 Close();
29 Close();
33 // Close the previously opened process.
34 void Close() { function in class:base::ScopedOpenProcess
H A Dscoped_handle.h22 Close();
25 void Close() { function in class:ScopedStdioHandle
41 Close();
/external/chromium/base/win/
H A Dscoped_hdc.h24 Close();
32 Close();
39 void Close() { function in class:base::win::ScopedHDC
H A Dscoped_handle.h32 // hfile.Close();
43 Close();
53 Close();
73 void Close() { function in class:base::win::ScopedHandle
H A Dscoped_gdi_object.h25 Close();
34 Close();
52 void Close() { function in class:base::win::ScopedGDIObject
64 void ScopedGDIObject<HICON>::Close() { function in class:base::win::ScopedGDIObject
/external/chromium/base/
H A Dsync_socket.h33 ~SyncSocket() { Close(); }
41 bool Close();
H A Dfile_descriptor_shuffle.h40 virtual void Close(int fd) = 0;
51 virtual void Close(int fd);
/external/chromium/chrome/browser/history/
H A Darchived_database.cc47 db_.Close();
54 db_.Close();
61 db_.Close();
68 db_.Close();
/external/chromium/chrome/browser/notifications/
H A Dnotification_test_util.cc16 void MockBalloonView::Close(bool by_user) { function in class:MockBalloonView
H A Dnotification.h45 void Close(bool by_user) const { delegate()->Close(by_user); } function in class:Notification
H A Dnotification_delegate.h28 virtual void Close(bool by_user) = 0;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_bubble_host.h29 void Close();
/external/chromium/net/udp/
H A Ddatagram_socket.h19 // Close the socket.
20 virtual void Close() = 0;
H A Dudp_client_socket.cc36 void UDPClientSocket::Close() { function in class:net::UDPClientSocket
37 socket_.Close();
H A Dudp_server_socket.cc35 void UDPServerSocket::Close() { function in class:net::UDPServerSocket
36 socket_.Close();
/external/icu4c/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/webkit/Source/WebCore/bindings/js/
H A DScriptHeapSnapshot.h44 virtual void Close() = 0;
/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp57 wxTheClipboard->Close();
65 wxTheClipboard->Close();
92 wxTheClipboard->Close();
104 wxTheClipboard->Close();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager_unittest.cc26 virtual void Close() { function in class:__anon1191::TestDevToolsClientHost
33 Close();
96 client_host.Close();
113 client_host.Close();
/external/chromium/chrome/browser/ui/cocoa/notifications/
H A Dballoon_view_bridge.h28 virtual void Close(bool by_user);
/external/chromium/chrome/browser/ui/cocoa/
H A Dtheme_install_bubble_view.h50 void Close();
56 // track of number of loads happening. Close bubble when num_loads < 1.
/external/opencv/
H A DWLNonFileByteStream.h32 void Close();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
H A DSDL_syscdrom.h60 /* Close the specified drive */
61 void (*Close)(SDL_CD *cdrom); member in struct:CDcaps
/external/v8/src/
H A Dd8-readline.cc52 virtual bool Close();
77 bool ReadLineEditor::Close() { function in class:v8::ReadLineEditor

Completed in 465 milliseconds

1234567891011>>