Searched defs:StyleChange (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.h149 class StyleChange { class in namespace:WebCore
151 StyleChange(EditingStyle*, const Position&);
168 bool operator==(const StyleChange& other)
181 bool operator!=(const StyleChange& other)
H A DEditingStyle.cpp797 StyleChange::StyleChange(EditingStyle* style, const Position& position) function in class:WebCore::StyleChange
857 void StyleChange::extractTextStyles(Document* document, CSSMutableStyleDeclaration* style, bool shouldUseFixedFontDefaultSize)
/external/webkit/Source/WebCore/dom/
H A DNode.h131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enum in class:WebCore::Node
132 static StyleChange diff(const RenderStyle*, const RenderStyle*);
350 virtual void recalcStyle(StyleChange = NoChange) { }

Completed in 793 milliseconds