/external/webkit/Source/WebCore/editing/ |
D | CompositeEditCommand.h | 54 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes); 55 …void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = Edit…
|
D | InsertLineBreakCommand.cpp | 174 …applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAft… in doApply()
|
D | InsertTextCommand.cpp | 198 applyStyle(typingStyle.get()); in input()
|
D | CompositeEditCommand.cpp | 106 void CompositeEditCommand::applyStyle(const EditingStyle* style, EditAction editingAction) in applyStyle() function in WebCore::CompositeEditCommand 111 void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Posit… in applyStyle() function in WebCore::CompositeEditCommand 1022 applyStyle(styleInEmptyParagraph.get()); in moveParagraphs() 1096 applyStyle(style.get()); in breakOutOfEmptyListItem()
|
D | InsertParagraphSeparatorCommand.cpp | 103 applyStyle(m_style.get()); in applyStyleAfterInsertion()
|
D | Editor.h | 164 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionUnspecified);
|
D | EditorCommand.cpp | 109 frame->editor()->applyStyle(style); in applyCommandToFrame() 586 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection); in executeMakeTextWritingDirectionLeftToRight() 594 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection); in executeMakeTextWritingDirectionNatural() 603 frame->editor()->applyStyle(style.get(), EditActionSetWritingDirection); in executeMakeTextWritingDirectionRightToLeft()
|
D | DeleteSelectionCommand.cpp | 722 applyStyle(m_typingStyle.get(), EditActionUnspecified); in calculateTypingStyleAfterDelete()
|
D | ReplaceSelectionCommand.cpp | 1208 applyStyle(m_insertionStyle.get(), start, end); in completeHTMLReplacement()
|
D | Editor.cpp | 825 void Editor::applyStyle(CSSStyleDeclaration* style, EditAction editingAction) in applyStyle() function in WebCore::Editor 866 applyStyle(style, editingAction); in applyStyleToSelection()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.h | 728 - (void)applyStyle:(DOMCSSStyleDeclaration *)style;
|
D | WebView.mm | 5425 - (void)applyStyle:(DOMCSSStyleDeclaration *)style 5432 coreFrame->editor()->applyStyle(core(style));
|
D | WebHTMLView.mm | 4709 …coreFrame->editor()->applyStyle(core(style), [self _undoActionFromColorPanelWithSelector:selector]…
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 411 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor); in concludeEditDrag()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 1090 - (void)applyStyle:(DOMCSSStyleDeclaration *)style; 1092 HRESULT applyStyle([in] IDOMCSSStyleDeclaration* style);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 520 virtual HRESULT STDMETHODCALLTYPE applyStyle(
|
D | WebView.cpp | 4268 HRESULT STDMETHODCALLTYPE WebView::applyStyle( in applyStyle() function in WebView
|
D | ChangeLog-2009-06-16 | 12548 (WebView::applyStyle): 23790 (WebView::applyStyle):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 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. [all …]
|
D | ChangeLog-2006-05-10 | 10242 (WebCore::CompositeEditCommand::applyStyle): 10263 (WebCore::Frame::applyStyle): 13626 (WebCore::CompositeEditCommand::applyStyle): 13634 (WebCore::Frame::applyStyle): 29968 (Frame::applyStyle): 31679 (Frame::applyStyle): 35295 (Frame::applyStyle): 36108 (-[WebCoreBridge applyStyle:withUndoAction:]): 38655 (khtml::CompositeEditCommand::applyStyle):
|
D | ChangeLog-2006-12-31 | 13124 (WebCore::Editor::applyStyle): 13683 (-[WebCoreFrameBridge applyStyle:withUndoAction:]): 33242 (-[WebCoreFrameBridge applyStyle:withUndoAction:]): 33391 (WebCore::Frame::applyStyle): 36403 (WebCore::CompositeEditCommand::applyStyle): Changed to not use EditCommandPtr. 36622 (WebCore::Frame::applyStyle): Ditto.
|
D | ChangeLog-2011-02-16 | 47210 (WebCore::CompositeEditCommand::applyStyle): Ditto. 47211 (WebCore::CompositeEditCommand::moveParagraphs): Calls applyStyle. 47225 (WebCore::Editor::applyStyle): Calls ApplyStyleCommand::create. 47229 (WebCore::InsertLineBreakCommand::doApply): Calls applyStyle. 47237 (WebCore::ReplaceSelectionCommand::completeHTMLReplacement): Calls applyStyle.
|
D | ChangeLog-2008-08-10 | 8733 apply styles from the moved paragraph to the destination with applyStyle, which 11745 (WebCore::Editor::applyStyle): 13237 (WebCore::CompositeEditCommand::applyStyle): 13286 (WebCore::Editor::applyStyle): 14811 (WebCore::DeleteSelectionCommand::calculateTypingStyleAfterDelete): applyStyle 41827 (WebCore::InsertLineBreakCommand::doApply): applyStyle may have destroyed content that held
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 4806 (-[WebView applyStyle:]): 8757 (-[WebView applyStyle:]): 15918 (-[WebView applyStyle:]): New version of applyStyle:toElementsInDOMRange: 15941 (-[WebView applyStyle:toElementsInDOMRange:]): Ditto. 16277 (-[WebView applyStyle:toElementsInDOMRange:]):
|
D | ChangeLog-2007-10-14 | 11105 (-[WebView applyStyle:]): 11239 (-[WebView applyStyle:]): 20809 (WebView::applyStyle):
|