HomeSort by relevance Sort by last modified time
    Searched refs:baseID (Results 1 - 8 of 8) 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...]
StylesheetHandler.java 273 * @param baseID Base URL for this stylesheet.
275 public void setSystemId(String baseID)
277 pushBaseIndentifier(baseID);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 182 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1);
183 static PassOwnPtrWillBeRawPtr<Condition> create(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1)
185 return adoptPtrWillBeNoop(new Condition(type, beginOrEnd, baseID, name, offset, repeat));
192 String baseID() const { return m_baseID; }
SVGSMILElement.cpp 162 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
165 , m_baseID(baseID)
451 String baseID;
456 baseID = conditionString.left(pos);
471 if (baseID.isEmpty())
480 m_conditions.append(Condition::create(type, beginOrEnd, baseID, nameString, offset, repeat));
593 Element* eventBase = condition.baseID().isEmpty() ? targetElement() : treeScope().getElementById(AtomicString(condition.baseID()));
607 ASSERT(!condition->baseID().isEmpty());
608 Element* element = treeScope().getElementById(AtomicString(condition->baseID()));
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 230 GrGLuint baseID = static_cast<const GrGLPathRange*>(pathRange)->basePathID();
250 count, GR_GL_UNSIGNED_INT, indices, baseID, fillMode,
255 count, GR_GL_UNSIGNED_INT, indices, baseID, 0xffff, writeMask,
260 count, GR_GL_UNSIGNED_INT, indices, baseID, fillMode, writeMask,
267 count, GR_GL_UNSIGNED_INT, indices, baseID, fillMode,
273 count, GR_GL_UNSIGNED_INT, indices, baseID, 0xffff,
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 43 /** The baseID of the document being processed. */
93 * @param baseID The base ID of the XML document, needed to resolve
99 public StylesheetPIHandler(String baseID, String media, String title,
103 m_baseID = baseID;
332 public void setBaseId(String baseId) {
333 m_baseID = baseId;
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 618 char baseID[ULOC_FULLNAME_CAPACITY];
619 length = uloc_getBaseName(localeID, baseID, ULOC_FULLNAME_CAPACITY, &errorCode);
639 importer->getRules(baseID,
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 288 milliseconds