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

  /external/webkit/Source/WebCore/editing/
RemoveFormatCommand.cpp 69 elements.add(subTag);
EditingStyle.cpp 600 HTMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSub, HTMLNames::subTag).leakPtr(),
    [all...]
ApplyStyleCommand.cpp     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 52 * <li> The primary subtag is lower case, the suggested practice of ISO 639.
70 int subTag = 1;
79 // move to next subtag and convert underscore to hyphen
81 subTag++;
87 // convert second subtag to uppercase, all other to lowercase
88 if (subTag != 2)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 164 * <SubTag attr1="value1" attr2="value2" />
165 * <SubTag attr1="value3" attr2="value4" />
171 * @param subTag would be "SubTag"
178 private void serialize(KXmlSerializer serializer, String tag, String subTag,
191 serializer.startTag(ns, subTag);
195 serializer.endTag(ns, subTag);
266 * <SubTag attr1="value1" attr2="value2" />
267 * <SubTag attr1="value3" attr2="value4" />
275 * @param subTag like "SubTag
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 314 else if (coreElement->hasTagName(subTag))
    [all...]

Completed in 323 milliseconds