Searched defs:handle (Results 426 - 450 of 1314) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.cc173 CancelableRequestProvider::Handle handle,
175 DCHECK_EQ(pending_login_query_, handle);
209 CancelableRequestProvider::Handle handle,
211 DCHECK_EQ(pending_login_query_, handle);
172 OnPasswordStoreRequestDone( CancelableRequestProvider::Handle handle, const std::vector<autofill::PasswordForm*>& result) argument
208 OnPasswordStoreRequestDone( CancelableRequestProvider::Handle handle, const std::vector<autofill::PasswordForm*>& result) argument
/external/chromium_org/chrome/browser/usb/
H A Dusb_device_handle.h62 PlatformUsbDeviceHandle handle() const { return handle_; } function in class:UsbDeviceHandle
68 // The platform device handle will be closed when UsbDeviceHandle destructs.
122 UsbDevice* device, PlatformUsbDeviceHandle handle,
132 friend void HandleTransferCompletion(PlatformUsbTransferHandle handle);
149 void SubmitTransfer(PlatformUsbTransferHandle handle,
178 // before this handle.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dmodel.js18 Model.prototype.handle = function(input) {
46 this.handle('AC');
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.h129 base::ProcessHandle handle() const { return handle_; } function in class:ServiceUtilityProcessHost
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.h103 void set_crash_service(base::ProcessHandle handle) { argument
104 crash_service_ = handle;
/external/chromium_org/chrome_frame/test/
H A Dtest_server_test.cc48 explicit ScopedInternet(HINTERNET handle) argument
49 : h_(handle) {
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service_unittest.cc89 scoped_ptr<ViewerHandle> handle = local
107 scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); local
131 scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); local
162 scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); local
171 handle.reset();
/external/chromium_org/components/nacl/renderer/
H A Dpnacl_translation_resource_host.cc17 PP_FileHandle* handle,
19 : is_hit(hit), file_handle(handle), callback(cb) {}
15 CacheRequestInfo( PP_Bool* hit, PP_FileHandle* handle, scoped_refptr<TrackedCallback> cb) argument
/external/chromium_org/components/webdata/common/
H A Dweb_database_service.cc128 WebDataServiceBase::Handle handle = 0; local
132 return handle;
137 handle = request->GetHandle();
143 return handle;
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc32 // identified by render process handle, render view ID and player ID.
69 // |handle| is the processID of the child process as originated in Java, 0 if
74 jint handle) {
77 if (handle)
78 callback->Run(static_cast<base::ProcessHandle>(handle));
128 void StopChildProcess(base::ProcessHandle handle) { argument
131 Java_ChildProcessLauncher_stop(env, static_cast<jint>(handle));
134 bool IsChildProcessOomProtected(base::ProcessHandle handle) { argument
138 static_cast<jint>(handle));
71 OnChildProcessStarted(JNIEnv*, jclass, jlong client_context, jint handle) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_surface_tracker.cc124 if (!info.handle.is_transport())
132 const gfx::GLSurfaceHandle& handle) {
136 info.handle = handle;
138 info.surface_ref = new SurfaceRefPluginWindow(handle.handle);
147 return it->second.handle;
189 const gfx::GLSurfaceHandle& handle,
194 handle(handle),
131 SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle) argument
185 SurfaceInfo( int renderer_id, int render_widget_id, const gfx::AcceleratedWidget& native_widget, const gfx::GLSurfaceHandle& handle, const scoped_refptr<SurfaceRef>& surface_ref) argument
[all...]
/external/chromium_org/content/browser/
H A Dpower_save_blocker_win.cc48 base::win::ScopedHandle handle(PowerCreateRequestFn(&context));
49 if (!handle.IsValid())
52 if (PowerSetRequestFn(handle, type))
53 return handle.Take();
59 // Takes ownership of the |handle|.
60 void DeletePowerRequest(POWER_REQUEST_TYPE type, HANDLE handle) { argument
61 base::win::ScopedHandle request_handle(handle);
/external/chromium_org/content/child/
H A Dsocket_stream_dispatcher.cc33 blink::WebSocketStreamHandle* handle,
36 handle_(handle),
39 // Returns the handle having given id or NULL if there is no such handle.
180 blink::WebSocketStreamHandle* handle,
182 return new IPCWebSocketStreamHandleBridge(handle, delegate);
32 IPCWebSocketStreamHandleBridge( blink::WebSocketStreamHandle* handle, webkit_glue::WebSocketStreamHandleDelegate* delegate) argument
179 CreateBridge( blink::WebSocketStreamHandle* handle, webkit_glue::WebSocketStreamHandleDelegate* delegate) argument
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc188 const gfx::GLSurfaceHandle& handle) {
189 if (handle.transport_type == gfx::NATIVE_TRANSPORT) {
194 handle.parent_client_id));
198 DCHECK_EQ(handle.transport_type, gfx::NATIVE_DIRECT);
185 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc196 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) { argument
198 handle, base::kThreadPriority_Background);
200 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) { argument
202 handle, base::kThreadPriority_Normal);
205 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) {}
206 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) {}
/external/chromium_org/content/renderer/media/
H A Daudio_message_filter_unittest.cc28 virtual void OnStreamCreated(base::SharedMemoryHandle handle,
32 handle_ = handle;
54 base::SharedMemoryHandle handle() { return handle_; } function in class:content::__anon8472::MockAudioDelegate
100 EXPECT_FALSE(base::SharedMemory::IsHandleValid(delegate.handle()));
H A Dvideo_capture_message_filter.cc99 base::SharedMemoryHandle handle,
109 base::SharedMemory::CloseHandle(handle);
114 delegate->OnBufferCreated(handle, length, buffer_id);
97 OnBufferCreated( int device_id, base::SharedMemoryHandle handle, int length, int buffer_id) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.cc33 base::SharedMemoryHandle handle) {
34 return new HostArrayBufferVar(size_in_bytes, handle);
154 base::SharedMemoryHandle handle,
158 entry.handle = handle;
173 base::SharedMemoryHandle* handle,
181 *handle = it->second.handle;
31 CreateShmArrayBuffer( uint32 size_in_bytes, base::SharedMemoryHandle handle) argument
153 TrackSharedMemoryHandle(PP_Instance instance, base::SharedMemoryHandle handle, uint32 size_in_bytes) argument
170 StopTrackingSharedMemoryHandle( int id, PP_Instance instance, base::SharedMemoryHandle* handle, uint32* size_in_bytes) argument
H A Dpepper_broker.cc25 base::SyncSocket::Handle DuplicateHandle(base::SyncSocket::Handle handle) { argument
30 handle,
41 out_handle = ::dup(handle);
88 base::SyncSocket::Handle handle) {
90 dispatcher_->ShareHandleWithRemote(handle, false);
97 // The plugin did not receive the handle, so it must be closed.
100 // The handle could still leak if Send succeeded but the IPC later failed.
242 broker_socket->handle());
244 // If the broker has its pipe handle, duplicate the plugin's handle
86 SendHandleToBroker( PP_Instance instance, base::SyncSocket::Handle handle) argument
[all...]
H A Dpepper_platform_audio_input.cc75 base::SharedMemoryHandle handle,
80 DCHECK(handle);
83 DCHECK_NE(-1, handle.fd);
97 handle, socket_handle, length, total_segments));
102 client_->StreamCreated(handle, length, socket_handle);
106 base::SharedMemory temp_shared_memory(handle, false);
74 OnStreamCreated( base::SharedMemoryHandle handle, base::SyncSocket::Handle socket_handle, int length, int total_segments) argument
/external/chromium_org/content/renderer/
H A Drender_process_impl.cc131 TransportDIB::Handle handle; local
132 IPC::Message* msg = new ViewHostMsg_AllocTransportDIB(size, true, &handle);
135 if (handle.fd < 0)
137 return TransportDIB::Map(handle);
/external/chromium_org/courgette/
H A Dmemory_allocator.cc55 base::PlatformFile TempFile::handle() const { function in class:courgette::TempFile
125 !mapping_.Create(file_.handle(), size)) {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_gpu_memory_buffer_unittests.cc125 gfx::GpuMemoryBufferHandle handle; local
126 handle.type = gfx::SHARED_MEMORY_BUFFER;
127 handle.handle = duped_shared_memory_handle;
136 .WillOnce(Return(handle))
/external/chromium_org/ipc/
H A Dsync_socket_unittest.cc73 // the handle for the SyncSocket. This message sends a buffer
76 void OnMsgClassSetHandle(const base::SyncSocket::Handle handle) { argument
77 SetHandle(handle);
87 void SetHandle(base::SyncSocket::Handle handle) { argument
88 base::SyncSocket sync_socket(handle);
185 // On windows we need to duplicate the handle into the server process.
186 BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(),
190 // Set up a message to pass the handle to the server.
193 target_handle = pair[1].handle();
194 // Set up a message to pass the handle t
[all...]
/external/chromium_org/media/audio/alsa/
H A Dalsa_util.cc21 snd_pcm_t* handle = NULL; local
22 int error = wrapper->PcmOpen(&handle, device_name, type, SND_PCM_NONBLOCK);
29 error = wrapper->PcmSetParams(handle, pcm_format,
36 if (alsa_util::CloseDevice(wrapper, handle) < 0) {
38 LOG(WARNING) << "Unable to close audio device. Leaking handle.";
43 return handle;
84 int CloseDevice(media::AlsaWrapper* wrapper, snd_pcm_t* handle) { argument
85 std::string device_name = wrapper->PcmName(handle);
86 int error = wrapper->PcmClose(handle);
196 // Did not find any Capture handle, us
[all...]

Completed in 7822 milliseconds

<<11121314151617181920>>