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 414 if (match(tagImpl, styleTag)) {
432 if (match(tagImpl, styleTag)) {
HTMLStackItem.h 195 || tagName == HTMLNames::styleTag
HTMLTreeBuilderSimulator.cpp 153 else if (threadSafeMatch(tagName, styleTag)
HTMLTreeBuilder.cpp 615 || token->name() == styleTag
    [all...]
HTMLDocumentParser.cpp 64 if (contextTag.matches(styleTag)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.cpp 48 : HTMLElement(styleTag, document)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStyleElement.cpp 32 : SVGElement(SVGNames::styleTag, document)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 135 RefPtrWillBeRawPtr<Element> style = m_document->createElement(styleTag, true);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 506 if (contextElement && (contextElement->hasLocalName(HTMLNames::scriptTag) || contextElement->hasLocalName(HTMLNames::styleTag))) {
    [all...]

Completed in 273 milliseconds