Searched refs:stringAttrWithSetterException (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.h110 WebDOMString stringAttrWithSetterException() const;
H A DWebDOMTestObj.cpp488 WebDOMString WebDOMTestObj::stringAttrWithSetterException() const function in class:WebDOMTestObj
493 return static_cast<const WTF::String&>(impl()->stringAttrWithSetterException());
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestObj.h102 - (NSString *)stringAttrWithSetterException;
H A DDOMTestObj.mm389 - (NSString *)stringAttrWithSetterException
392 return IMPL->stringAttrWithSetterException();
/external/webkit/Source/WebCore/bindings/scripts/test/
H A DTestObj.idl85 attribute DOMString stringAttrWithSetterException setter raises(DOMException);
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
H A DWebKitDOMTestObj.cpp934 gchar* res = convertToUTF8String(item->stringAttrWithSetterException());
1443 g_value_take_string(value, convertToUTF8String(coreSelf->stringAttrWithSetterException()));
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.cpp86 { "stringAttrWithSetterException", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjStringAttrWithSetterException), (intptr_t)setJSTestObjStringAttrWithSetterException THUNK_GENERATOR(0) },
522 JSValue result = jsString(exec, imp->stringAttrWithSetterException());
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
H A DV8TestObj.cpp474 INC_STATS("DOM.TestObj.stringAttrWithSetterException._get");
476 return v8String(imp->stringAttrWithSetterException());
481 INC_STATS("DOM.TestObj.stringAttrWithSetterException._set");
1206 // Attribute 'stringAttrWithSetterException' (Type: 'attribute' ExtAttr: '')
1207 {"stringAttrWithSetterException", TestObjInternal::stringAttrWithSetterExceptionAttrGetter, TestObjInternal::stringAttrWithSetterExceptionAttrSetter, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},

Completed in 86 milliseconds