Searched refs:newAttrWithSetterException (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestObj.h99 - (void)setAttrWithSetterException:(int)newAttrWithSetterException;
H A DDOMTestObj.mm364 - (void)setAttrWithSetterException:(int)newAttrWithSetterException
368 IMPL->setAttrWithSetterException(newAttrWithSetterException, ec);
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.cpp457 void WebDOMTestObj::setAttrWithSetterException(int newAttrWithSetterException) argument
463 impl()->setAttrWithSetterException(newAttrWithSetterException, ec);

Completed in 66 milliseconds