Searched defs:handle (Results 101 - 125 of 1326) sorted by relevance

1234567891011>>

/external/chromium_org/content/common/
H A Dhost_shared_bitmap_manager_unittest.cc26 base::SharedMemoryHandle handle; local
27 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
29 size_in_bytes, handle, base::GetCurrentProcessHandle(), id);
81 base::SharedMemoryHandle handle; local
83 base::GetCurrentProcessHandle(), size_in_bytes, id, &handle); local
85 EXPECT_TRUE(base::SharedMemory::IsHandleValid(handle));
86 scoped_ptr<base::SharedMemory> bitmap(new base::SharedMemory(handle, false));
106 base::SharedMemoryHandle handle; local
107 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
109 size_in_bytes, handle, bas
140 base::SharedMemoryHandle handle; local
141 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle); local
[all...]
/external/chromium_org/content/public/browser/
H A Drender_process_host.h45 RendererClosedDetails(base::ProcessHandle handle, argument
48 this->handle = handle;
52 base::ProcessHandle handle; member in struct:content::RenderProcessHost::RendererClosedDetails
114 // Dump the child process' handle table before shutting down.
H A Drender_process_host_observer.h26 base::ProcessHandle handle,
25 RenderProcessExited(RenderProcessHost* host, base::ProcessHandle handle, base::TerminationStatus status, int exit_code) argument
H A Dworker_service.h37 base::ProcessHandle handle; member in struct:content::WorkerService::WorkerInfo
/external/chromium_org/content/public/common/
H A Dservice_registry.h60 mojo::ScopedMessagePipeHandle handle) = 0;
67 mojo::ScopedMessagePipeHandle handle) {
68 service_factory.Run(mojo::MakeRequest<Interface>(handle.Pass()));
64 ForwardToServiceFactory( const base::Callback<void(mojo::InterfaceRequest<Interface>)> service_factory, mojo::ScopedMessagePipeHandle handle) argument
/external/chromium_org/content/renderer/device_sensors/
H A Ddevice_motion_event_pump.cc37 bool DeviceMotionEventPump::InitializeReader(base::SharedMemoryHandle handle) { argument
40 return reader_->Initialize(handle);
H A Ddevice_sensor_event_pump.h70 void OnDidStart(base::SharedMemoryHandle handle) { argument
78 if (InitializeReader(handle)) {
87 virtual bool InitializeReader(base::SharedMemoryHandle handle) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.h62 base::SharedMemoryHandle* handle,
71 base::SharedMemoryHandle handle) OVERRIDE;
103 base::SharedMemoryHandle handle; member in struct:content::HostVarTracker::SharedMemoryMapEntry
/external/chromium_org/device/serial/
H A Dasync_waiter.cc9 AsyncWaiter::AsyncWaiter(mojo::Handle handle, argument
15 id_ = waiter_->AsyncWait(handle.value(),
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.h16 #include "gin/handle.h"
20 #include "mojo/bindings/js/handle.h"
57 mojo::ScopedMessagePipeHandle handle) {
58 service_factory.Run(mojo::MakeRequest<Interface>(handle.Pass()));
54 ForwardToServiceFactory( const base::Callback<void(mojo::InterfaceRequest<Interface>)> service_factory, mojo::ScopedMessagePipeHandle handle) argument
/external/chromium_org/ipc/
H A Dipc_channel_handle.h21 // handle is provided for convenience.
22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC.
30 // in both Windows and Posix. When passing a handle to a channel over IPC,
55 // A simple container to automatically initialize pipe handle
57 PipeHandle() : handle(NULL) {}
58 PipeHandle(HANDLE h) : handle(h) {}
59 HANDLE handle; member in struct:IPC::ChannelHandle::PipeHandle
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap_unittest.cc27 mojo::embedder::ScopedPlatformHandle handle) OVERRIDE;
37 mojo::embedder::ScopedPlatformHandle handle) {
36 OnPipeAvailable( mojo::embedder::ScopedPlatformHandle handle) argument
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DMessagePipeHandleImpl.java28 MessagePipeHandleImpl(HandleBase handle) { argument
29 super(handle);
H A DUntypedHandleImpl.java28 UntypedHandleImpl(HandleBase handle) { argument
29 super(handle);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc13 #include "mojo/bindings/js/handle.h"
27 mojo::Handle handle,
29 return Context::Create(args.isolate(), handle, context_lost_callback);
25 CreateContext( const gin::Arguments& args, mojo::Handle handle, v8::Handle<v8::Function> context_lost_callback) argument
/external/chromium_org/mojo/bindings/js/
H A Dhandle.cc5 #include "mojo/bindings/js/handle.h"
13 HandleWrapper::HandleWrapper(MojoHandle handle) argument
14 : handle_(mojo::Handle(handle)) {
56 gin::Handle<HandleWrapper> handle; local
57 if (!Converter<gin::Handle<HandleWrapper> >::FromV8(isolate, val, &handle))
60 *out = handle->get();
H A Dsupport.cc15 #include "mojo/bindings/js/handle.h"
25 gin::Handle<gin::HandleWrapper> handle,
28 return WaitingCallback::Create(args.isolate(), callback, handle, signals)
24 AsyncWait(const gin::Arguments& args, gin::Handle<gin::HandleWrapper> handle, MojoHandleSignals signals, v8::Handle<v8::Function> callback) argument
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper_unittest.cc21 bool IsNonBlocking(const embedder::PlatformHandle& handle) { argument
27 return fcntl(handle.fd, F_GETFL) & O_NONBLOCK;
31 bool WriteByte(const embedder::PlatformHandle& handle, char c) { argument
33 BlockingWrite(handle, &c, 1, &bytes_written);
37 bool ReadByte(const embedder::PlatformHandle& handle, char* c) { argument
39 BlockingRead(handle, c, 1, &bytes_read);
70 // Take ownership of the handle.
71 embedder::ScopedPlatformHandle handle = helper.server_platform_handle.Pass(); local
73 // The handle should be non-blocking.
74 EXPECT_TRUE(IsNonBlocking(handle
93 embedder::ScopedPlatformHandle handle = local
[all...]
/external/chromium_org/mojo/environment/
H A Ddefault_async_waiter_impl.cc22 MojoAsyncWaitID AsyncWait(MojoHandle handle, argument
29 watcher->Start(Handle(handle), signals, deadline,
/external/chromium_org/mojo/gles2/
H A Dgles2_impl.cc24 MojoGLES2Context MojoGLES2CreateContext(MojoHandle handle, argument
28 mojo::MessagePipeHandle mph(handle);
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_request.h30 void Bind(ScopedMessagePipeHandle handle) { argument
31 handle_ = handle.Pass();
43 InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) { argument
45 request.Bind(handle.Pass());
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage.cc48 MojoResult ReadAndDispatchMessage(MessagePipeHandle handle, argument
54 rv = ReadMessageRaw(handle,
67 rv = ReadMessageRaw(handle,
/external/chromium_org/mojo/public/platform/native/
H A Dgles2_thunks.cc15 MojoGLES2Context MojoGLES2CreateContext(MojoHandle handle, argument
21 handle, lost_callback, closure, async_waiter);
/external/chromium_org/mojo/services/gles2/
H A Dmojo_buffer_backing.cc12 MojoBufferBacking::MojoBufferBacking(mojo::ScopedSharedBufferHandle handle, argument
15 : handle_(handle.Pass()), memory_(memory), size_(size) {}
21 mojo::ScopedSharedBufferHandle handle,
25 handle.get(), 0, size, &memory, MOJO_MAP_BUFFER_FLAG_NONE);
30 new MojoBufferBacking(handle.Pass(), memory, size));
20 Create( mojo::ScopedSharedBufferHandle handle, size_t size) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.cc21 TempFile::TempFile(Plugin* plugin, PP_FileHandle handle) argument
23 internal_handle_(handle) { }
32 HANDLE handle = internal_handle_;
36 int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(handle),
43 CloseHandle(handle);

Completed in 396 milliseconds

1234567891011>>