Home | History | Annotate | Download | only in editing

Lines Matching defs:defaultStyle

1043         RefPtr<CSSMutableStyleDeclaration> defaultStyle = editingStyleAtPosition(Position(document->documentElement(), 0));
1045 if (defaultStyle->length() > 0)
1046 addStyleMarkup(preMarkups, markups, defaultStyle.get(), document);