HomeSort by relevance Sort by last modified time
    Searched refs:toImpl (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.cpp 44 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(holder)
    [all...]
V8TestInterfaceGarbageCollected.h 25 static TestInterfaceGarbageCollected* toImpl(v8::Handle<v8::Object> object)
27 return toImpl(blink::toScriptWrappableBase(object));
44 static inline TestInterfaceGarbageCollected* toImpl(ScriptWrappableBase* internalPointer)
46 return internalPointer->toImpl<TestInterfaceGarbageCollected>();
V8TestInterfaceNamedConstructor.h 30 static TestInterfaceNamedConstructor* toImpl(v8::Handle<v8::Object> object)
32 return toImpl(blink::toScriptWrappableBase(object));
46 static inline TestInterfaceNamedConstructor* toImpl(ScriptWrappableBase* internalPointer)
48 return internalPointer->toImpl<TestInterfaceNamedConstructor>();
V8TestInterfaceNamedConstructor2.h 30 static TestInterfaceNamedConstructor2* toImpl(v8::Handle<v8::Object> object)
32 return toImpl(blink::toScriptWrappableBase(object));
45 static inline TestInterfaceNamedConstructor2* toImpl(ScriptWrappableBase* internalPointer)
47 return internalPointer->toImpl<TestInterfaceNamedConstructor2>();
V8TestInterfaceNode.h 25 static TestInterfaceNode* toImpl(v8::Handle<v8::Object> object)
27 return toImpl(blink::toScriptWrappableBase(object));
46 static inline TestInterfaceNode* toImpl(ScriptWrappableBase* internalPointer)
48 return internalPointer->toImpl<TestInterfaceNode>();
V8TestNode.h 25 static TestNode* toImpl(v8::Handle<v8::Object> object)
27 return toImpl(blink::toScriptWrappableBase(object));
47 static inline TestNode* toImpl(ScriptWrappableBase* internalPointer)
49 return internalPointer->toImpl<TestNode>();
V8TestSpecialOperations.h 24 static TestSpecialOperations* toImpl(v8::Handle<v8::Object> object)
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestSpecialOperations* toImpl(ScriptWrappableBase* internalPointer)
41 return internalPointer->toImpl<TestSpecialOperations>();
V8TestSpecialOperationsNotEnumerable.h 24 static TestSpecialOperationsNotEnumerable* toImpl(v8::Handle<v8::Object> object)
26 return toImpl(blink::toScriptWrappableBase(object));
39 static inline TestSpecialOperationsNotEnumerable* toImpl(ScriptWrappableBase* internalPointer)
41 return internalPointer->toImpl<TestSpecialOperationsNotEnumerable>();
V8TestTypedefs.h 24 static TestTypedefs* toImpl(v8::Handle<v8::Object> object)
26 return toImpl(blink::toScriptWrappableBase(object));
40 static inline TestTypedefs* toImpl(ScriptWrappableBase* internalPointer)
42 return internalPointer->toImpl<TestTypedefs>();
V8TestInterfaceWillBeGarbageCollected.cpp 39 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>());
V8TestSpecialOperations.cpp 46 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();
V8TestException.cpp 37 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();
V8TestInterfaceGarbageCollected.cpp 39 TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toImpl(holder);
53 TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toImpl(holder);
71 TestInterfaceGarbageCollected* impl = V8TestInterfaceGarbageCollected::toImpl(info.Holder());
164 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceGarbageCollected>() : 0;
169 return toImpl(object);
183 return WrapperPersistent<TestInterfaceGarbageCollected>::create(internalPointer->toImpl<TestInterfaceGarbageCollected>());
V8TestInterfaceNotScriptWrappable.cpp 33 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(holder);
47 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(holder);
65 TestInterfaceNotScriptWrappable* impl = V8TestInterfaceNotScriptWrappable::toImpl(info.Holder());
124 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceNotScriptWrappable>() : 0;
151 internalPointer->toImpl<TestInterfaceNotScriptWrappable>()->ref();
156 internalPointer->toImpl<TestInterfaceNotScriptWrappable>()->deref();
V8TestTypedefs.cpp 41 TestTypedefs* impl = V8TestTypedefs::toImpl(holder);
56 TestTypedefs* impl = V8TestTypedefs::toImpl(holder);
92 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
119 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
142 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
169 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
186 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
210 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
240 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder());
263 TestTypedefs* impl = V8TestTypedefs::toImpl(info.Holder())
    [all...]
V8TestInterface.cpp 54 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
74 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
89 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
104 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
124 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
139 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
159 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
174 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
189 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder);
204 TestInterfaceImplementation* impl = V8TestInterface::toImpl(holder)
    [all...]
V8TestInterface2.cpp 47 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
75 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
105 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
133 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
161 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
191 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
213 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
226 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
246 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder());
265 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder())
    [all...]
V8TestInterfaceEventTarget.cpp 109 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceEventTarget>() : 0;
114 return toImpl(object);
121 internalPointer->toImpl<TestInterfaceEventTarget>()->ref();
128 internalPointer->toImpl<TestInterfaceEventTarget>()->deref();
135 return WrapperPersistent<TestInterfaceEventTarget>::create(internalPointer->toImpl<TestInterfaceEventTarget>());
V8TestInterfaceConstructor3.cpp 105 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor3>() : 0;
111 internalPointer->toImpl<TestInterfaceConstructor3>()->ref();
116 internalPointer->toImpl<TestInterfaceConstructor3>()->deref();
V8TestInterfaceCustomConstructor.cpp 89 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceCustomConstructor>() : 0;
95 internalPointer->toImpl<TestInterfaceCustomConstructor>()->ref();
100 internalPointer->toImpl<TestInterfaceCustomConstructor>()->deref();
  /external/chromium_org/third_party/WebKit/Source/web/
WebArrayBufferView.cpp 66 ArrayBufferView* view = V8ArrayBufferView::toImpl(value->ToObject());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLPlugInElementCustom.cpp 52 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);
V8CustomEventCustom.cpp 54 CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
82 CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
V8HTMLAllCollectionCustom.cpp 89 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
98 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValueTest.cpp 47 File* file = V8File::toImpl(v8::Handle<v8::Object>::Cast(v8File));
67 File* file = V8File::toImpl(v8::Handle<v8::Object>::Cast(v8File));

Completed in 445 milliseconds

1 23 4 5 6