HomeSort by relevance Sort by last modified time
    Searched refs:toNativeWithTypeCheck (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferViewCustom.h 51 static ArrayBufferView* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8NodeCustom.cpp 69 Node* newChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]);
70 Node* refChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[1]);
85 Node* newChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]);
86 Node* oldChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[1]);
101 Node* oldChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]);
116 Node* newChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]);
V8DocumentCustom.cpp 67 RefPtrWillBeRawPtr<Node> contextNode = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[1]);
78 RefPtrWillBeRawPtr<XPathResult> inResult = V8XPathResult::toNativeWithTypeCheck(info.GetIsolate(), info[4]);
V8CanvasRenderingContext2DCustom.cpp 62 RefPtr<CanvasStyle> canvasStyle = CanvasStyle::createFromGradient(V8CanvasGradient::toNativeWithTypeCheck(isolate, value));
65 return CanvasStyle::createFromPattern(V8CanvasPattern::toNativeWithTypeCheck(isolate, value));
V8ArrayBufferViewCustom.cpp 85 ArrayBufferView* V8ArrayBufferView::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8SubtleCryptoCustom.cpp 29 TONATIVE_VOID(Key*, key, V8Key::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
44 TONATIVE_VOID(Key*, key, V8Key::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
59 TONATIVE_VOID(Key*, key, V8Key::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
74 TONATIVE_VOID(Key*, key, V8Key::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
V8ElementCustom.cpp 89 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
109 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
118 TONATIVE_VOID(AnimationEffect*, effect, V8AnimationEffect::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8ArrayBufferCustom.cpp 94 ArrayBuffer* V8ArrayBuffer::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8TypedArrayCustom.h 56 static TypedArray* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
174 TypedArray* V8TypedArray<TypedArray>::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 338 value = V8Storage::toNativeWithTypeCheck(m_isolate, v8Value);
426 value = V8Uint8Array::toNativeWithTypeCheck(m_isolate, v8Value);
436 value = V8ArrayBufferView::toNativeWithTypeCheck(m_isolate, v8Value);
446 value = V8MIDIPort::toNativeWithTypeCheck(m_isolate, v8Value);
456 value = V8MediaKeyError::toNativeWithTypeCheck(m_isolate, v8Value);
486 value = V8SpeechRecognitionResult::toNativeWithTypeCheck(m_isolate, v8Value);
496 value = V8SpeechRecognitionResultList::toNativeWithTypeCheck(m_isolate, v8Value);
506 value = V8Gamepad::toNativeWithTypeCheck(m_isolate, v8Value);
516 value = V8MediaStream::toNativeWithTypeCheck(m_isolate, v8Value);
566 value = V8HeaderMap::toNativeWithTypeCheck(m_isolate, v8Value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 81 TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[2]));
96 TONATIVE_VOID_INTERNAL(optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[7]));
204 TestInterfaceConstructor* V8TestInterfaceConstructor::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8TestInterfaceGarbageCollected.cpp 65 TONATIVE_VOID(TestInterfaceGarbageCollected*, cppValue, V8TestInterfaceGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
87 TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
177 TestInterfaceGarbageCollected* V8TestInterfaceGarbageCollected::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8TestInterface.h 29 static TestInterfaceImplementation* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceWillBeGarbageCollected.cpp 65 TONATIVE_VOID(TestInterfaceWillBeGarbageCollected*, cppValue, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
87 TONATIVE_VOID_INTERNAL(arg, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
233 TestInterfaceWillBeGarbageCollected* V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8SVGTestInterface.h 27 static SVGTestInterface* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestException.h 27 static TestException* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceCheckSecurity.h 27 static TestInterfaceCheckSecurity* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceConstructor.h 27 static TestInterfaceConstructor* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceConstructor2.h 27 static TestInterfaceConstructor2* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceConstructor3.h 27 static TestInterfaceConstructor3* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestInterfaceCustomConstructor.cpp 98 TestInterfaceCustomConstructor* V8TestInterfaceCustomConstructor::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8TestInterfaceEmpty.cpp 79 TestInterfaceEmpty* V8TestInterfaceEmpty::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
V8TestInterfaceEmpty.h 27 static TestInterfaceEmpty* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestSpecialOperations.h 27 static TestSpecialOperations* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
V8TestSpecialOperationsNotEnumerable.h 27 static TestSpecialOperationsNotEnumerable* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);

Completed in 257 milliseconds

1 2 3