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

  /external/webkit/Source/WebCore/html/
HTMLObjectElement.h 96 bool hasValidClassId();
HTMLObjectElement.cpp 239 bool HTMLObjectElement::hasValidClassId()
298 bool success = beforeLoadAllowedLoad && hasValidClassId() && loader->requestObject(this, url, getAttribute(nameAttr), serviceType, paramNames, paramValues);

Completed in 367 milliseconds