HomeSort by relevance Sort by last modified time
    Searched refs:cppValue (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp 117 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
118 impl->setStringifierAttribute(cppValue);
146 RefPtr<TestInterfaceEmpty> cppValue(impl->readonlyTestInterfaceEmptyAttribute());
147 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.get()))
149 v8::Handle<v8::Value> wrapper = toV8(cppValue.get(), holder, info.GetIsolate());
195 double cppValue = toCoreDate(v8Value);
196 impl->setDateAttribute(cppValue);
224 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
225 impl->setStringAttribute(cppValue);
    [all...]
V8TestInterfaceEventConstructor.cpp 115 RefPtr<Uint8Array> cppValue(impl->initializedByEventConstructorReadonlyUint8ArrayAttribute());
116 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8Uint8Array>(info.GetReturnValue(), cppValue.get()))
118 v8::Handle<v8::Value> wrapper = toV8(cppValue.get(), holder, info.GetIsolate());
136 RefPtr<TestInterfaceEmpty> cppValue(impl->initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute());
137 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.get()))
139 v8::Handle<v8::Value> wrapper = toV8(cppValue.get(), holder, info.GetIsolate());
171 RefPtr<TestInterfaceEmpty> cppValue(impl->initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute());
172 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.g (…)
    [all...]
V8TestNode.cpp 53 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
54 impl->setHref(cppValue);
83 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
84 impl->setHrefThrows(cppValue, exceptionState);
113 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
115 impl->setHrefCallWith(executionContext, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
144 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
145 impl->setHrefByteString(cppValue);
V8TestInterface.cpp 75 TestInterfaceImplementation* cppValue = V8TestInterface::toImplWithTypeCheck(info.GetIsolate(), v8Value);
76 impl->setTestInterfaceAttribute(WTF::getPtr(cppValue));
105 TONATIVE_VOID_EXCEPTIONSTATE(double, cppValue, toDouble(v8Value, exceptionState), exceptionState);
106 if (!std::isfinite(cppValue)) {
111 impl->setDoubleAttribute(cppValue);
140 TONATIVE_VOID_EXCEPTIONSTATE(float, cppValue, toFloat(v8Value, exceptionState), exceptionState);
141 if (!std::isfinite(cppValue)) {
146 impl->setFloatAttribute(cppValue);
175 TONATIVE_VOID_EXCEPTIONSTATE(double, cppValue, toDouble(v8Value, exceptionState), exceptionState);
176 impl->setUnrestrictedDoubleAttribute(cppValue);
    [all...]
V8TestObject.h 32 static bool shortAttributeAttributeSetter(LocalFrame* frame, TestObject* holderImpl, int cppValue);
34 static bool stringAttributeAttributeSetter(LocalFrame* frame, TestObject* holderImpl, String cppValue);
36 static bool nodeAttributeAttributeSetter(LocalFrame* frame, TestObject* holderImpl, PassRefPtrWillBeRawPtr<Node> cppValue);
38 static bool attributeForPrivateScriptOnlyAttributeSetter(LocalFrame* frame, TestObject* holderImpl, String cppValue);
40 static bool enumForPrivateScriptAttributeSetter(LocalFrame* frame, TestObject* holderImpl, String cppValue);
V8TestInterfaceNode.cpp 57 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
58 impl->setStringAttribute(cppValue);
86 EventListener* cppValue(impl->eventHandlerAttribute());
87 v8SetReturnValue(info, cppValue ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(cppValue)->getListenerObject(impl->executionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate())));
157 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
158 impl->setAttribute(HTMLNames::reflectstringattributeAttr, cppValue);
187 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
188 impl->setAttribute(HTMLNames::reflecturlstringattributeAttr, cppValue);
V8SVGTestInterface.cpp 54 TOSTRING_VOID(V8StringResource<>, cppValue, v8Value);
56 impl->setAttribute(SVGNames::typeAttr, cppValue);
V8TestInterfaceGarbageCollected.cpp 54 TestInterfaceGarbageCollected* cppValue = V8TestInterfaceGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), v8Value);
55 impl->setAttr1(WTF::getPtr(cppValue));
V8TestInterfaceNotScriptWrappable.cpp 48 TestInterfaceNotScriptWrappable* cppValue = V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(info.GetIsolate(), v8Value);
49 impl->setAttr1(WTF::getPtr(cppValue));
V8TestInterface.h 27 static bool stringAttributeAttributeSetter(LocalFrame* frame, TestInterfaceImplementation* holderImpl, String cppValue);
V8TestInterfaceWillBeGarbageCollected.cpp 54 TestInterfaceWillBeGarbageCollected* cppValue = V8TestInterfaceWillBeGarbageCollected::toImplWithTypeCheck(info.GetIsolate(), v8Value);
55 impl->setAttr1(WTF::getPtr(cppValue));
V8TestInterfaceCheckSecurity.cpp 68 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
69 impl->setDoNotCheckSecurityLongAttribute(cppValue);
112 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt32(v8Value, exceptionState), exceptionState);
113 impl->setDoNotCheckSecurityOnSetterLongAttribute(cppValue);
    [all...]
V8TestTypedefs.cpp 57 TONATIVE_VOID_EXCEPTIONSTATE(unsigned long long, cppValue, toUInt64(v8Value, exceptionState), exceptionState);
58 impl->setULongLongAttribute(cppValue);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.cpp 63 TestInterface5Implementation* cppValue = V8TestInterface5::toImplWithTypeCheck(info.GetIsolate(), v8Value);
64 impl->setTestInterfaceAttribute(WTF::getPtr(cppValue));
93 TONATIVE_VOID_EXCEPTIONSTATE(double, cppValue, toDouble(v8Value, exceptionState), exceptionState);
94 if (!std::isfinite(cppValue)) {
99 impl->setDoubleAttribute(cppValue);
128 TONATIVE_VOID_EXCEPTIONSTATE(float, cppValue, toFloat(v8Value, exceptionState), exceptionState);
129 if (!std::isfinite(cppValue)) {
134 impl->setFloatAttribute(cppValue);
163 TONATIVE_VOID_EXCEPTIONSTATE(double, cppValue, toDouble(v8Value, exceptionState), exceptionState);
164 impl->setUnrestrictedDoubleAttribute(cppValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 251 if (!std::isfinite(cppValue)) {
259 String string = cppValue;
358 *result = cppValue;
365 bool {{v8_class}}::PrivateScript::{{attribute.name}}AttributeSetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.argument_cpp_type}} cppValue)
interface.h 39 static bool {{attribute.name}}AttributeSetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.argument_cpp_type}} cppValue);
methods.cpp 537 *result = cppValue;

Completed in 52 milliseconds