Searched defs:object (Results 251 - 275 of 1074) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterface3.h24 static TestInterface3* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceCheckSecurity.h24 static TestInterfaceCheckSecurity* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceConstructor.h30 static TestInterfaceConstructor* toImpl(v8::Handle<v8::Object> object) argument
32 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceConstructor2.h24 static TestInterfaceConstructor2* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceConstructor3.h24 static TestInterfaceConstructor3* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceConstructor4.h24 static TestInterfaceConstructor4* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceCustomConstructor.h24 static TestInterfaceCustomConstructor* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceDocument.cpp76 EventTarget* V8TestInterfaceDocument::toEventTarget(v8::Handle<v8::Object> object) argument
78 return toImpl(object);
H A DV8TestInterfaceDocument.h25 static TestInterfaceDocument* toImpl(v8::Handle<v8::Object> object) argument
27 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceEmpty.h24 static TestInterfaceEmpty* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceEventConstructor.h26 static TestInterfaceEventConstructor* toImpl(v8::Handle<v8::Object> object) argument
28 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceEventTarget.h31 static TestInterfaceEventTarget* toImpl(v8::Handle<v8::Object> object) argument
33 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceGarbageCollected.h25 static TestInterfaceGarbageCollected* toImpl(v8::Handle<v8::Object> object) argument
27 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceNamedConstructor.h30 static TestInterfaceNamedConstructor* toImpl(v8::Handle<v8::Object> object) argument
32 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceNamedConstructor2.h30 static TestInterfaceNamedConstructor2* toImpl(v8::Handle<v8::Object> object) argument
32 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceNode.h25 static TestInterfaceNode* toImpl(v8::Handle<v8::Object> object) argument
27 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestInterfaceWillBeGarbageCollected.h31 static TestInterfaceWillBeGarbageCollected* toImpl(v8::Handle<v8::Object> object) argument
33 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestNode.h25 static TestNode* toImpl(v8::Handle<v8::Object> object) argument
27 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestSpecialOperations.h24 static TestSpecialOperations* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestSpecialOperationsNotEnumerable.h24 static TestSpecialOperationsNotEnumerable* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
H A DV8TestTypedefs.h24 static TestTypedefs* toImpl(v8::Handle<v8::Object> object) argument
26 return toImpl(blink::toScriptWrappableBase(object));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp66 // is for the benefit of Oilpan, where this vertex array object
67 // isn't detached when it and the WebGLRenderingContextBase object
69 // object will have been detached.
88 void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) argument
94 context3d->deleteVertexArrayOES(object);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.cpp117 RenderObject* RenderFullScreen::wrapRenderer(RenderObject* object, RenderObject* parent, Document* document) argument
129 if (object) {
130 // |object->parent()| can be null if the object is not yet attached
132 if (RenderObject* parent = object->parent()) {
133 RenderBlock* containingBlock = object->containingBlock();
135 // Since we are moving the |object| to a new parent |fullscreenRenderer|,
139 parent->addChild(fullscreenRenderer, object);
140 object->remove();
148 fullscreenRenderer->addChild(object);
[all...]
H A DRenderSelectionInfo.h56 RenderObject* object() const { return m_object; } function in class:blink::RenderSelectionInfoBase
110 // paintInvalidationContainer as the render object. Find out why it does that and fix.
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.cpp65 static const RenderLayer* findParentLayerOnContainingBlockChain(const RenderObject* object) argument
67 for (const RenderObject* current = object; current; current = current->containingBlock()) {

Completed in 5960 milliseconds

<<11121314151617181920>>