HomeSort by relevance Sort by last modified time
    Searched refs:StyleChange (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SettingsDelegate.h 51 StyleChange,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h 171 class StyleChange {
173 StyleChange()
182 StyleChange(EditingStyle*, const Position&);
199 bool operator==(const StyleChange& other)
212 bool operator!=(const StyleChange& other)
ApplyStyleCommand.h 37 class StyleChange;
100 void addBlockStyle(const StyleChange&, HTMLElement*);
103 void applyInlineStyleChange(PassRefPtrWillBeRawPtr<Node> startNode, PassRefPtrWillBeRawPtr<Node> endNode, StyleChange&, EAddStyledElement);
ApplyStyleCommand.cpp 272 StyleChange styleChange(style, paragraphStart.deepEquivalent());
273 if (styleChange.cssStyle().length() || m_removeOnly) {
284 addBlockStyle(styleChange, toHTMLElement(block));
764 StyleChange change;
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 497 case SettingsDelegate::StyleChange:

Completed in 108 milliseconds