OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Close
(Results
176 - 200
of
1934
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptHeapSnapshot.h
51
virtual void
Close
() = 0;
/external/chromium_org/third_party/libjingle/source/talk/base/
socketstream.h
57
virtual void
Close
();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.h
33
virtual void
Close
();
input_stream.h
31
virtual void
Close
() = 0;
memory_input_stream.h
33
virtual void
Close
();
/external/chromium_org/tools/stats_viewer/
OpenDialog.cs
34
this.
Close
();
41
this.
Close
();
/external/chromium_org/ui/base/
base_window.h
65
// Closes the window as soon as possible. The
close
action may be delayed
67
virtual void
Close
() = 0;
/external/lzma/CPP/Common/
StdOutStream.h
20
bool
Close
();
/external/opencv/otherlibs/highgui/
grfmt_bmp.h
66
void
Close
();
grfmt_imageio.h
26
void
Close
();
grfmt_png.h
62
void
Close
();
grfmt_pxm.h
59
void
Close
();
/external/sfntly/cpp/src/sfntly/port/
file_input_stream.h
33
virtual void
Close
();
input_stream.h
31
virtual void
Close
() = 0;
memory_input_stream.h
33
virtual void
Close
();
/external/v8/src/
d8-readline.cc
54
virtual bool
Close
();
88
bool ReadLineEditor::
Close
() {
/external/chromium_org/net/http/
http_pipelined_connection_impl_unittest.cc
78
stream_->
Close
(false);
170
stream->
Close
(false);
197
stream->
Close
(false);
206
stream->
Close
(false);
256
stream->
Close
(false);
305
stream1->
Close
(false);
317
stream2->
Close
(false);
350
stream1->
Close
(false);
354
stream2->
Close
(false);
414
stream1->
Close
(false)
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs
45
public static void
close
( this TextReader reader )
method in class:Antlr.Runtime.JavaExtensions.IOExtensions
47
reader.
Close
();
51
public static void
close
( this TextWriter writer )
method in class:Antlr.Runtime.JavaExtensions.IOExtensions
53
writer.
Close
();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs
43
public static void
close
( this TextReader reader )
method in class:Antlr.Runtime.JavaExtensions.IOExtensions
45
reader.
Close
();
49
public static void
close
( this TextWriter writer )
method in class:Antlr.Runtime.JavaExtensions.IOExtensions
51
writer.
Close
();
/external/chromium/chrome/browser/history/
in_memory_database.cc
40
db_.
Close
();
47
db_.
Close
();
/external/chromium/net/socket_stream/
socket_stream_job.cc
61
void SocketStreamJob::
Close
() {
62
socket_->
Close
();
/external/chromium_org/base/files/
file.cc
50
Close
();
55
Close
();
/external/chromium_org/base/
sync_socket.h
46
virtual bool
Close
();
111
virtual bool
Close
() OVERRIDE;
/external/chromium_org/chrome/browser/notifications/
notification_test_util.h
23
virtual void
Close
(bool by_user) OVERRIDE {}
62
virtual void
Close
(bool by_user) OVERRIDE {
/external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc
27
// If we end up here, the window has been closed, so make sure we don't
close
56
//
Close
the dialog if we load a page (because the action might not apply to
60
Close
();
63
void TabModalConfirmDialogDelegate::
Close
() {
Completed in 818 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>