Searched refs:isURLParameter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLParamElement.cpp53 bool HTMLParamElement::isURLParameter(const String& name) function in class:blink::HTMLParamElement
60 if (attribute.name() == valueAttr && isURLParameter(name()))
H A DHTMLParamElement.h38 static bool isURLParameter(const String&);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp518 if (!HTMLParamElement::isURLParameter(String(nameAttribute.value)))

Completed in 107 milliseconds