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

  /external/webkit/Source/WebCore/wml/
WMLErrorHandling.h 38 WMLErrorInvalidVariableName,
WMLSetvarElement.cpp 51 if (!isValidVariableName(parseValueSubstitutingVariableReferences(attr->value(), WMLErrorInvalidVariableName))) {
52 reportWMLError(document(), WMLErrorInvalidVariableName);
84 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::nameAttr), WMLErrorInvalidVariableName);

Completed in 20 milliseconds