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

  /frameworks/base/core/java/android/content/res/
StringBlock.java 107 String styleTag = nativeGetString(mNative, styleId);
109 if (styleTag.equals("b")) {
111 } else if (styleTag.equals("i")) {
113 } else if (styleTag.equals("u")) {
115 } else if (styleTag.equals("tt")) {
117 } else if (styleTag.equals("big")) {
119 } else if (styleTag.equals("small")) {
121 } else if (styleTag.equals("sup")) {
123 } else if (styleTag.equals("sub")) {
125 } else if (styleTag.equals("strike"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 110 && !threadSafeMatch(tagName, styleTag) && !threadSafeMatch(tagName, linkTag)
HTMLPreloadScanner.cpp 431 if (match(tagImpl, styleTag)) {
449 if (match(tagImpl, styleTag)) {
HTMLStackItem.h 197 || tagName == HTMLNames::styleTag
HTMLTreeBuilderSimulator.cpp 153 else if (threadSafeMatch(tagName, styleTag)
HTMLTreeBuilder.cpp 616 || token->name() == styleTag
    [all...]
HTMLDocumentParser.cpp 64 if (contextTag.matches(styleTag)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.cpp 45 : HTMLElement(styleTag, document)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStyleElement.cpp 33 : SVGElement(SVGNames::styleTag, document)
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLErrors.cpp 135 RefPtrWillBeRawPtr<Element> style = m_document->createElement(styleTag, true);
XMLDocumentParser.cpp 514 if (contextElement && (contextElement->hasLocalName(scriptTag.localName()) || contextElement->hasLocalName(styleTag.localName()))) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 417 String styleTag = "style"; //$NON-NLS-1$ // TODO - use constant in parallel changeset
418 sb.append('<').append(styleTag).append(' ').append(ATTR_NAME).append('=').append('"');
442 sb.append(initialIndent).append('<').append('/').append(styleTag).append('>').append('\n');
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 297 if (parentName && (*parentName == scriptTag || *parentName == styleTag || *parentName == xmpTag))
markup.cpp     [all...]

Completed in 946 milliseconds