OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Close
(Results
651 - 675
of
1934
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/ui/gtk/
one_click_signin_bubble_gtk.cc
62
// The bubble needs to
close
and remove the widgets from the window before
90
bubble_->
Close
();
103
bubble_->
Close
();
116
bubble_->
Close
();
135
bubble_->
Close
();
147
bubble_->
Close
();
/external/chromium_org/content/browser/download/
base_file.cc
60
Close
();
167
Close
();
196
Close
();
211
Close
();
319
void BaseFile::
Close
() {
/external/chromium_org/media/audio/win/
audio_unified_win_unittest.cc
264
// Test Open(),
Close
() calling sequence.
272
wus->
Close
();
275
// Test Open(),
Close
() calling sequence for all available capture devices.
288
wus->
Close
();
292
// Test Open(), Start(),
Close
() calling sequence.
309
wus->
Close
();
343
wus->
Close
();
363
wus->
Close
();
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py
31
# Initialize fields so that an explosion during init doesn't break in
Close
.
97
self.
Close
()
133
self.
Close
()
210
self.
Close
()
212
def
Close
(self):
213
super(DesktopBrowserBackend, self).
Close
()
253
self._tmp_output_file.
close
()
/external/chromium_org/ui/views/bubble/
bubble_delegate.cc
172
GetWidget()->
Close
();
181
GetWidget()->
Close
();
205
// hosts which rely on the layer animation callbacks to
close
the window
210
GetWidget()->
Close
();
253
GetWidget()->
Close
();
267
GetWidget()->
Close
();
/external/clang/lib/Parse/
RAIIObjectsForParser.h
357
/// \brief RAII class that helps handle the parsing of an open/
close
delimiter
361
tok::TokenKind Kind,
Close
, FinalToken;
388
Close
= tok::r_brace;
392
Close
= tok::r_paren;
397
Close
= tok::r_square;
423
if (P.Tok.is(
Close
)) {
/external/opencv/otherlibs/highgui/
grfmt_pxm.cpp
135
void GrFmtPxMReader::
Close
()
137
m_strm.
Close
();
190
m_strm.
Close
();
404
m_strm.
Close
();
504
m_strm.
Close
();
grfmt_tiff.cpp
111
void GrFmtTiffReader::
Close
()
134
Close
();
159
Close
();
233
Close
();
257
Close
();
263
void GrFmtTiffReader::
Close
()
265
m_strm.
Close
();
552
m_strm.
Close
();
805
m_strm.
Close
();
/external/chromium_org/base/memory/
shared_memory_unittest.cc
79
memory.
Close
();
133
memory2.
Close
();
180
//
Close
the first memory segment, and verify the second has the right data.
181
memory1.
Close
();
187
//
Close
the second memory segment.
188
memory2.
Close
();
255
memory1.
Close
();
256
memory2.
Close
();
368
memories[i].
Close
();
594
shared_memory.
Close
();
[
all
...]
/external/chromium_org/content/browser/
byte_stream_unittest.cc
119
byte_stream_input->
Close
(0);
189
byte_stream_input->
Close
(0);
247
// Confirm that a
Close
() notification transmits in-order
262
byte_stream_input->
Close
(0);
275
byte_stream_input->
Close
(0);
292
byte_stream_input->
Close
(kFakeErrorCode);
305
byte_stream_input->
Close
(kFakeErrorCode);
546
// Immediately
close
the stream.
547
byte_stream_input->
Close
(0);
559
byte_stream_input->
Close
(0)
[
all
...]
/external/chromium_org/net/udp/
udp_socket_libevent.cc
87
Close
();
91
void UDPSocketLibevent::
Close
() {
112
if (IGNORE_EINTR(
close
(socket_)) < 0)
113
PLOG(ERROR) << "
close
";
249
Close
();
275
Close
();
281
Close
();
287
//
Close
() may change the current errno. Map errno beforehand.
289
Close
();
306
Close
();
[
all
...]
/external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc
336
// Open/
close
utility functions.
356
EXPECT_TRUE(chrome_async_socket_->
Close
());
385
EXPECT_TRUE(chrome_async_socket_->
Close
());
438
EXPECT_TRUE(chrome_async_socket_->
Close
());
451
//
Close
() so thoroughly.
456
EXPECT_TRUE(chrome_async_socket_->
Close
());
462
EXPECT_TRUE(chrome_async_socket_->
Close
());
474
EXPECT_TRUE(chrome_async_socket_->
Close
());
484
EXPECT_TRUE(chrome_async_socket_->
Close
());
507
EXPECT_TRUE(chrome_async_socket_->
Close
());
[
all
...]
/external/chromium/base/win/
registry.cc
39
Close
();
51
Close
();
62
Close
();
75
Close
();
88
Close
();
94
void RegKey::
Close
() {
/external/chromium_org/ipc/
ipc_channel_win.cc
52
Close
();
55
void Channel::ChannelImpl::
Close
() {
169
Close
();
459
// We don't want to re-enter
Close
().
460
Close
();
480
void Channel::
Close
() {
482
channel_impl_->
Close
();
/external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc
104
Close
();
200
bool
Close
() {
285
virtual bool
Close
() {
286
return StopReading() && stream_.
Close
();
418
virtual bool
Close
() {
419
return DisableBufferMonitoring() && stream_.
Close
();
/external/chromium_org/ui/views/window/
dialog_client_view.cc
54
Close
();
62
Close
();
100
// Use the escape key to
close
the window if there are no dialog buttons.
115
// before: it's a
Close
action.
116
if (GetDialogDelegate()->
Close
()) {
249
Close
();
408
void DialogClientView::
Close
() {
409
GetWidget()->
Close
();
/hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp
111
ALOGW("Attempt to
close
invalid output stream");
176
ALOGW("Attempt to
close
invalid input stream");
276
Close
();
307
Close
();
403
void AudioStreamOutDump::
Close
()
436
Close
();
504
Close
();
566
void AudioStreamInDump::
Close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py
100
#
Close
this key this way...
108
"not
close
the actual key!")
111
# ... and
close
that key that way :-)
113
key.
Close
()
116
self.fail("It appears the key.
Close
() function "
117
"does not
close
the actual key!")
149
sub_key.
Close
()
159
key.
Close
()
173
sub_key.
Close
()
182
key.
Close
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py
100
#
Close
this key this way...
108
"not
close
the actual key!")
111
# ... and
close
that key that way :-)
113
key.
Close
()
116
self.fail("It appears the key.
Close
() function "
117
"does not
close
the actual key!")
149
sub_key.
Close
()
159
key.
Close
()
173
sub_key.
Close
()
182
key.
Close
()
[
all
...]
/external/chromium/net/base/
file_stream_unittest.cc
66
read_stream.
Close
();
76
write_stream.
Close
();
187
stream.
Close
();
309
stream.
Close
();
367
stream.
Close
();
398
stream.
Close
();
472
stream.
Close
();
515
stream.
Close
();
575
stream.
Close
();
635
stream.
Close
();
[
all
...]
/art/runtime/base/unix_file/
mapped_file.cc
32
int MappedFile::
Close
() {
36
return FdFile::
Close
();
/external/chromium/chrome/browser/chromeos/
locale_change_guard.cc
29
void
Close
(bool by_user);
217
void LocaleChangeGuard::Delegate::
Close
(bool by_user) {
/external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc
259
void DevToolsRemoteListenSocket::
Close
() {
260
ListenSocket::
Close
();
/external/chromium/chrome/browser/ui/
input_window_dialog_win.cc
35
virtual void
Close
();
222
void WinInputWindowDialog::
Close
() {
/external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc
37
virtual void
Close
() {
45
views::WidgetGtk::
Close
();
Completed in 1066 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>