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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 260 String baseID;
270 baseID = dsource.getSystemId();
275 baseID = isource.getSystemId();
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID);
844 String baseID = source.getSystemId();
846 if (null != baseID) {
847 baseID = SystemIDResolver.getAbsoluteURI(baseID);
857 return processFromNode(node, baseID);
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
109 , m_baseID(baseID)
309 String baseID;
314 baseID = conditionString.left(pos);
331 if (baseID.isEmpty())
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]

Completed in 540 milliseconds