Home
last modified time | relevance | path

Searched refs:setBooleanAttribute (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTrackElement.cpp118 setBooleanAttribute(defaultAttr, isDefault); in setIsDefault()
DHTMLScriptElement.cpp140 setBooleanAttribute(asyncAttr, async); in setAsync()
DHTMLMediaElement.cpp1393 setBooleanAttribute(autoplayAttr, b); in setAutoplay()
1525 setBooleanAttribute(loopAttr, b); in setLoop()
1550 setBooleanAttribute(controlsAttr, b); in setControls()
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
DWebDOMTestObj.cpp313 …impl()->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, newReflectedBooleanAttr); in setReflectedBooleanAttr()
393 …impl()->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, newReflectedCustomBo… in setReflectedCustomBooleanAttr()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp698 item->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, value); in webkit_dom_test_obj_set_reflected_boolean_attr()
799 item->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, value); in webkit_dom_test_obj_set_reflected_custom_boolean_attr()
1205 …coreSelf->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, (g_value_get_boolean(v… in webkit_dom_test_obj_set_property()
1230 …coreSelf->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, (g_value_get_boole… in webkit_dom_test_obj_set_property()
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DDOMTestObj.mm254 … IMPL->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, newReflectedBooleanAttr);
314 …IMPL->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, newReflectedCustomBool…
/external/webkit/Source/WebCore/dom/
DElement.h212 void setBooleanAttribute(const QualifiedName& name, bool);
DElement.cpp241 void Element::setBooleanAttribute(const QualifiedName& name, bool b) in setBooleanAttribute() function in WebCore::Element
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp287 imp->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, v); in reflectedBooleanAttrAttrSetter()
367 imp->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, v); in reflectedCustomBooleanAttrAttrSetter()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp700 imp->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, value.toBoolean(exec)); in setJSTestObjReflectedBooleanAttr()
735 … imp->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, value.toBoolean(exec)); in setJSTestObjReflectedCustomBooleanAttr()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1077141 (WebCore::Element::setBooleanAttribute):
DChangeLog-2010-12-06119993 (WebCore::Element::setBooleanAttribute): Use emptyAtom to set the