/external/chromium/chrome/browser/notifications/ |
notification_test_util.h | 25 virtual void Close(bool by_user) {} 58 virtual void Close(bool by_user) { 74 // viewable, but does know how to close itself the same as a regular 85 virtual void Close(bool by_user);
|
/external/chromium_org/base/ |
sync_socket_nacl.cc | 22 Close(); 30 bool SyncSocket::Close() { 32 if (close(handle_) < 0) 33 DPLOG(ERROR) << "close"; 71 return SyncSocket::Close();
|
/external/chromium_org/chrome/browser/notifications/ |
balloon.cc | 56 notification_->Close(false); 69 notification_->Close(by_user); 78 // A user-initiated close begins with the view and then closes this object; 79 // we simulate that with a script-initiated close but pass |by_user|=false. 81 balloon_view_->Close(false);
|
/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/ppapi/thunk/ |
ppb_video_destination_private_thunk.cc | 51 void Close(PP_Resource destination) { 54 enter.object()->Close(); 63 &Close
|
ppb_video_source_private_thunk.cc | 50 void Close(PP_Resource source) { 53 enter.object()->Close(); 61 &Close
|
ppb_udp_socket_private_thunk.cc | 94 void Close(PP_Resource udp_socket) { 97 enter.object()->Close(); 107 &Close 118 &Close 130 &Close
|
/external/chromium_org/remoting/protocol/ |
protobuf_video_writer.cc | 23 Close(); 51 void ProtobufVideoWriter::Close() { 52 buffered_writer_.Close();
|
/external/lzma/CPP/Common/ |
C_FileIO.cpp | 17 Close();
22 bool CFileBase::Close()
26 if (close(_handle) != 0)
71 Close();
|
StdInStream.cpp | 31 Close();
37 bool CStdInStream::Close()
47 Close();
|
StdOutStream.cpp | 28 Close();
34 bool CStdOutStream::Close()
52 Close();
|
/external/chromium/chrome/browser/ui/views/download/ |
download_started_animation_win.cc | 47 void Close(); 135 void DownloadStartedAnimationWin::Close() { 148 popup_->Close(); 153 Close(); 171 Close();
|
/external/chromium_org/chrome/browser/chromeos/login/ |
captive_portal_window_proxy.cc | 34 widget_->Close(); 47 Close(); 73 void CaptivePortalWindowProxy::Close() { 75 widget_->Close(); 86 Close();
|
/external/chromium_org/chrome/browser/ui/gtk/ |
manage_passwords_bubble_gtk.cc | 50 g_bubble->Close(); 113 void ManagePasswordsBubbleGtk::Close() { 115 bubble_->Close(); 126 Close(); 130 Close();
|
/external/llvm/lib/Support/Windows/ |
Windows.h | 62 HandleTraits::Close(Handle); 73 HandleTraits::Close(Handle); 95 static void Close(handle_type h) { 117 static void Close(handle_type h) { 127 static void Close(handle_type h) {
|
/external/chromium/chrome/browser/download/ |
base_file.cc | 43 Close(); 97 // Don't close the file if we're not done (finished or canceled). 99 Close(); 104 Close(); 156 Close(); 168 Close(); 225 void BaseFile::Close() { 233 file_stream_->Close();
|
/external/chromium_org/ash/shelf/ |
shelf_tooltip_manager.cc | 57 void Close(); 117 void ShelfTooltipManager::ShelfTooltipBubble::Close() { 120 GetWidget()->Close(); 156 Close(); 170 Close(); 187 Close(); 197 void ShelfTooltipManager::Close() { 200 view_->Close(); 216 Close(); 258 // Pressing the mouse button anywhere should close the tooltip [all...] |
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win_unittest.cc | 274 // Test Create(), Close() calling sequence. 280 aos->Close(); 283 // Test Open(), Close() calling sequence. 290 aos->Close(); 293 // Test Open(), Start(), Close() calling sequence. 304 aos->Close(); 307 // Test Open(), Start(), Stop(), Close() calling sequence. 319 aos->Close(); 356 aos->Close(); 396 aos->Close(); [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 59 entry->Close(); 161 // Don't call Close() to avoid going through the queue or we'll deadlock 166 entry->Close(); 190 entry0->Close(); 203 entry1->Close(); 209 entry2->Close(); 228 entry3->Close(); 229 entry4->Close(); 246 entry->Close(); 266 entry->Close(); [all...] |
/external/chromium/chrome/browser/ui/views/ |
theme_install_bubble_view.cc | 26 // track of number of loads happening. Close bubble when num_loads < 1. 34 Close(); 45 Close(); 47 // Close when theme has been installed. 53 // Close when we are installing an extension, not a theme. 100 Close(); 147 void ThemeInstallBubbleView::Close() { 155 popup_->Close(); 162 Close();
|
/external/chromium_org/media/audio/cras/ |
cras_unified_unittest.cc | 106 test_stream->Close(); 111 test_stream->Close(); 119 test_stream->Close(); 126 test_stream->Close(); 131 test_stream->Close(); 154 test_stream->Close();
|
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac_unittest.cc | 130 // Test Create(), Close() calling sequence. 137 aos->Close(); 140 // Test Open(), Close() calling sequence. 148 aos->Close(); 151 // Test Open(), Start(), Close() calling sequence. 163 aos->Close(); 166 // Test Open(), Start(), Stop(), Close() calling sequence. 179 aos->Close(); 200 aos->Close(); 216 aos->Close(); [all...] |
/external/chromium/net/disk_cache/ |
backend_unittest.cc | 71 entry1->Close(); 76 entry1->Close(); 95 entry1->Close(); 96 entry2->Close(); 97 entry3->Close(); 105 entry1->Close(); 108 entry2->Close(); 139 entry2->Close(); 145 entry2->Close(); 150 entry2->Close(); [all...] |
/external/chromium/base/ |
file_descriptor_shuffle.cc | 49 j->close = false; 52 if (i->close && i->source == j->dest) 53 i->close = false; 55 if (i->close && i->source == j->source) { 56 i->close = false; 57 j->close = true; 66 if (!is_identity && i->close) 67 delegate->Close(i->source); 71 delegate->Close(extra_fds[i]); 91 void FileDescriptorTableInjection::Close(int fd) [all...] |
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.cc | 49 j->close = false; 52 if (i->close && i->source == j->dest) 53 i->close = false; 55 if (i->close && i->source == j->source) { 56 i->close = false; 57 j->close = true; 66 if (!is_identity && i->close) 67 delegate->Close(i->source); 71 delegate->Close(extra_fds[i]); 91 void FileDescriptorTableInjection::Close(int fd) [all...] |