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

/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestObj.h91 - (void)setReflectedCustomBooleanAttr:(BOOL)newReflectedCustomBooleanAttr;
H A DDOMTestObj.mm311 - (void)setReflectedCustomBooleanAttr:(BOOL)newReflectedCustomBooleanAttr
314 IMPL->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, newReflectedCustomBooleanAttr);
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.cpp388 void WebDOMTestObj::setReflectedCustomBooleanAttr(bool newReflectedCustomBooleanAttr) argument
393 impl()->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, newReflectedCustomBooleanAttr);

Completed in 44 milliseconds