HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 1151 - 1175 of 3441) sorted by null

<<41424344454647484950>>

  /external/chromium/net/http/
http_proxy_client_socket_pool.h 112 virtual void GetAdditionalErrorState(ClientSocketHandle* handle);
190 ClientSocketHandle* handle,
200 ClientSocketHandle* handle);
215 const ClientSocketHandle* handle) const;
  /external/chromium/net/socket/
client_socket_pool_base.h 7 // Subclasses of ClientSocketPool should compose ClientSocketPoolBase to handle
111 virtual void GetAdditionalErrorState(ClientSocketHandle* handle) {}
171 Request(ClientSocketHandle* handle,
184 ClientSocketHandle* handle() const { return handle_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
243 ClientSocketHandle* handle);
267 const ClientSocketHandle* handle) const;
460 // Tries to see if we can handle any more requests for |group|.
466 // Assigns |socket| to |handle| and updates |group|'s counters appropriately.
469 ClientSocketHandle* handle,
489 // it does not handle logging into NetLog of the queueing status o
    [all...]
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.h 35 // Creates a new server-side IPC channel at |handle|, which should contain a
38 void ServeChannel(const IPC::ChannelHandle& handle);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_service_win.h 32 base::ProcessHandle handle);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 125 explicit MockServiceIPCServer(const IPC::ChannelHandle& handle)
126 : ServiceIPCServer(handle),
309 void ShutdownAndWaitForExitWithTimeout(base::ProcessHandle handle);
428 base::ProcessHandle handle = SpawnChild(name, ipc_file_list, false); local
430 base::ProcessHandle handle = SpawnChild(name, false); local
432 EXPECT_TRUE(handle);
433 return handle;
452 base::ProcessHandle handle) {
457 base::WaitForExitCodeWithTimeout(handle, &exit_code,
461 base::CloseProcessHandle(handle);
490 base::ProcessHandle handle = local
506 base::ProcessHandle handle = local
556 base::ProcessHandle handle = local
    [all...]
  /external/chromium_org/chrome/browser/usb/
usb_device.h 36 // Explicitly closes a device handle. This method will be automatically called
38 // Closing a closed handle is a safe
40 virtual bool Close(scoped_refptr<UsbDeviceHandle> handle);
  /external/chromium_org/chrome/renderer/media/
chrome_webrtc_log_message_delegate.h 42 void OnLogOpened(base::SharedMemoryHandle handle, uint32 length);
webrtc_logging_message_filter.h 45 void OnLogOpened(base::SharedMemoryHandle handle, uint32 length);
  /external/chromium_org/chrome/service/
service_ipc_server.h 27 explicit ServiceIPCServer(const IPC::ChannelHandle& handle);
  /external/chromium_org/chrome/test/base/
chrome_process_util.cc 66 base::ProcessHandle handle; local
67 if (!base::OpenProcessHandle(*it, &handle)) {
68 // Ignore processes for which we can't open the handle. We don't
73 base::KillProcess(handle, content::RESULT_CODE_KILLED, true);
74 base::CloseProcessHandle(handle);
  /external/chromium_org/components/webdata/common/
web_database_service.cc 123 WebDataServiceBase::Handle WebDatabaseService::ScheduleDBTaskWithResult(
128 WebDataServiceBase::Handle handle = 0; local
132 return handle;
137 handle = request->GetHandle();
143 return handle;
146 void WebDatabaseService::CancelRequest(WebDataServiceBase::Handle h) {
  /external/chromium_org/content/public/renderer/
renderer_ppapi_host.h 99 // Shares a file handle (HANDLE / file descriptor) with the remote side. It
100 // returns a handle that should be sent in exactly one IPC message. Upon
101 // receipt, the remote side then owns that handle. Note: if sending the
102 // message fails, the returned handle is properly closed by the IPC system. If
103 // |should_close_source| is set to true, the original handle is closed by this
106 base::PlatformFile handle,
  /external/chromium_org/content/renderer/media/
audio_message_filter_unittest.cc 28 virtual void OnStreamCreated(base::SharedMemoryHandle handle,
29 base::SyncSocket::Handle,
32 handle_ = handle;
54 base::SharedMemoryHandle handle() { return handle_; } function in class:content::__anon10410::MockAudioDelegate
89 base::SyncSocket::Handle socket_handle;
100 EXPECT_FALSE(base::SharedMemory::IsHandleValid(delegate.handle()));
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.h 52 virtual void OnStreamCreated(base::SharedMemoryHandle handle,
53 base::SyncSocket::Handle socket_handle,
ppb_image_data_impl.h 45 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
85 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
115 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
145 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
  /external/chromium_org/content/renderer/
render_process_impl.cc 120 TransportDIB::Handle handle; local
121 IPC::Message* msg = new ViewHostMsg_AllocTransportDIB(size, true, &handle);
124 if (handle.fd < 0)
126 return TransportDIB::Map(handle);
  /external/chromium_org/media/audio/linux/
alsa_util.h 33 int CloseDevice(media::AlsaWrapper* wrapper, snd_pcm_t* handle);
  /external/chromium_org/net/socket/
client_socket_pool_base.h 7 // Subclasses of ClientSocketPool should compose ClientSocketPoolBase to handle
99 virtual void GetAdditionalErrorState(ClientSocketHandle* handle) {}
159 Request(ClientSocketHandle* handle,
168 ClientSocketHandle* handle() const { return handle_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
228 ClientSocketHandle* handle);
255 const ClientSocketHandle* handle) const;
481 // Tries to see if we can handle any more requests for |group|.
487 // Assigns |socket| to |handle| and updates |group|'s counters appropriately.
491 ClientSocketHandle* handle,
511 // it does not handle logging into NetLog of the queueing status o
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.h 46 bool SetExistingFd(PP_FileHandle handle);
51 // Resets file position of the handle, for reuse.
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 37 // Returns the handle at the given index if it exists and is of the given
38 // type. The corresponding slot in the list is set to an invalid handle.
39 // If the index doesn't exist or the handle isn't of the given type, returns
40 // an invalid handle.
41 // Note that the caller is responsible for closing the returned handle, if it
48 // If the index has a valid handle of the given type, it will be placed in the
50 // invalid handle, and the function will return true. If the handle doesn't
54 // Note: 1) the handle could still be a "null" or invalid handle of the righ
    [all...]
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 110 pam_handle_t* handle = NULL; local
112 &conv, &handle);
114 result = pam_acct_mgmt(handle, 0);
116 pam_end(handle, result);
  /external/chromium_org/sandbox/win/src/
app_container_test.cc 26 HANDLE CreateTaggedEvent(const string16& name, const string16& sid) {
77 base::win::ScopedHandle handle(CreateTaggedEvent(L"test", capability));
78 ASSERT_TRUE(handle.IsValid());
101 base::win::ScopedHandle handle(CreateTaggedEvent(L"test", capability));
102 ASSERT_TRUE(handle.IsValid());
handle_closer.h 19 // This is a map of handle-types to names that we need to close in the
24 // Type and set of corresponding handle names to close.
46 // Adds a handle that will be closed in the target process after lockdown.
48 // An empty string for handle_name indicates the handle is unnamed.
62 // Serializes the handle list into the target process.
70 // Returns the object manager's name associated with a handle
71 bool GetHandleName(HANDLE handle, string16* handle_name);
  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 40 const int64 handle = entry->ref(META_HANDLE); local
41 EntryKernelMutationMap::iterator it = mutations_.lower_bound(handle);
42 if (it == mutations_.end() || it->first != handle) {
43 mutations_[handle].original = *entry;
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
domdivwalk.js 76 this.recurseChildNodes = function(handle) {
94 this.recurseSiblings = function(handle) {
108 this.getElements = function(handle) {
126 this.Cleanup = function(handle) {

Completed in 1450 milliseconds

<<41424344454647484950>>