Searched refs:supplementalStr1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestInterface.h43 @property (readonly, copy) NSString *supplementalStr1; variable
H A DDOMTestInterface.mm124 - (NSString *)supplementalStr1
127 return TestSupplemental::supplementalStr1(IMPL);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestSupplemental.idl36 readonly attribute DOMString supplementalStr1;
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/GObject/
H A DWebKitDOMTestInterface.cpp514 gchar* result = convertToUTF8String(WebCore::TestSupplemental::supplementalStr1(item));
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestInterface.cpp340 { "supplementalStr1", DontDelete | ReadOnly | CustomAccessor, NoIntrinsic, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInterfaceSupplementalStr1), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(0) },
576 return reportDeprecatedGetterError(*exec, "TestInterface", "supplementalStr1");
577 return throwGetterTypeError(*exec, "TestInterface", "supplementalStr1");
580 JSValue result = jsStringWithCache(exec, TestSupplemental::supplementalStr1(&impl));

Completed in 136 milliseconds