Lines Matching full:wrapper
4884 gets wrapped into JavaScript wrapper.
4897 (WebCore::ScriptWrappable::wrapper):
5085 created the novelty of a wrapper that might outlive its wrapper cache.
5087 When a wrapper outlived its wrapper cache, both the wrapper's destructor
5088 and the wrapper cache's destructor would claim to have uncached the wrapper,
6917 Make sure there's only one Media object per window, and keep its wrapper alive.
9229 and eliminating a basically-useless wrapper class in the GIF decoder.
18052 As side effect HTMLOptionsCollection is now correctly exposing its constructor, thus fixing a test in fast/dom/wrapper-classes.html
20165 [GTK] WebKit GTK needs a wrapper for ref counted glib/gobject structs
21805 [Chromium] Guard all of JSC's wrapper cache-related members on Document.
21809 * dom/Document.h: Added JSC guards to wrapper cache-related members.
21935 * bindings/js/JSDOMBinding.h: Changed DOM wrapper maps to be WeakGCMaps.
21940 (WebCore::toJS): Changed Document from a DOM object wrapper to a DOM node
21941 wrapper, to simplify some code.
21951 a DOM node wrapper instead of a DOM object wrapper.
21961 from the table, instead of its JS wrapper, to decouple these objects from
23154 Add a RefCounted wrapper object around xmlParserCtxtPtr so we can
26354 The crash is caused by the prototype wrapper object getting collected
26356 Because the only reference to the prototype wrapper is through the
26627 Stop copying IDL files in to the WebCore framework wrapper.
32437 (WebCore::toJS): Call isCompositionEvent() to create the CompositionEvent wrapper.
33062 (WebCore::createCallback): De-inlined wrapper for FunctionTemplate creation.
33235 (WebCoreAuthenticationClientAsChallengeSender): Added a Obj-C wrapper for AuthenticationClient,
33599 the wrapper for the current world only. This means that wrappers may be GC'ed
35192 appropriate wrapper (DEDICATEDWORKERCONTEXT vs SHAREDWORKERCONTEXT).
35649 Added clause to create a DOM wrapper for SharedWorkers.
42641 An IsolatedWorld is basically a parallel, separate copy of the window shells and DOM wrapper objects for
42645 * Adds support to Document to support multiple separate wrapper-maps, one per world.
42646 * Replaces the single global DOM wrapper map (on the WebCoreJSClientData) with separate maps,
46645 Added definition for SHAREDWORKERCONTEXT wrapper.
47021 its wrapper gets properly constructed (so that the URL field of the event can be accessed). Add support
47022 for the Objective-C wrapper class as well.
47165 to create the proper wrapper.
49007 object (do not search prototype chain for proper JS wrapper).
53544 * bindings/v8/custom/V8DOMWindowCustom.cpp: Use the DOMWindow wrapper instead
53545 of the global object wrapper when it's available in the DOMWindow toString callback.
57018 New wrapper method around setCompositedBounds() that applies the size inflation
57253 detaches it from the wrapper.
58549 pointers since we create at most one wrapper for a JS object.
62725 happens, do not attempt to update the document wrapper cache.
64644 Wrap WebkitCSSTransformValues in the correct class of DOM wrapper.
64647 When fetching the DOM wrapper for a WebkitCSSTransformValue (which is a kind of
65052 This is needed when making a JS wrapper for the object so the prototype
67036 * html/canvas/CanvasBuffer.cpp: Added. Wrapper around GL Buffer object
67039 * html/canvas/CanvasFramebuffer.cpp: Added. Wrapper around GL Framebuffer object
67043 * html/canvas/CanvasProgram.cpp: Added. Wrapper around GL Program object
67046 * html/canvas/CanvasRenderbuffer.cpp: Added. Wrapper around GL Renderbuffer object
67051 * html/canvas/CanvasShader.cpp: Added. Wrapper around GL Shader object
67054 * html/canvas/CanvasTexture.cpp: Added. Wrapper around GL Texture object
77374 If attachement view handles press action, don't also call object wrapper.
79623 indexed properties of the wrapper object.
81314 Added DedicatedWorkerContext as a non-node wrapper type.
82634 Null deref in JSObject::mark due to null xhr wrapper
86404 1) We bypass the wrapper cache in the isolated world. This is because
86405 the wrapper template cache has prototypes that lead to the main
86409 2) We introduce a smarter way to grab the wrapper context for a frame
86411 correspondence. This generalizes our solution for the node wrapper
86769 2) inline conversion from wrapper to node;
88503 fast/events/message-port-no-wrapper.html
89002 [V8] Move DOM wrapper functions in V8Proxy to V8DOMWrapper
90098 to speed up wrapper creation.