Searched refs:toImplWithTypeCheck (Results 1 - 25 of 75) sorted by path

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionary.cpp158 value = V8Element::toImplWithTypeCheck(m_isolate, v8Value);
168 value = V8Path2D::toImplWithTypeCheck(m_isolate, v8Value);
H A DDictionaryHelperForBindings.h44 value = DictionaryHelperTraits<T>::type::toImplWithTypeCheck(dictionary.isolate(), v8Value);
H A DV8NPObject.cpp76 HTMLPlugInElement* element = V8HTMLAppletElement::toImplWithTypeCheck(isolate, info.Holder());
78 element = V8HTMLEmbedElement::toImplWithTypeCheck(isolate, info.Holder());
80 element = V8HTMLObjectElement::toImplWithTypeCheck(isolate, info.Holder());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.cpp112 ArrayBuffer* V8ArrayBuffer::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8ArrayBuffer
H A DV8ArrayBufferCustom.h56 static ArrayBuffer* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8ArrayBufferViewCustom.cpp85 ArrayBufferView* V8ArrayBufferView::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8ArrayBufferView
H A DV8ArrayBufferViewCustom.h51 static ArrayBufferView* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8CanvasRenderingContext2DCustom.cpp62 RefPtrWillBeRawPtr<CanvasStyle> canvasStyle = CanvasStyle::createFromGradient(V8CanvasGradient::toImplWithTypeCheck(isolate, value));
65 return CanvasStyle::createFromPattern(V8CanvasPattern::toImplWithTypeCheck(isolate, value));
H A DV8DocumentCustom.cpp67 RefPtrWillBeRawPtr<Node> contextNode = V8Node::toImplWithTypeCheck(info.GetIsolate(), info[1]);
78 RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toImplWithTypeCheck(info.GetIsolate(), info[4]);
H A DV8ElementCustom.cpp89 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toImplWithTypeCheck(info.GetIsolate(), info[0]));
109 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toImplWithTypeCheck(info.GetIsolate(), info[0]));
118 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toImplWithTypeCheck(info.GetIsolate(), info[0]));
H A DV8InjectedScriptHostCustom.cpp287 EventTarget* target = V8EventTarget::toImplWithTypeCheck(info.GetIsolate(), value);
H A DV8TypedArrayCustom.h56 static TypedArray* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
181 TypedArray* V8TypedArray<TypedArray>::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TypedArray
H A DV8WebGLRenderingContextCustom.cpp281 return V8WebGLUniformLocation::toImplWithTypeCheck(isolate, value);
368 TONATIVE_VOID_INTERNAL(program, V8WebGLProgram::toImplWithTypeCheck(info.GetIsolate(), info[0]));
401 TONATIVE_VOID_INTERNAL(shader, V8WebGLShader::toImplWithTypeCheck(info.GetIsolate(), info[0]));
433 TONATIVE_VOID_INTERNAL(program, V8WebGLProgram::toImplWithTypeCheck(info.GetIsolate(), info[0]));
438 TONATIVE_VOID_INTERNAL(location, V8WebGLUniformLocation::toImplWithTypeCheck(info.GetIsolate(), info[1]));
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp431 return V8IDBKeyRange::toImplWithTypeCheck(isolate, value);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SubtleCryptoCustom.cpp29 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1]));
44 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1]));
59 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1]));
74 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1]));
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h52 static {{cpp_class}}* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.cpp105 SVGTestInterface* V8SVGTestInterface::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8SVGTestInterface
H A DV8SVGTestInterface.h28 static SVGTestInterface* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestException.cpp122 TestException* V8TestException::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestException
H A DV8TestException.h28 static TestException* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterface.cpp75 TestInterfaceImplementation* cppValue = V8TestInterface::toImplWithTypeCheck(info.GetIsolate(), v8Value);
435 Node* cppValue = V8Node::toImplWithTypeCheck(info.GetIsolate(), v8Value);
500 Node* cppValue = V8Node::toImplWithTypeCheck(info.GetIsolate(), v8Value);
535 Node* cppValue = V8Node::toImplWithTypeCheck(info.GetIsolate(), v8Value);
992 testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[0]);
1234 testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[1]);
1990 TestInterfaceImplementation* V8TestInterface::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterface
H A DV8TestInterface.h37 static TestInterfaceImplementation* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterface2.cpp498 TestInterface2* V8TestInterface2::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterface2
H A DV8TestInterface2.h28 static TestInterface2* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterface3.cpp127 TestInterface3* V8TestInterface3::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterface3

Completed in 342 milliseconds

123