Searched refs:StyleChange (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.h173 class StyleChange { class in namespace:WebCore
175 StyleChange() function in class:WebCore::StyleChange
184 StyleChange(EditingStyle*, const Position&);
201 bool operator==(const StyleChange& other)
214 bool operator!=(const StyleChange& other)
H A DApplyStyleCommand.h37 class StyleChange;
99 void addBlockStyle(const StyleChange&, HTMLElement*);
102 void applyInlineStyleChange(PassRefPtr<Node> startNode, PassRefPtr<Node> endNode, StyleChange&, EAddStyledElement);
H A DApplyStyleCommand.cpp279 StyleChange styleChange(style, paragraphStart.deepEquivalent());
751 StyleChange change;
824 runs[i].change = StyleChange(style, runs[i].positionForStyleComputation);
1385 void ApplyStyleCommand::addBlockStyle(const StyleChange& styleChange, HTMLElement* block)
1410 StyleChange styleChange(style, positionToComputeInlineStyleChange(start, dummyElement));
1430 void ApplyStyleCommand::applyInlineStyleChange(PassRefPtr<Node> passedStart, PassRefPtr<Node> passedEnd, StyleChange& styleChange, EAddStyledElement addStyledElement)
H A DEditingStyle.cpp1388 StyleChange::StyleChange(EditingStyle* style, const Position& position) function in class:WebCore::StyleChange
1436 void StyleChange::extractTextStyles(Document* document, MutableStyleProperties* style, bool shouldUseFixedFontDefaultSize)

Completed in 63 milliseconds