Searched refs:toImpl (Results 101 - 125 of 126) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceConstructor2.cpp228 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor2>() : 0;
234 internalPointer->toImpl<TestInterfaceConstructor2>()->ref();
239 internalPointer->toImpl<TestInterfaceConstructor2>()->deref();
H A DV8TestInterfaceConstructor.cpp335 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor>() : 0;
341 internalPointer->toImpl<TestInterfaceConstructor>()->ref();
346 internalPointer->toImpl<TestInterfaceConstructor>()->deref();
H A DV8TestDictionary.cpp20 TestDictionary* V8TestDictionary::toImpl(v8::Isolate* isolate, v8::Handle<v8::Value> v8Value, ExceptionState& exceptionState) function in class:blink::V8TestDictionary
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8PopStateEventCustom.cpp58 PopStateEvent* event = V8PopStateEvent::toImpl(info.Holder());
H A DV8WorkerGlobalScopeCustom.cpp50 WorkerGlobalScope* workerGlobalScope = V8WorkerGlobalScope::toImpl(info.Holder());
H A DV8ArrayBufferCustom.h55 static ArrayBuffer* toImpl(v8::Handle<v8::Object>);
68 static inline ArrayBuffer* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8ArrayBuffer
H A DV8CSSStyleDeclarationCustom.cpp205 CSSStyleDeclaration* impl = V8CSSStyleDeclaration::toImpl(info.Holder());
218 CSSStyleDeclaration* impl = V8CSSStyleDeclaration::toImpl(info.Holder());
H A DV8HTMLCanvasElementCustom.cpp54 HTMLCanvasElement* impl = V8HTMLCanvasElement::toImpl(holder);
135 HTMLCanvasElement* canvas = V8HTMLCanvasElement::toImpl(holder);
H A DV8InjectedScriptManager.cpp129 LocalFrame* frame = V8Window::toImpl(holder)->frame();
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SQLTransactionCustom.cpp92 SQLTransaction* transaction = V8SQLTransaction::toImpl(info.Holder());
H A DV8DeviceMotionEventCustom.cpp105 DeviceMotionEvent* impl = V8DeviceMotionEvent::toImpl(info.Holder());
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h48 static {{cpp_class}}* toImpl(v8::Handle<v8::Object> object) function in class:blink::__anon10925
50 return toImpl(blink::toScriptWrappableBase(object));
156 static inline {{cpp_class}}* toImpl(ScriptWrappableBase* internalPointer) function
158 return internalPointer->toImpl<{{cpp_class}}>();
H A Dattributes.cpp23 {{cpp_class}}* impl = {{v8_class}}::toImpl(holder);
32 {{cpp_class}}* impl = {{v8_class}}::toImpl(holder);
228 {{cpp_class}}* proxyImpl = {{v8_class}}::toImpl(holder);
233 {{cpp_class}}* impl = {{v8_class}}::toImpl(holder);
H A Dmethods.cpp18 {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder());
163 {{argument.name}}.append(V8{{argument.idl_type}}::toImpl(v8::Handle<v8::Object>::Cast(info[i])));
476 {{cpp_class}}* impl = {{v8_class}}::toImpl(holder);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWindowProxy.cpp74 ASSERT(V8Document::toImpl(wrapper) == document);
75 ASSERT(!document->isHTMLDocument() || (V8Document::toImpl(v8::Handle<v8::Object>::Cast(wrapper->GetPrototype())) == document));
441 HTMLDocument* htmlDocument = V8HTMLDocument::toImpl(info.Holder());
H A DScriptProfiler.cpp250 Node* node = V8Node::toImpl(wrapper.As<v8::Object>());
286 m_visitor->visitNode(V8Node::toImpl(*wrapper));
H A DV8GCController.cpp134 Node* node = V8Node::toImpl(*wrapper);
277 Node* node = V8Node::toImpl(*wrapper);
H A DScriptWrappable.h74 T* toImpl() function in class:blink::ScriptWrappableBase
H A DV8Binding.cpp693 resolver = V8XPathNSResolver::toImpl(v8::Handle<v8::Object>::Cast(value));
706 return V8Window::toImpl(windowWrapper);
754 return V8Window::toImpl(windowWrapper)->executionContext();
757 return V8WorkerGlobalScope::toImpl(workerWrapper)->executionContext();
H A DCustomElementConstructorBuilder.cpp280 Document* document = V8Document::toImpl(V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Callee(), V8HiddenValue::customElementDocument(isolate)).As<v8::Object>());
H A DSerializedScriptValue.cpp1281 Blob* blob = V8Blob::toImpl(value.As<v8::Object>());
1297 DOMFileSystem* fs = V8DOMFileSystem::toImpl(value.As<v8::Object>());
1308 File* file = V8File::toImpl(value.As<v8::Object>());
1326 FileList* fileList = V8FileList::toImpl(value.As<v8::Object>());
1352 CryptoKey* key = V8CryptoKey::toImpl(value.As<v8::Object>());
1360 ImageData* imageData = V8ImageData::toImpl(value.As<v8::Object>());
1376 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toImpl(object);
1404 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toImpl(value.As<v8::Object>());
1416 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toImpl(value.As<v8::Object>());
2069 arrayBuffer = V8ArrayBuffer::toImpl(arrayBufferV8Valu
[all...]
H A DV8Binding.h593 result.uncheckedAppend(V8T::toImpl(elementObject));
657 result.uncheckedAppend(V8T::toImpl(elementObject));
691 result.uncheckedAppend(V8T::toImpl(elementObject));
725 result.uncheckedAppend(V8T::toImpl(elementObject));
936 Collection* collection = toScriptWrappableBase(info.Holder())->toImpl<Collection>();
H A DDictionaryHelperForCore.cpp325 source = V8TextTrack::toImpl(track);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMFileSystem.cpp52 DOMFileSystem* domFileSystem = V8DOMFileSystem::toImpl(object);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp181 ArrayBufferView* view = blink::V8ArrayBufferView::toImpl(value->ToObject());

Completed in 248 milliseconds

123456