Searched defs:attachment (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DAttachment.cpp58 bool Attachment::decode(ArgumentDecoder& decoder, Attachment& attachment) argument
H A DArgumentEncoder.cpp191 void ArgumentEncoder::addAttachment(const Attachment& attachment) argument
H A DArgumentDecoder.cpp217 bool ArgumentDecoder::removeAttachment(Attachment& attachment) argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/mac/
H A DMachPort.h56 Attachment attachment; local
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dadornments.h180 T &Adornable::attachment(Key key) function in class:Security::Adornable
190 T &Adornable::attachment(Key key, Arg1 arg1) function in class:Security::Adornable
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dattachfactory.cpp64 StandardAttachment<type, Table> *attachment = local
H A Dcssmcontext.h64 CSPAttachment &attachment; member in class:HandleContext
114 CSPAttachment &attachment; member in class:HandleContext::Maker
H A Dattachment.cpp195 Attachment &attachment local
[all...]
H A Dattachment.h130 AttachmentSubclass &attachment = HandleObject::findAndLock<AttachmentSubclass>(h, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
H A Dcssm.cpp154 Attachment *attachment = &HandleObject::findAndKill<Attachment>(ModuleHandle, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
184 Attachment &attachment = HandleObject::findAndLock<Attachment>(ModuleHandle, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
195 Attachment &attachment = HandleObject::findAndLock<Attachment>(ModuleHandle, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
220 Attachment &attachment = HandleObject::findAndLock<Attachment>(AddInHandle, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
[all...]
H A Dmodule.cpp104 Attachment *attachment = cssm.attachmentMakerFor(subserviceType)->make(this, local
130 detach(Attachment *attachment) argument
[all...]
H A Dtransition.cpp66 Attachment &attachment; member in class:TransitLock
456 CSPAttachment *attachment; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dadornments.h180 T &Adornable::attachment(Key key) function in class:Security::Adornable
190 T &Adornable::attachment(Key key, Arg1 arg1) function in class:Security::Adornable
/macosx-10.10/WebKit2-7600.1.25/Platform/unix/
H A DSharedMemoryUnix.cpp81 IPC::Attachment attachment; local
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcspclient.h70 CSP attachment() const { return parent<CSP>(); } function in class:Security::CssmClient::Context
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcspclient.h70 CSP attachment() const { return parent<CSP>(); } function in class:Security::CssmClient::Context
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext3D.cpp373 unsigned GraphicsContext3D::getClearBitsByAttachmentType(GC3Denum attachment) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DExtensions3DOpenGLES.cpp65 void Extensions3DOpenGLES::framebufferTexture2DMultisampleIMG(unsigned long target, unsigned long attachment, unsigned long textarget, unsigned int texture, int level, unsigned long samples) argument
H A DGraphicsContext3DOpenGLCommon.cpp665 void GraphicsContext3D::framebufferRenderbuffer(GC3Denum target, GC3Denum attachment, GC3Denum renderbuffertarget, Platform3DObject buffer) argument
671 void GraphicsContext3D::framebufferTexture2D(GC3Denum target, GC3Denum attachment, GC3Denum textarget, Platform3DObject texture, GC3Dint level) argument
1321 void GraphicsContext3D::getFramebufferAttachmentParameteriv(GC3Denum target, GC3Denum attachment, GC3Denum pname, GC3Dint* value) argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLResponse.cpp395 isAttachment( BOOL *attachment) argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp305 unsigned attachment = exec->uncheckedArgument(1).toInt32(exec); local
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLFramebuffer.cpp125 void WebGLRenderbufferAttachment::attach(GraphicsContext3D* context, GC3Denum attachment) argument
131 void WebGLRenderbufferAttachment::unattach(GraphicsContext3D* context, GC3Denum attachment) argument
223 void WebGLTextureAttachment::attach(GraphicsContext3D* context, GC3Denum attachment) argument
229 unattach(GraphicsContext3D* context, GC3Denum attachment) argument
238 isAttachmentComplete(WebGLFramebuffer::WebGLAttachment* attachedObject, GC3Denum attachment, const char** reason) argument
289 setAttachmentForBoundFramebuffer(GC3Denum attachment, GC3Denum texTarget, WebGLTexture* texture, GC3Dint level) argument
302 setAttachmentForBoundFramebuffer(GC3Denum attachment, WebGLRenderbuffer* renderbuffer) argument
315 attach(GC3Denum attachment, GC3Denum attachmentPoint) argument
337 removeAttachmentFromBoundFramebuffer(GC3Denum attachment) argument
363 removeAttachmentFromBoundFramebuffer(WebGLSharedObject* attachment) argument
427 WebGLAttachment* attachment = it->value.get(); local
487 WebGLAttachment* attachment = getAttachment(GraphicsContext3D::STENCIL_ATTACHMENT); local
508 WebGLAttachment* attachment = it->value.get(); local
580 WebGLAttachment* attachment = it->value.get(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DFillLayer.h75 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); } function in class:WebCore::FillLayer
109 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; } argument
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-decode.el
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerCompositor.cpp3356 void RenderLayerCompositor::attachRootLayer(RootLayerAttachment attachment) argument

Completed in 376 milliseconds

12