HomeSort by relevance Sort by last modified time
    Searched defs:srcValue (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceNameElement.cpp 35 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceNameElement::srcValue() const
SVGFontFaceSrcElement.cpp 41 PassRefPtr<CSSValueList> SVGFontFaceSrcElement::srcValue() const
46 list->append(static_cast<SVGFontFaceUriElement*>(child)->srcValue());
48 list->append(static_cast<SVGFontFaceNameElement*>(child)->srcValue());
SVGFontFaceUriElement.cpp 50 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const
  /external/webkit/WebCore/bindings/js/
JSHTMLIFrameElementCustom.cpp 48 String srcValue = valueToStringWithNullCheck(exec, value);
50 if (protocolIsJavaScript(deprecatedParseURL(srcValue))) {
56 imp->setAttribute(srcAttr, srcValue);
JSHTMLFrameElementCustom.cpp 57 String srcValue = valueToStringWithNullCheck(exec, value);
59 if (!allowSettingJavascriptURL(exec, imp, srcValue))
62 imp->setAttribute(srcAttr, srcValue);
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp 47 String srcValue = toWebCoreStringWithNullCheck(value);
49 if (!V8BindingSecurity::allowSettingFrameSrcToJavascriptUrl(V8BindingState::Only(), frame, srcValue))
52 frame->setAttribute(srcAttr, srcValue);

Completed in 52 milliseconds