Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.h54 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
55 …void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = Edit…
DInsertLineBreakCommand.cpp174applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAft… in doApply()
DInsertTextCommand.cpp198 applyStyle(typingStyle.get()); in input()
DCompositeEditCommand.cpp106 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()
DInsertParagraphSeparatorCommand.cpp103 applyStyle(m_style.get()); in applyStyleAfterInsertion()
DEditor.h164 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionUnspecified);
DEditorCommand.cpp109 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()
DDeleteSelectionCommand.cpp722 applyStyle(m_typingStyle.get(), EditActionUnspecified); in calculateTypingStyleAfterDelete()
DReplaceSelectionCommand.cpp1208 applyStyle(m_insertionStyle.get(), start, end); in completeHTMLReplacement()
DEditor.cpp825 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/
DWebView.h728 - (void)applyStyle:(DOMCSSStyleDeclaration *)style;
DWebView.mm5425 - (void)applyStyle:(DOMCSSStyleDeclaration *)style
5432 coreFrame->editor()->applyStyle(core(style));
DWebHTMLView.mm4709 …coreFrame->editor()->applyStyle(core(style), [self _undoActionFromColorPanelWithSelector:selector]…
/external/webkit/Source/WebCore/page/
DDragController.cpp411 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor); in concludeEditDrag()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl1090 - (void)applyStyle:(DOMCSSStyleDeclaration *)style;
1092 HRESULT applyStyle([in] IDOMCSSStyleDeclaration* style);
/external/webkit/Source/WebKit/win/
DWebView.h520 virtual HRESULT STDMETHODCALLTYPE applyStyle(
DWebView.cpp4268 HRESULT STDMETHODCALLTYPE WebView::applyStyle( in applyStyle() function in WebView
DChangeLog-2009-06-1612548 (WebView::applyStyle):
23790 (WebView::applyStyle):
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2322548 …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 …]
DChangeLog-2006-05-1010242 (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):
DChangeLog-2006-12-3113124 (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.
DChangeLog-2011-02-1647210 (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.
DChangeLog-2008-08-108733 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/
DChangeLog-2006-02-094806 (-[WebView applyStyle:]):
8757 (-[WebView applyStyle:]):
15918 (-[WebView applyStyle:]): New version of applyStyle:toElementsInDOMRange:
15941 (-[WebView applyStyle:toElementsInDOMRange:]): Ditto.
16277 (-[WebView applyStyle:toElementsInDOMRange:]):
DChangeLog-2007-10-1411105 (-[WebView applyStyle:]):
11239 (-[WebView applyStyle:]):
20809 (WebView::applyStyle):

12