Searched refs:GetHandle (Results 1 - 25 of 166) sorted by relevance

1234567

/external/chromium_org/content/renderer/media/
H A Dnative_handle_impl.cc14 void* NativeHandleImpl::GetHandle() { return frame_.get(); } function in class:content::NativeHandleImpl
H A Dnative_handle_impl.h22 virtual void* GetHandle() OVERRIDE;
/external/chromium_org/third_party/webrtc/common_video/interface/
H A Dnative_handle.h31 virtual void* GetHandle() = 0;
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc24 void* GLSurfaceStub::GetHandle() { function in class:gfx::GLSurfaceStub
H A Dgl_share_group.cc30 void* GLShareGroup::GetHandle() { function in class:gfx::GLShareGroup
33 return context->GetHandle();
42 if ((*it)->GetHandle())
H A Dgl_context_wgl.cc43 // and could potentially be returned by GetHandle.
44 HGLRC share_handle = static_cast<HGLRC>(share_group()->GetHandle());
47 static_cast<HDC>(compatible_surface->GetHandle()));
80 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
123 if (wglGetCurrentDC() != surface->GetHandle())
130 void* GLContextWGL::GetHandle() { function in class:gfx::GLContextWGL
H A Dgl_context_osmesa.cc26 share_group() ? share_group()->GetHandle() : NULL);
57 surface->GetHandle(),
115 if (buffer != surface->GetHandle())
122 void* GLContextOSMesa::GetHandle() { function in class:gfx::GLContextOSMesa
H A Dgl_surface_stub.h22 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_egl.cc68 share_group() ? share_group()->GetHandle() : NULL,
107 surface->GetHandle(),
108 surface->GetHandle(),
164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
171 void* GLContextEGL::GetHandle() { function in class:gfx::GLContextEGL
H A Dgl_context_stub.cc32 void* GLContextStub::GetHandle() { function in class:gfx::GLContextStub
H A Dgl_context_wgl.h30 virtual void* GetHandle();
H A Dgl_share_group.h30 void* GetHandle();
/external/chromium_org/ppapi/c/trusted/
H A Dppb_broker_trusted.h57 * with a result of PP_OK. The plugin should immediately call GetHandle and
77 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle); member in struct:PPB_BrokerTrusted_0_3
96 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle); member in struct:PPB_BrokerTrusted_0_2
/external/chromium_org/content/public/common/
H A Dchild_process_host_delegate.h33 virtual base::ProcessHandle GetHandle() const = 0;
/external/chromium_org/ppapi/thunk/
H A Dppb_broker_thunk.cc38 int32_t GetHandle(PP_Resource resource, int32_t* handle) { function in namespace:ppapi::thunk::__anon10243
42 return enter.object()->GetHandle(handle);
64 &GetHandle,
71 &GetHandle,
H A Dppb_broker_api.h25 virtual int32_t GetHandle(int32_t* handle) = 0;
/external/chromium_org/ppapi/api/trusted/
H A Dppb_broker_trusted.idl43 * with a result of PP_OK. The plugin should immediately call GetHandle and
64 int32_t GetHandle([in] PP_Resource broker, [out] int32_t handle);
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc32 void* AwGLSurface::GetHandle() { function in class:android_webview::AwGLSurface
H A Daw_gl_surface.h25 virtual void* GetHandle() OVERRIDE;
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc34 WebDataServiceBase::Handle WebDataRequest::GetHandle() const { function in class:WebDataRequest
91 pending_requests_[request->GetHandle()] = request;
125 RequestMap::iterator i = pending_requests_.find(request->GetHandle());
141 consumer->OnWebDataServiceRequestDone(request->GetHandle(), r.get());
/external/chromium_org/content/browser/
H A Dchild_process_launcher.h54 base::ProcessHandle GetHandle();
/external/chromium_org/gin/
H A Dfunction_template.cc20 v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) { function in class:gin::internal::CallbackHolderBase
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.h41 // HANDLE handle = shared_handles.GetHandle(3);
82 bool GetHandle(uint32 tag, HANDLE* handle);
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_buffer_base.h26 virtual uint32_t GetHandle() const OVERRIDE;
H A Dscanout_buffer.h22 virtual uint32_t GetHandle() const = 0;

Completed in 438 milliseconds

1234567