Searched defs:textDecoration (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1262 static PassRefPtrWillBeRawPtr<CSSValue> renderTextDecorationFlagsToCSSValue(int textDecoration) argument
1266 if (textDecoration & TextDecorationUnderline)
1268 if (textDecoration & TextDecorationOverline)
1270 if (textDecoration & TextDecorationLineThrough)
2172 return renderTextDecorationFlagsToCSSValue(style->textDecoration());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp1405 RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing()); local
1407 ASSERT(!textDecorationsInEffect || !textDecoration);
1411 textDecoration = textDecorationsInEffect;
1415 if (textDecoration && !textDecoration->isValueList())
1479 RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing()); local
1480 if (textDecoration && textDecoration->isValueList()) {
1483 RefPtrWillBeRawPtr<CSSValueList> newTextDecoration = toCSSValueList(textDecoration.get())->copy();
1527 RefPtrWillBeRawPtr<CSSValue> textDecoration local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h571 TextDecoration textDecoration() const { return static_cast<TextDecoration>(visual->textDecoration); } function in class:blink::RenderStyle
1135 void setTextDecoration(TextDecoration v) { SET_VAR(visual, textDecoration, v); }
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 416 milliseconds