OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Close
(Results
1 - 25
of
605
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/notifications/
notification_test_util.cc
16
void MockBalloonView::
Close
(bool by_user) {
notification_object_proxy.cc
30
void NotificationObjectProxy::
Close
(bool by_user) {
/external/chromium_org/chrome/browser/extensions/
extension_error_ui_android.cc
25
void ExtensionErrorUIAndroid::
Close
() {
/external/chromium_org/chrome/browser/google/
google_url_tracker_map_entry.cc
50
void GoogleURLTrackerMapEntry::
Close
(bool redo_search) {
52
infobar_delegate_->
Close
(redo_search);
/external/chromium_org/content/browser/indexed_db/
indexed_db_connection.cc
16
void IndexedDBConnection::
Close
() {
19
database_->
Close
(this, false /* forced */);
27
database_->
Close
(this, true /* forced */);
/external/chromium_org/ppapi/cpp/private/
pass_file_handle.cc
28
Close
();
37
void PassFileHandle::
Close
() {
42
close
(handle_);
video_destination_private.cc
70
void VideoDestination_Private::
Close
() {
72
get_interface<PPB_VideoDestination_Private_0_1>()->
Close
(pp_resource());
video_source_private.cc
65
void VideoSource_Private::
Close
() {
67
get_interface<PPB_VideoSource_Private_0_1>()->
Close
(pp_resource());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
memory_output_stream.h
35
virtual void
Close
() {} // no-op
/external/sfntly/cpp/src/sfntly/port/
memory_output_stream.h
35
virtual void
Close
() {} // no-op
/art/runtime/base/unix_file/
null_file.cc
28
int NullFile::
Close
() {
/external/chromium/base/memory/
scoped_handle.h
22
Close
();
25
void
Close
() {
41
Close
();
scoped_open_process.h
21
// Automatically
close
the process.
23
Close
();
29
Close
();
33
//
Close
the previously opened process.
34
void
Close
() {
/external/chromium/base/
process_posix.cc
32
void Process::
Close
() {
process_win.cc
12
void Process::
Close
() {
/external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.cc
38
void BrowserBubbleHost::
Close
() {
/external/chromium/net/udp/
udp_server_socket.cc
35
void UDPServerSocket::
Close
() {
36
socket_.
Close
();
/external/chromium_org/base/memory/
scoped_handle.h
21
Close
();
24
void
Close
() {
40
Close
();
scoped_open_process.h
19
// Automatically
close
the process.
21
Close
();
27
Close
();
31
//
Close
the previously opened process.
32
void
Close
() {
/external/chromium_org/base/process/
process_posix.cc
32
void Process::
Close
() {
/external/chromium_org/chrome/browser/notifications/
fake_balloon_view.cc
23
void FakeBalloonView::
Close
(bool by_user) {
notification_object_proxy.cc
43
void NotificationObjectProxy::
Close
(bool by_user) {
/external/chromium_org/ipc/
ipc_channel_factory.cc
20
Close
();
50
Close
();
76
void ChannelFactory::
Close
() {
79
if (IGNORE_EINTR(
close
(listen_fd_)) < 0)
80
PLOG(ERROR) << "
close
";
85
// Unregister libevent for the listening socket and
close
it.
/external/chromium_org/media/audio/
audio_output_proxy.cc
74
void AudioOutputProxy::
Close
() {
86
// Delete the object now like is done in the
Close
() implementation of
/external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h
113
void (*
Close
)(PP_Resource destination);
Completed in 6636 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>