/external/chromium_org/content/renderer/media/ |
H A D | native_handle_impl.cc | 14 void* NativeHandleImpl::GetHandle() { return frame_.get(); } function in class:content::NativeHandleImpl
|
H A D | native_handle_impl.h | 22 virtual void* GetHandle() OVERRIDE;
|
/external/chromium_org/third_party/webrtc/common_video/interface/ |
H A D | native_handle.h | 31 virtual void* GetHandle() = 0;
|
/external/chromium_org/ui/gl/ |
H A D | gl_surface_stub.cc | 24 void* GLSurfaceStub::GetHandle() { function in class:gfx::GLSurfaceStub
|
H A D | gl_share_group.cc | 30 void* GLShareGroup::GetHandle() { function in class:gfx::GLShareGroup 33 return context->GetHandle(); 42 if ((*it)->GetHandle())
|
H A D | gl_context_wgl.cc | 43 // 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 D | gl_context_osmesa.cc | 26 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 D | gl_surface_stub.h | 22 virtual void* GetHandle() OVERRIDE;
|
H A D | gl_context_egl.cc | 68 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 D | gl_context_stub.cc | 32 void* GLContextStub::GetHandle() { function in class:gfx::GLContextStub
|
H A D | gl_context_wgl.h | 30 virtual void* GetHandle();
|
H A D | gl_share_group.h | 30 void* GetHandle();
|
/external/chromium_org/ppapi/c/trusted/ |
H A D | ppb_broker_trusted.h | 57 * 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 D | child_process_host_delegate.h | 33 virtual base::ProcessHandle GetHandle() const = 0;
|
/external/chromium_org/ppapi/thunk/ |
H A D | ppb_broker_thunk.cc | 38 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 D | ppb_broker_api.h | 25 virtual int32_t GetHandle(int32_t* handle) = 0;
|
/external/chromium_org/ppapi/api/trusted/ |
H A D | ppb_broker_trusted.idl | 43 * 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 D | aw_gl_surface.cc | 32 void* AwGLSurface::GetHandle() { function in class:android_webview::AwGLSurface
|
H A D | aw_gl_surface.h | 25 virtual void* GetHandle() OVERRIDE;
|
/external/chromium_org/components/webdata/common/ |
H A D | web_data_request_manager.cc | 34 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 D | child_process_launcher.h | 54 base::ProcessHandle GetHandle();
|
/external/chromium_org/gin/ |
H A D | function_template.cc | 20 v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) { function in class:gin::internal::CallbackHolderBase
|
/external/chromium_org/sandbox/win/src/ |
H A D | shared_handles.h | 41 // HANDLE handle = shared_handles.GetHandle(3); 82 bool GetHandle(uint32 tag, HANDLE* handle);
|
/external/chromium_org/ui/ozone/platform/dri/ |
H A D | gbm_buffer_base.h | 26 virtual uint32_t GetHandle() const OVERRIDE;
|
H A D | scanout_buffer.h | 22 virtual uint32_t GetHandle() const = 0;
|