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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.h174 class StyleChange { class in namespace:WebCore
176 StyleChange() function in class:WebCore::StyleChange
185 StyleChange(EditingStyle*, const Position&);
202 bool operator==(const StyleChange& other)
215 bool operator!=(const StyleChange& other)
H A DEditingStyle.cpp1369 StyleChange::StyleChange(EditingStyle* style, const Position& position) function in class:WebCore::StyleChange
1413 void StyleChange::extractTextStyles(Document* document, MutableStylePropertySet* style, bool shouldUseFixedFontDefaultSize)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h168 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enum in class:WebCore::Node
169 static StyleChange diff(const RenderStyle*, const RenderStyle*, Document*);
930 inline bool shouldRecalcStyle(Node::StyleChange change, const Node* node)

Completed in 2334 milliseconds