Searched refs:unsignedLongLongAttr (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestTypedefs.h34 @property unsigned long long unsignedLongLongAttr; variable
H A DDOMTestTypedefs.mm67 - (unsigned long long)unsignedLongLongAttr
70 return IMPL->unsignedLongLongAttr();
H A DDOMTestObj.h73 @property unsigned long long unsignedLongLongAttr; variable
H A DDOMTestObj.mm197 - (unsigned long long)unsignedLongLongAttr
200 return IMPL->unsignedLongLongAttr();
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestTypedefs.idl37 attribute ULONGLONG unsignedLongLongAttr;
H A DTestObj.idl57 attribute unsigned long long unsignedLongLongAttr;
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/GObject/
H A DWebKitDOMTestTypedefs.cpp294 guint64 result = item->unsignedLongLongAttr();
H A DWebKitDOMTestObj.cpp1669 guint64 result = item->unsignedLongLongAttr();
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestTypedefs.cpp189 { "unsignedLongLongAttr", DontDelete | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestTypedefsUnsignedLongLongAttr), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestTypedefsUnsignedLongLongAttr) },
259 return reportDeprecatedGetterError(*exec, "TestTypedefs", "unsignedLongLongAttr");
260 return throwGetterTypeError(*exec, "TestTypedefs", "unsignedLongLongAttr");
263 JSValue result = jsNumber(impl.unsignedLongLongAttr());
382 reportDeprecatedSetterError(*exec, "TestTypedefs", "unsignedLongLongAttr");
384 throwSetterTypeError(*exec, "TestTypedefs", "unsignedLongLongAttr");
H A DJSTestObj.cpp492 { "unsignedLongLongAttr", DontDelete | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjUnsignedLongLongAttr), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestObjUnsignedLongLongAttr) },
915 return reportDeprecatedGetterError(*exec, "TestObj", "unsignedLongLongAttr");
916 return throwGetterTypeError(*exec, "TestObj", "unsignedLongLongAttr");
919 JSValue result = jsNumber(impl.unsignedLongLongAttr());
2035 reportDeprecatedSetterError(*exec, "TestObj", "unsignedLongLongAttr");
2037 throwSetterTypeError(*exec, "TestObj", "unsignedLongLongAttr");

Completed in 159 milliseconds