Home
last modified time | relevance | path

Searched refs:getNonEmptyURLAttribute (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp182 KURL poster = getNonEmptyURLAttribute(posterAttr); in setDisplayMode()
209 if (getNonEmptyURLAttribute(posterAttr).isEmpty()) in updateDisplayState()
DHTMLMediaElement.cpp656 KURL mediaURL = getNonEmptyURLAttribute(srcAttr); in selectMediaResource()
1763 mediaURL = source->getNonEmptyURLAttribute(srcAttr); in selectNextSourceChild()
1828 KURL url = source->getNonEmptyURLAttribute(srcAttr); in sourceWasAdded()
1875 KURL url = source->getNonEmptyURLAttribute(srcAttr); in sourceWillBeRemoved()
2480 KURL posterURL = getNonEmptyURLAttribute(posterAttr); in getPluginProxyParams()
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
DWebDOMTestObj.cpp337 …return static_cast<const WTF::String&>(impl()->getNonEmptyURLAttribute(WebCore::HTMLNames::reflect… in reflectedNonEmptyURLAttr()
417 …return static_cast<const WTF::String&>(impl()->getNonEmptyURLAttribute(WebCore::HTMLNames::customC… in reflectedCustomNonEmptyURLAttr()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp728 …gchar* res = convertToUTF8String(item->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemp… in webkit_dom_test_obj_get_reflected_non_empty_url_attr()
829 …gchar* res = convertToUTF8String(item->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNo… in webkit_dom_test_obj_get_reflected_custom_non_empty_url_attr()
1396 …g_value_take_string(value, convertToUTF8String(coreSelf->getNonEmptyURLAttribute(WebCore::HTMLName… in webkit_dom_test_obj_get_property()
1421 …g_value_take_string(value, convertToUTF8String(coreSelf->getNonEmptyURLAttribute(WebCore::HTMLName… in webkit_dom_test_obj_get_property()
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DDOMTestObj.mm272 return IMPL->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr);
332 return IMPL->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr);
/external/webkit/Source/WebCore/dom/
DElement.h250 KURL getNonEmptyURLAttribute(const QualifiedName&) const;
DElement.cpp1854 KURL Element::getNonEmptyURLAttribute(const QualifiedName& name) const in getNonEmptyURLAttribute() function in WebCore::Element
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp311 return v8String(imp->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr)); in reflectedNonEmptyURLAttrAttrGetter()
391 …return v8String(imp->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr)… in reflectedCustomNonEmptyURLAttrAttrGetter()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp439 …JSValue result = jsString(exec, imp->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonempty… in jsTestObjReflectedNonEmptyURLAttr()
484 …JSValue result = jsString(exec, imp->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonE… in jsTestObjReflectedCustomNonEmptyURLAttr()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0642113 (WebCore::Element::getNonEmptyURLAttribute):
93645 (WebCore::HTMLMediaElement::loadResource): Call getNonEmptyURLAttribute directly here
93667 use getNonEmptyURLAttribute.
101763 (WebCore::HTMLMediaElement::src): Return getNonEmptyURLAttribute().
101765 … (WebCore::HTMLMediaElement::selectNextSourceChild): Use getNonEmptyURLAttribute() to convert
101771 (WebCore::HTMLSourceElement::src): Return getNonEmptyURLAttribute().
101778 (WebCore::HTMLVideoElement::parseMappedAttribute): Use getNonEmptyURLAttribute() to convert
102345 (WebCore::Element::getNonEmptyURLAttribute): Added. For use by NonEmpty and also