/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8ArrayBufferViewCustom.cpp | 44 ArrayBufferView* V8ArrayBufferView::toNative(v8::Handle<v8::Object> object) in toNative() function in WebCore::V8ArrayBufferView 52 return V8Uint8Array::toNative(object); in toNative() 55 return V8Int8Array::toNative(object); in toNative() 58 return V8Uint16Array::toNative(object); in toNative() 61 return V8Int16Array::toNative(object); in toNative() 64 return V8Uint32Array::toNative(object); in toNative() 67 return V8Int32Array::toNative(object); in toNative() 70 return V8Float32Array::toNative(object); in toNative() 73 return V8Float64Array::toNative(object); in toNative() 76 return V8Uint8ClampedArray::toNative(object); in toNative() [all …]
|
D | V8SubtleCryptoCustom.cpp | 23 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder()); in verify1Method() 30 …TONATIVE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Hand… in verify1Method() 31 …TONATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8… in verify1Method() 38 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder()); in verify2Method() 45 …TONATIVE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Hand… in verify2Method() 46 …rayBufferView*, data, info[3]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::Ar… in verify2Method() 53 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder()); in verify3Method() 60 …fferView*, signature, info[2]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::Ar… in verify3Method() 61 …TONATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8… in verify3Method() 68 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder()); in verify4Method() [all …]
|
D | V8JavaScriptCallFrameCustom.cpp | 40 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in evaluateMethodCustom() 47 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in restartMethodCustom() 53 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in scopeChainAttributeGetterCustom() 59 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in scopeTypeMethodCustom() 66 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in thisObjectAttributeGetterCustom() 72 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in returnValueAttributeGetterCustom()
|
D | V8XMLHttpRequestCustom.cpp | 74 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseTextAttributeGetterCustom() 88 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseAttributeGetterCustom() 168 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in openMethodCustom() 206 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in sendMethodCustom() 219 Document* document = V8Document::toNative(object); in sendMethodCustom() 224 Blob* blob = V8Blob::toNative(object); in sendMethodCustom() 229 DOMFormData* domFormData = V8FormData::toNative(object); in sendMethodCustom() 234 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object); in sendMethodCustom() 239 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object); in sendMethodCustom()
|
D | V8ElementCustom.cpp | 51 Element* impl = V8Element::toNative(info.Holder()); in scrollLeftAttributeSetterCustom() 67 Element* impl = V8Element::toNative(info.Holder()); in scrollTopAttributeSetterCustom() 88 Element* impl = V8Element::toNative(info.Holder()); in animate1Method() 97 Element* impl = V8Element::toNative(info.Holder()); in animate2Method() 108 Element* impl = V8Element::toNative(info.Holder()); in animate3Method() 117 Element* impl = V8Element::toNative(info.Holder()); in animate4Method() 131 Element* impl = V8Element::toNative(info.Holder()); in animate5Method() 144 Element* impl = V8Element::toNative(info.Holder()); in animate6Method()
|
D | V8HTMLPlugInElementCustom.cpp | 49 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectNamedGetter() 64 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectNamedSetter() 108 HTMLPlugInElement* impl = V8HTMLAppletElement::toNative(info.Holder()); in legacyCallCustom() 115 HTMLPlugInElement* impl = V8HTMLEmbedElement::toNative(info.Holder()); in legacyCallCustom() 122 HTMLPlugInElement* impl = V8HTMLObjectElement::toNative(info.Holder()); in legacyCallCustom() 130 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectIndexedGetter() 145 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectIndexedSetter()
|
D | V8CanvasRenderingContext2DCustom.cpp | 70 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in strokeStyleAttributeGetterCustom() 76 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in strokeStyleAttributeSetterCustom() 87 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in fillStyleAttributeGetterCustom() 93 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in fillStyleAttributeSetterCustom()
|
D | V8ArrayBufferCustom.cpp | 76 ArrayBuffer* V8ArrayBuffer::toNative(v8::Handle<v8::Object> object) in toNative() function in WebCore::V8ArrayBuffer 82 return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object)); in toNative() 91 return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object)); in toNative() 96 …return V8ArrayBuffer::hasInstance(value, isolate) ? V8ArrayBuffer::toNative(v8::Handle<v8::Object>… in toNativeWithTypeCheck()
|
D | V8XSLTProcessorCustom.cpp | 55 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder()); in setParameterMethodCustom() 67 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder()); in getParameterMethodCustom() 83 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder()); in removeParameterMethodCustom()
|
D | V8InjectedScriptHostCustom.cpp | 72 return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value())); in scriptValueAsNode() 95 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in inspectedObjectMethodCustom() 221 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in functionDetailsMethodCustom() 237 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in getInternalPropertiesMethodCustom() 290 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in getEventListenersMethodCustom() 311 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in inspectMethodCustom() 349 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in setFunctionVariableValueMethodCustom() 378 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in debugFunctionMethodCustom() 390 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in undebugFunctionMethodCustom() 410 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in monitorFunctionMethodCustom() [all …]
|
D | V8HTMLOptionsCollectionCustom.cpp | 53 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); in addMethodCustom() 54 …HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Ob… in addMethodCustom() 72 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAttributeSetterCustom()
|
D | V8WindowCustom.cpp | 80 LocalDOMWindow* impl = V8Window::toNative(info.Holder()); in windowSetTimeoutImpl() 153 LocalFrame* frame = V8Window::toNative(info.Holder())->frame(); in eventAttributeGetterCustom() 168 LocalFrame* frame = V8Window::toNative(info.Holder())->frame(); in eventAttributeSetterCustom() 180 LocalDOMWindow* impl = V8Window::toNative(info.Holder()); in frameElementAttributeGetterCustom() 198 LocalDOMWindow* impl = V8Window::toNative(info.Holder()); in openerAttributeSetterCustom() 235 LocalDOMWindow* window = V8Window::toNative(info.Holder()); in postMessageMethodCustom() 343 LocalDOMWindow* impl = V8Window::toNative(info.Holder()); in showModalDialogMethodCustom() 361 LocalDOMWindow* impl = V8Window::toNative(info.Holder()); in openMethodCustom() 388 LocalDOMWindow* window = V8Window::toNative(info.Holder()); in namedPropertyGetterCustom() 450 LocalDOMWindow* targetWindow = V8Window::toNative(window); in namedSecurityCheckCustom() [all …]
|
D | V8NodeCustom.cpp | 64 Node* impl = V8Node::toNative(holder); in insertBeforeMethodCustom() 80 Node* impl = V8Node::toNative(holder); in replaceChildMethodCustom() 96 Node* impl = V8Node::toNative(holder); in removeChildMethodCustom() 111 Node* impl = V8Node::toNative(holder); in appendChildMethodCustom()
|
D | V8BlobCustomHelpers.cpp | 117 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts() 121 …ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts() 125 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts()
|
D | V8HistoryCustom.cpp | 46 History* history = V8History::toNative(info.Holder()); in stateAttributeGetterCustom() 72 History* history = V8History::toNative(info.Holder()); in pushStateMethodCustom() 88 History* history = V8History::toNative(info.Holder()); in replaceStateMethodCustom()
|
D | V8CryptoCustom.cpp | 51 …ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(buffer… in getRandomValuesMethodCustom() 54 Crypto* crypto = V8Crypto::toNative(info.Holder()); in getRandomValuesMethodCustom()
|
D | V8WebGLRenderingContextCustom.cpp | 294 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getObjectParameter() 342 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getAttachedShadersMethodCustom() 370 WebGLRenderingContext* impl = V8WebGLRenderingContext::toNative(info.Holder()); in getExtensionMethodCustom() 390 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getFramebufferAttachmentParameterMethodCustom() 411 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getParameterMethodCustom() 429 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getProgramParameterMethodCustom() 459 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getShaderParameterMethodCustom() 475 WebGLRenderingContext* impl = V8WebGLRenderingContext::toNative(info.Holder()); in getSupportedExtensionsMethodCustom() 504 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getUniformMethodCustom() 593 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in vertexAttribAndUniformHelperf() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestObject.cpp | 94 TestObject* impl = V8TestObject::toNative(holder); in readonlyStringAttributeAttributeGetter() 108 TestObject* impl = V8TestObject::toNative(holder); in readonlyTestInterfaceEmptyAttributeAttributeGetter() 129 TestObject* impl = V8TestObject::toNative(holder); in readonlyLongAttributeAttributeGetter() 143 TestObject* impl = V8TestObject::toNative(holder); in dateAttributeAttributeGetter() 157 TestObject* impl = V8TestObject::toNative(holder); in dateAttributeAttributeSetter() 172 TestObject* impl = V8TestObject::toNative(holder); in stringAttributeAttributeGetter() 186 TestObject* impl = V8TestObject::toNative(holder); in stringAttributeAttributeSetter() 201 TestObject* impl = V8TestObject::toNative(holder); in byteStringAttributeAttributeGetter() 216 TestObject* impl = V8TestObject::toNative(holder); in byteStringAttributeAttributeSetter() 231 TestObject* impl = V8TestObject::toNative(holder); in scalarValueStringAttributeAttributeGetter() [all …]
|
D | V8TestInterfaceNode.cpp | 53 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in stringAttributeAttributeGetter() 67 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in stringAttributeAttributeSetter() 82 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in readonlyTestInterfaceEmptyAttributeAttributeGetter() 96 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in eventHandlerAttributeAttributeGetter() 111 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in eventHandlerAttributeAttributeSetter() 125 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetter() 139 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterForMainWorld() 153 Element* impl = V8Element::toNative(holder); in reflectStringAttributeAttributeGetter() 167 Element* impl = V8Element::toNative(holder); in reflectStringAttributeAttributeSetter() 183 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder); in reflectUrlStringAttributeAttributeGetter() [all …]
|
D | V8TestInterface.cpp | 59 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in testInterfaceAttributeAttributeGetter() 79 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in testInterfaceAttributeAttributeSetter() 94 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in doubleAttributeAttributeGetter() 109 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in doubleAttributeAttributeSetter() 129 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in floatAttributeAttributeGetter() 144 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in floatAttributeAttributeSetter() 164 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in unrestrictedDoubleAttributeAttributeGetter() 178 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in unrestrictedDoubleAttributeAttributeSetter() 193 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in unrestrictedFloatAttributeAttributeGetter() 207 TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); in unrestrictedFloatAttributeAttributeSetter() [all …]
|
D | V8TestInterfaceCheckSecurity.cpp | 49 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in longAttributeAttributeGetter() 63 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityLongAttributeAttributeGetter() 78 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityLongAttributeAttributeSetter() 93 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityReadonlyLongAttributeAttributeGetter() 107 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityOnSetterLongAttributeAttributeGetter() 122 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityOnSetterLongAttributeAttributeSetter() 137 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(holder); in doNotCheckSecurityReplaceableReadonlyLongAttributeAttributeGetter() 150 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in TestInterfaceCheckSecurityReplaceableAttributeSetter() 169 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(host); in indexedSecurityCheck() 175 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(host); in namedSecurityCheck() [all …]
|
D | V8TestInterface2.cpp | 57 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in itemMethod() 86 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in setItemMethod() 117 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in deleteItemMethod() 146 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in namedItemMethod() 173 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in setNamedItemMethod() 202 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in deleteNamedItemMethod() 233 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in indexedPropertyGetter() 252 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in indexedPropertySetter() 272 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in indexedPropertyDeleter() 295 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in namedPropertyGetter() [all …]
|
D | V8TestInterfaceEventConstructor.cpp | 55 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in readonlyStringAttributeAttributeGetter() 69 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyStringAttributeAttributeGetter() 83 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyAnyAttributeAttributeGetter() 97 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyBooleanAttributeAttributeGetter() 111 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyLongAttributeAttributeGetter() 125 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetter() 146 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetter() 167 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttributeAttributeGetter() 181 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttributeAttributeGetter() 208 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toNative(holder); in deprecatedInitializedByEventConstructorReadonlyStringAttributeAttributeGetter() [all …]
|
D | V8TestNode.cpp | 49 TestNode* impl = V8TestNode::toNative(holder); in hrefAttributeGetter() 63 TestNode* impl = V8TestNode::toNative(holder); in hrefAttributeSetter() 78 TestNode* impl = V8TestNode::toNative(holder); in hrefThrowsAttributeGetter() 93 TestNode* impl = V8TestNode::toNative(holder); in hrefThrowsAttributeSetter() 109 TestNode* impl = V8TestNode::toNative(holder); in hrefCallWithAttributeGetter() 123 TestNode* impl = V8TestNode::toNative(holder); in hrefCallWithAttributeSetter() 210 return toNative(object); in toEventTarget()
|
D | V8TestTypedefs.cpp | 52 TestTypedefs* impl = V8TestTypedefs::toNative(holder); in uLongLongAttributeAttributeGetter() 67 TestTypedefs* impl = V8TestTypedefs::toNative(holder); in uLongLongAttributeAttributeSetter() 102 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in voidMethodArrayOfLongsArgMethod() 129 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in voidMethodFloatArgStringArgMethod() 154 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in voidMethodTestCallbackInterfaceTypeArgMethod() 179 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in uLongLongMethodTestInterfaceEmptyTypeSequenceArgMethod() 198 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in testInterfaceOrTestInterfaceEmptyMethodMethod() 228 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in arrayOfStringsMethodArrayOfStringsArgMethod() 251 TestTypedefs* impl = V8TestTypedefs::toNative(info.Holder()); in stringArrayMethodStringArrayArgMethod()
|