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

/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/
H A DTestSupplemental.idl36 readonly attribute DOMString supplementalStr1;
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestInterface.h46 @property(readonly, copy) NSString *supplementalStr1; variable
H A DDOMTestInterface.mm77 - (NSString *)supplementalStr1
80 return TestSupplemental::supplementalStr1(IMPL);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/CPP/
H A DWebDOMTestInterface.cpp84 WebDOMString WebDOMTestInterface::supplementalStr1() const function in class:WebDOMTestInterface
89 return static_cast<const WTF::String&>(TestSupplemental::supplementalStr1(impl()));
H A DWebDOMTestInterface.h56 WebDOMString supplementalStr1() const;
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestInterface.cpp133 g_value_take_string(value, convertToUTF8String(WebCore::TestSupplemental::supplementalStr1(coreSelf)));
306 gchar* result = convertToUTF8String(WebCore::TestSupplemental::supplementalStr1(item));
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestInterface.cpp56 { "supplementalStr1", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInterfaceSupplementalStr1), (intptr_t)0, NoIntrinsic },
273 JSValue result = jsStringWithCache(exec, TestSupplemental::supplementalStr1(impl));

Completed in 288 milliseconds