HomeSort by relevance Sort by last modified time
    Searched refs:defaultErrorCode (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLElement.h 49 String parseValueSubstitutingVariableReferences(const AtomicString&, WMLErrorCode defaultErrorCode = WMLErrorInvalidVariableReference) const;
WMLElement.cpp 99 String WMLElement::parseValueSubstitutingVariableReferences(const AtomicString& value, WMLErrorCode defaultErrorCode) const
106 reportWMLError(document(), defaultErrorCode);

Completed in 611 milliseconds