OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textDecorationsInEffect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp
659
RefPtr<CSSValue>
textDecorationsInEffect
= m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
660
if (!
textDecorationsInEffect
)
663
if (
textDecorationsInEffect
->isValueList())
664
m_mutableStyle->setProperty(textDecorationPropertyForEditing(),
textDecorationsInEffect
->cssText(), m_mutableStyle->propertyIsImportant(textDecorationPropertyForEditing()));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
560
TextDecoration
textDecorationsInEffect
() const { return static_cast<TextDecoration>(inherited_flags._text_decorations); }
[
all
...]
Completed in 1609 milliseconds