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

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferViewCustom.h51 static ArrayBufferView* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::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 DV8CanvasRenderingContext2DCustom.cpp62 RefPtrWillBeRawPtr<CanvasStyle> canvasStyle = CanvasStyle::createFromGradient(V8CanvasGradient::toImplWithTypeCheck(isolate, value));
65 return CanvasStyle::createFromPattern(V8CanvasPattern::toImplWithTypeCheck(isolate, value));
H A DV8ArrayBufferViewCustom.cpp85 ArrayBufferView* V8ArrayBufferView::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8ArrayBufferView
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 DV8ArrayBufferCustom.cpp112 ArrayBuffer* V8ArrayBuffer::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8ArrayBuffer
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionaryHelperForBindings.h44 value = DictionaryHelperTraits<T>::type::toImplWithTypeCheck(dictionary.isolate(), v8Value);
H A DDictionary.cpp158 value = V8Element::toImplWithTypeCheck(m_isolate, v8Value);
168 value = V8Path2D::toImplWithTypeCheck(m_isolate, v8Value);
/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/tests/results/core/
H A DV8TestInterfaceGarbageCollected.cpp54 TestInterfaceGarbageCollected* cppValue = V8TestInterfaceGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), v8Value);
74 arg = V8TestInterfaceGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), info[0]);
162 TestInterfaceGarbageCollected* V8TestInterfaceGarbageCollected::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceGarbageCollected
H A DV8TestInterfaceNotScriptWrappable.cpp48 TestInterfaceNotScriptWrappable* cppValue = V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(info.GetIsolate(), v8Value);
68 arg = V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(info.GetIsolate(), info[0]);
122 TestInterfaceNotScriptWrappable* V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceNotScriptWrappable
H A DV8TestInterfaceWillBeGarbageCollected.cpp54 TestInterfaceWillBeGarbageCollected* cppValue = V8TestInterfaceWillBeGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), v8Value);
74 arg = V8TestInterfaceWillBeGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), info[0]);
207 TestInterfaceWillBeGarbageCollected* V8TestInterfaceWillBeGarbageCollected::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceWillBeGarbageCollected
H A DV8TestInterfaceDocument.cpp71 TestInterfaceDocument* V8TestInterfaceDocument::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceDocument
H A DV8TestInterfaceEmpty.cpp68 TestInterfaceEmpty* V8TestInterfaceEmpty::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceEmpty
H A DV8TestInterfaceConstructor4.cpp40 testInterface4Arg = V8TestInterfaceConstructor4::toImplWithTypeCheck(info.GetIsolate(), info[0]);
136 TestInterfaceConstructor4* V8TestInterfaceConstructor4::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceConstructor4
H A DV8TestInterfaceConstructor.cpp67 testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[2]);
82 optionalTestInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[7]);
333 TestInterfaceConstructor* V8TestInterfaceConstructor::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceConstructor
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.h28 static TestException* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterface.h37 static TestInterfaceImplementation* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterfaceCheckSecurity.h28 static TestInterfaceCheckSecurity* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
H A DV8TestInterfaceConstructor3.cpp103 TestInterfaceConstructor3* V8TestInterfaceConstructor3::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceConstructor3
H A DV8TestInterfaceCustomConstructor.cpp87 TestInterfaceCustomConstructor* V8TestInterfaceCustomConstructor::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) function in class:blink::V8TestInterfaceCustomConstructor
H A DV8TestInterfaceEmpty.h28 static TestInterfaceEmpty* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRespondWithObserver.cpp118 V8Response::toImplWithTypeCheck(toIsolate(executionContext()), value.v8Value())->populateWebServiceWorkerResponse(webResponse);

Completed in 2288 milliseconds

123