Searched refs:toImpl (Results 26 - 50 of 126) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ElementCustom.cpp51 Element* impl = V8Element::toImpl(info.Holder());
67 Element* impl = V8Element::toImpl(info.Holder());
88 Element* impl = V8Element::toImpl(info.Holder());
97 Element* impl = V8Element::toImpl(info.Holder());
108 Element* impl = V8Element::toImpl(info.Holder());
117 Element* impl = V8Element::toImpl(info.Holder());
131 Element* impl = V8Element::toImpl(info.Holder());
144 Element* impl = V8Element::toImpl(info.Holder());
H A DV8XMLHttpRequestCustom.cpp76 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder());
90 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder());
177 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder());
215 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder());
228 Document* document = V8Document::toImpl(object);
233 Blob* blob = V8Blob::toImpl(object);
238 DOMFormData* domFormData = V8FormData::toImpl(object);
243 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toImpl(object);
248 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toImpl(object);
H A DV8BlobCustomHelpers.cpp120 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toImpl(v8::Handle<v8::Object>::Cast(item));
124 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toImpl(v8::Handle<v8::Object>::Cast(item));
128 Blob* blob = V8Blob::toImpl(v8::Handle<v8::Object>::Cast(item));
H A DV8HistoryCustom.cpp46 History* history = V8History::toImpl(info.Holder());
72 History* history = V8History::toImpl(info.Holder());
88 History* history = V8History::toImpl(info.Holder());
H A DV8HTMLPlugInElementCustom.cpp52 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
86 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
182 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
204 UseCounter::count(V8HTMLAppletElement::toImpl(info.Holder())->document(), UseCounter::HTMLAppletElementLegacyCall);
210 UseCounter::count(V8HTMLEmbedElement::toImpl(info.Holder())->document(), UseCounter::HTMLEmbedElementLegacyCall);
216 UseCounter::count(V8HTMLObjectElement::toImpl(info.Holder())->document(), UseCounter::HTMLObjectElementLegacyCall);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.cpp39 SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder);
53 SVGTestInterface* impl = V8SVGTestInterface::toImpl(holder);
107 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<SVGTestInterface>() : 0;
113 internalPointer->toImpl<SVGTestInterface>()->ref();
118 internalPointer->toImpl<SVGTestInterface>()->deref();
H A DV8TestSpecialOperationsNotEnumerable.cpp36 TestSpecialOperationsNotEnumerable* impl = V8TestSpecialOperationsNotEnumerable::toImpl(info.Holder());
57 TestSpecialOperationsNotEnumerable* impl = V8TestSpecialOperationsNotEnumerable::toImpl(info.Holder());
110 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestSpecialOperationsNotEnumerable>() : 0;
116 internalPointer->toImpl<TestSpecialOperationsNotEnumerable>()->ref();
121 internalPointer->toImpl<TestSpecialOperationsNotEnumerable>()->deref();
H A DV8TestNode.cpp38 TestNode* impl = V8TestNode::toImpl(holder);
52 TestNode* impl = V8TestNode::toImpl(holder);
67 TestNode* impl = V8TestNode::toImpl(holder);
82 TestNode* impl = V8TestNode::toImpl(holder);
98 TestNode* impl = V8TestNode::toImpl(holder);
112 TestNode* impl = V8TestNode::toImpl(holder);
128 TestNode* impl = V8TestNode::toImpl(holder);
143 TestNode* impl = V8TestNode::toImpl(holder);
224 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestNode>() : 0;
229 return toImpl(objec
[all...]
H A DV8TestInterfaceEmpty.cpp70 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceEmpty>() : 0;
76 internalPointer->toImpl<TestInterfaceEmpty>()->ref();
81 internalPointer->toImpl<TestInterfaceEmpty>()->deref();
H A DV8SVGTestInterface.h24 static SVGTestInterface* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8SVGTestInterface
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline SVGTestInterface* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8SVGTestInterface
41 return internalPointer->toImpl<SVGTestInterface>();
H A DV8TestException.h24 static TestException* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestException
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestException* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestException
41 return internalPointer->toImpl<TestException>();
H A DV8TestInterface.h33 static TestInterfaceImplementation* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestInterface
35 return toImpl(blink::toScriptWrappableBase(object));
52 static inline TestInterfaceImplementation* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestInterface
54 return internalPointer->toImpl<TestInterfaceImplementation>();
H A DV8TestInterfaceCheckSecurity.cpp38 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
52 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
67 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
82 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
96 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
111 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
126 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(holder);
139 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(info.Holder());
157 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(host);
163 TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toImpl(hos
[all...]
H A DV8TestInterfaceCheckSecurity.h24 static TestInterfaceCheckSecurity* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestInterfaceCheckSecurity
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestInterfaceCheckSecurity* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestInterfaceCheckSecurity
41 return internalPointer->toImpl<TestInterfaceCheckSecurity>();
H A DV8TestInterfaceEmpty.h24 static TestInterfaceEmpty* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestInterfaceEmpty
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestInterfaceEmpty* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestInterfaceEmpty
41 return internalPointer->toImpl<TestInterfaceEmpty>();
H A DV8TestInterfaceEventConstructor.cpp44 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
58 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
72 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
86 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
100 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
114 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
135 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
156 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
170 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder);
191 TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holde
[all...]
H A DV8TestSpecialOperations.h24 static TestSpecialOperations* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestSpecialOperations
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestSpecialOperations* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestSpecialOperations
41 return internalPointer->toImpl<TestSpecialOperations>();
H A DV8TestSpecialOperationsNotEnumerable.h24 static TestSpecialOperationsNotEnumerable* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestSpecialOperationsNotEnumerable
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestSpecialOperationsNotEnumerable* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestSpecialOperationsNotEnumerable
41 return internalPointer->toImpl<TestSpecialOperationsNotEnumerable>();
H A DV8TestInterfaceWillBeGarbageCollected.cpp39 TestInterfaceWillBeGarbageCollected* impl = V8TestInterfaceWillBeGarbageCollected::toImpl(holder);
53 TestInterfaceWillBeGarbageCollected* impl = V8TestInterfaceWillBeGarbageCollected::toImpl(holder);
71 TestInterfaceWillBeGarbageCollected* impl = V8TestInterfaceWillBeGarbageCollected::toImpl(info.Holder());
209 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceWillBeGarbageCollected>() : 0;
214 return toImpl(object);
221 internalPointer->toImpl<TestInterfaceWillBeGarbageCollected>()->ref();
228 internalPointer->toImpl<TestInterfaceWillBeGarbageCollected>()->deref();
235 return WrapperPersistent<TestInterfaceWillBeGarbageCollected>::create(internalPointer->toImpl<TestInterfaceWillBeGarbageCollected>());
H A DV8TestSpecialOperations.cpp46 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder());
74 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder());
101 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder());
119 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder());
140 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder());
200 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestSpecialOperations>() : 0;
206 internalPointer->toImpl<TestSpecialOperations>()->ref();
211 internalPointer->toImpl<TestSpecialOperations>()->deref();
H A DV8TestException.cpp37 TestException* impl = V8TestException::toImpl(holder);
51 TestException* impl = V8TestException::toImpl(holder);
64 TestException* impl = V8TestException::toImpl(info.Holder());
124 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestException>() : 0;
130 internalPointer->toImpl<TestException>()->ref();
135 internalPointer->toImpl<TestException>()->deref();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp42 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
62 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
77 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
92 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
112 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
127 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
147 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
162 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
177 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holder);
192 TestInterface5Implementation* impl = V8TestInterface5::toImpl(holde
[all...]
H A DV8TestInterface5.h26 static TestInterface5Implementation* toImpl(v8::Handle<v8::Object> object) function in class:blink::V8TestInterface5
28 return toImpl(blink::toScriptWrappableBase(object));
44 static inline TestInterface5Implementation* toImpl(ScriptWrappableBase* internalPointer) function in class:blink::V8TestInterface5
46 return internalPointer->toImpl<TestInterface5Implementation>();
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8DeviceOrientationEventCustom.cpp37 DeviceOrientationEvent* impl = V8DeviceOrientationEvent::toImpl(info.Holder());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebArrayBufferView.cpp66 ArrayBufferView* view = V8ArrayBufferView::toImpl(value->ToObject());

Completed in 323 milliseconds

123456