OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2301 - 2325
of
7589
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/chromium_org/remoting/tools/
verify_resources.py
111
f.
close
()
152
f.
close
()
/external/chromium_org/remoting/webapp/
connection_history.css
40
#
close
-connection-history {
cs_oauth2_trampoline.js
25
window.
close
();
/external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc
47
CHECK_EQ(0, HANDLE_EINTR(
close
(fd_)));
295
close
(fd);
297
close
(cpuinfo_fd);
299
close
(cpuinfo_fd);
355
ASSERT_EQ(
close
(tempfile2), 0);
399
ASSERT_EQ(0,
close
(fd));
416
ASSERT_EQ(0,
close
(fd));
423
ASSERT_EQ(0,
close
(fd));
/external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py
172
output_file.
close
()
223
output_file.
close
()
/external/chromium_org/testing/gtest/test/
gtest_output_test.py
287
golden_file.
close
()
324
golden_file.
close
()
/external/chromium_org/third_party/WebKit/Source/core/dom/default/
PlatformMessagePortChannel.cpp
73
close
();
117
void MessagePortChannel::
close
()
function in class:WebCore::MessagePortChannel
146
// will
close
the port before the context goes away, and
close
() will block because we are holding the mutex.
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl
25
void
close
();
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseTest.cpp
70
virtual void
close
(PassRefPtr<IDBDatabaseCallbacks>) OVERRIDE { }
113
db->
close
();
IDBOpenDBRequest.cpp
80
db->
close
(m_databaseCallbacks);
115
db->
close
(m_databaseCallbacks);
/external/chromium_org/third_party/WebKit/Source/web/
IDBDatabaseBackendProxy.cpp
149
void IDBDatabaseBackendProxy::
close
(PassRefPtr<IDBDatabaseCallbacks>)
function in class:WebKit::IDBDatabaseBackendProxy
151
m_webIDBDatabase->
close
();
/external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp
124
webViewImpl->
close
();
194
webViewImpl->
close
();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
check-dom-results
81
close
RESULT;
/external/chromium_org/third_party/icu/source/common/
uenum.c
60
if (en->
close
!= NULL) {
64
en->
close
(en);
/external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c
106
static void
close
(void)
function
127
close
();
296
close
();
333
close
();
564
close
();
602
close
();
620
close
();
724
close
();
751
close
();
822
close
();
[
all
...]
/external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py
142
exit_status = output_file.
close
();
169
f.
close
()
/external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c
193
close
(fd);
204
close
(fd);
236
usbi_dbg("
close
: fd %d", dpriv->fd);
238
close
(dpriv->fd);
243
close
(hpriv->pipe[0]);
244
close
(hpriv->pipe[1]);
307
close
(fd);
312
close
(fd);
367
close
(hpriv->endpoints[i]);
/external/chromium_org/third_party/skia/src/pathops/
SkPathWriter.cpp
19
void SkPathWriter::
close
() {
function in class:SkPathWriter
30
SkDebugf("path.
close
();\n");
32
fPathPtr->
close
();
/external/chromium_org/third_party/sqlite/src/test/
collate7.test
42
db
close
fuzz_malloc.test
49
db
close
/external/chromium_org/tools/crx_id/
crx_id.py
123
f.
close
()
128
f.
close
()
/external/chromium_org/tools/generate_stubs/
generate_stubs.py
268
# Function
close
DSOs on error and clean up dangling references.
324
//
Close
all previously opened libraries on failure.
484
outfile.
close
()
[
all
...]
/external/chromium_org/tools/python/google/
process_utils.py
112
out.
close
()
219
out.
close
()
/external/chromium_org/tools/
sort-headers.py
121
infile.
close
()
122
outfile.
close
() # Important so the below diff gets the updated contents.
/external/chromium_org/ui/views/bubble/
bubble_delegate.h
59
void set_close_on_deactivate(bool
close
) { close_on_deactivate_ =
close
; }
107
// Fade-in calls Widget::Show; fade-out calls Widget::
Close
upon completion.
Completed in 1033 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>