Lines Matching refs:applyStyle
22548 …w, it removes from HTML elements only the styles that we replace later with a call to applyStyle().
26153 (khtml::CompositeEditCommand::applyStyle):
28111 added EditAction parameter to applyStyle and computeAndSetTypingStyle
28115 (KHTMLPart::applyStyle):
28126 (-[WebCoreBridge applyStyle:withUndoAction:]):
30327 …(KHTMLPart::applyStyle): Call new computeAndSetTypingStyle. The guts of computeAndSetTypingStyle u…
30389 (KHTMLPart::applyStyle): Add code to make a mutable style in case we are passed
31903 … (KHTMLPart::applyStyle): Modify this function so that block styles are applied when the selection
34327 (KHTMLPart::applyStyle):
38216 (KHTMLPart::applyStyle): Does a diff between the current style and the style of the caret.
39751 (KHTMLPart::applyStyle): In the case where the current selection is a caret, merge the
42021 (execStyleChange): Changed to use KHTMLPart::applyStyle.
42043 (KHTMLPart::applyStyle): Added.
42066 * kwq/WebCoreBridge.mm: (-[WebCoreBridge applyStyle:]): Changed to call
42067 KHTMLPart::applyStyle.
42515 (-[WebCoreBridge applyStyle:]): Swicth on the state of the selection, calling
43200 …(-[WebCoreBridge applyStyle:]): Remove provisional code and comment. Now pass along style, followi…
44915 (-[WebCoreBridge applyStyle:]): First bit of wiring up. Some hard-coded temporary code
46315 * kwq/WebCoreBridge.h: -applyStyle:toElementsInDOMRange: is now applyStyle:
46317 (-[WebCoreBridge applyStyle:]): Ditto.
47086 (-[WebCoreBridge applyStyle:toElementsInDOMRange:]): New method.