Searched
refs:Close (Results
676 -
700 of
1934) sorted by null
<<21222324252627282930>>
/external/chromium/third_party/libjingle/source/talk/base/ |
autodetectproxy.cc | 93 socket_->Close(); 110 socket_->Close();
|
/external/chromium_org/base/test/ |
test_reg_util_win_unittest.cc | 82 create_key.Close(); 93 read_key.Close();
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
idle_logout_dialog_view.cc | 79 g_instance->GetWidget()->Close(); 96 bool IdleLogoutDialogView::Close() {
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate_unittest.cc | 153 delegate->Close(false); 156 delegate->Close(true);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
password_generation_bubble_gtk.cc | 135 bubble_->Close(); 158 bubble_->Close();
|
/external/chromium_org/chrome/browser/ui/views/ |
constrained_web_dialog_delegate_views.cc | 50 window_->Close(); 142 // No close button if the dialog doesn't want a title bar. 159 impl_->window()->Close();
|
network_profile_bubble_view.cc | 119 GetWidget()->Close(); 141 GetWidget()->Close();
|
/external/chromium_org/chrome/installer/util/ |
copy_reg_key_work_item_unittest.cc | 107 key.Close(); 142 key.Close();
|
/external/chromium_org/chrome/test/automation/ |
tab_proxy.h | 131 // closed, rather it blocks until the browser has initiated the close. Use 132 // Close(true) if you need to block until tab completely closes. 135 bool Close() WARN_UNUSED_RESULT; 137 // Variant of close that allows you to specify whether you want to block 139 // until the browser has initiated the close (wait_until_closed = false). 147 bool Close(bool wait_until_closed) WARN_UNUSED_RESULT;
|
/external/chromium_org/chrome/test/chromedriver/net/ |
test_http_server.cc | 95 // net::HttpServer doesn't allow us to close connection during callback. 98 base::Bind(&net::HttpServer::Close, server_, connection_id)); 115 // net::HttpServer doesn't allow us to close connection during callback. 118 base::Bind(&net::HttpServer::Close, server_, connection_id));
|
/external/chromium_org/chromeos/process_proxy/ |
process_proxy_registry.cc | 57 // Close all proxies we own. 92 proxy->Close(); 125 it->second.proxy->Close(); 153 // Contact with the slave end of the terminal has been lost. We have to close
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_sync_reader.cc | 97 void AudioSyncReader::Close() { 98 socket_->Close();
|
/external/chromium_org/ipc/ |
unix_domain_socket_util_unittest.cc | 31 Close(); 44 void Close() { 128 close(client_fd_); 130 close(server_fd_); 132 close(server_listen_fd_);
|
/external/chromium_org/media/audio/ |
audio_output_dispatcher_impl.cc | 117 // Leave at least a single stream running until the close timer fires to help 126 // Close all idle streams immediately. The |close_timer_| will handle 139 stream->Close(); 163 stream->Close();
|
/external/chromium_org/media/filters/ |
audio_file_reader.cc | 25 Close(); 116 void AudioFileReader::Close() {
|
/external/chromium_org/mojo/system/ |
local_message_pipe_endpoint.cc | 31 // Close all the dispatchers. 36 dispatchers[i]->Close(); 49 void LocalMessagePipeEndpoint::Close() {
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/ |
all_interfaces.h | 34 METHOD1(FileIoInterface, void, Close, PP_Resource) 129 METHOD1(URLLoaderInterface, void, Close, PP_Resource) 163 METHOD1(TCPSocketInterface, void, Close, PP_Resource) 179 METHOD1(UDPSocketInterface, void, Close, PP_Resource)
|
/external/chromium_org/net/disk_cache/flash/ |
flash_entry_impl.cc | 53 void FlashEntryImpl::Close() { 147 Bind(&InternalEntry::Close, new_internal_entry_));
|
/external/chromium_org/ppapi/api/ |
ppb_file_io.idl | 252 * Close() cancels any IO that may be pending, and closes the FileIO object. 258 * Close(). 263 void Close([in] PP_Resource file_io);
|
ppb_tcp_socket.idl | 244 void Close([in] PP_Resource tcp_socket);
|
ppb_websocket.idl | 52 * This enumeration contains status codes. These codes are used in Close() and 59 * <code>PP_WEBSOCKETSTATUSCODE_USER_PRIVATE_MAX</code> are valid for Close(). 66 * (Note that the code 1005 is forbidden to send in actual close frames by 68 * appear in the actual close frames.) 103 * Pseudo code to indicate that receiving close frame doesn't contain any 254 * Close() closes the specified WebSocket connection by specifying 260 * @param[in] code The WebSocket close code. This is ignored if it is 270 * close reason. This is ignored if it is <code>PP_VARTYPE_UNDEFINED</code>. 286 * Returns <code>PP_ERROR_INPROGRESS</code> if a previous call to Close() is 290 int32_t Close([in] PP_Resource web_socket [all...] |
/external/chromium_org/ppapi/examples/video_effects/ |
video_effects.cc | 77 video_source_.Close(); 78 video_destination_.Close();
|
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_win_unittest.cc | 35 privileged_.Close(); 36 unprivileged_.Close();
|
/external/chromium_org/remoting/host/win/ |
worker_process_launcher.cc | 87 // Close the channel and ignore any not yet processed messages. 179 worker_process_.Close(); 247 worker_process_.Close();
|
/external/chromium_org/remoting/protocol/ |
jingle_session_manager.cc | 32 Close(); 60 void JingleSessionManager::Close() { 63 // Close() can be called only after all sessions are destroyed.
|
Completed in 950 milliseconds
<<21222324252627282930>>