Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/editing/
DInsertLineBreakCommand.cpp167 RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle(); in doApply() local
169 if (typingStyle && !typingStyle->isEmpty()) { in doApply()
174 …applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAft… in doApply()
DInsertTextCommand.cpp195 if (RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle()) { in input() local
196 typingStyle->prepareToApplyAt(endPosition, EditingStyle::PreserveWritingDirection); in input()
197 if (!typingStyle->isEmpty()) in input()
198 applyStyle(typingStyle.get()); in input()
DSelectionController.h172 EditingStyle* typingStyle() const;
247 inline EditingStyle* SelectionController::typingStyle() const in typingStyle() function
DEditor.cpp599 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); in textDirectionForSelection() local
601 if (typingStyle && typingStyle->textDirection(direction)) { in textDirectionForSelection()
2812 RefPtr<EditingStyle> typingStyle; in computeAndSetTypingStyle() local
2813 if (m_frame->selection()->typingStyle()) { in computeAndSetTypingStyle()
2814 typingStyle = m_frame->selection()->typingStyle()->copy(); in computeAndSetTypingStyle()
2815 typingStyle->overrideWithStyle(style->makeMutable().get()); in computeAndSetTypingStyle()
2817 typingStyle = EditingStyle::create(style); in computeAndSetTypingStyle()
2819typingStyle->prepareToApplyAt(m_frame->selection()->selection().visibleStart().deepEquivalent(), E… in computeAndSetTypingStyle()
2822 RefPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties(); in computeAndSetTypingStyle()
2827 m_frame->selection()->setTypingStyle(typingStyle); in computeAndSetTypingStyle()
[all …]
DEditingStyle.cpp728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle(); in mergeTypingStyle() local
729 if (!typingStyle || typingStyle == this) in mergeTypingStyle()
732 mergeStyle(typingStyle->style()); in mergeTypingStyle()
DTypingCommand.cpp398 if (!document()->frame()->selection()->typingStyle() && !m_commands.isEmpty()) { in insertTextRunWithoutNewlines()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.h710 - (DOMCSSStyleDeclaration *)typingStyle;
DWebFrame.mm815 …RefPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle…
816 if (!typingStyle)
818 return kit(typingStyle.get());
DWebView.mm5108 - (DOMCSSStyleDeclaration *)typingStyle
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl948 - (DOMCSSStyleDeclaration *)typingStyle;
950 HRESULT typingStyle([out, retval] IDOMCSSStyleDeclaration** style);
/external/webkit/Source/WebKit/win/
DWebView.h414 virtual HRESULT STDMETHODCALLTYPE typingStyle(
DWebView.cpp3985 HRESULT STDMETHODCALLTYPE WebView::typingStyle( in typingStyle() function in WebView
DChangeLog-2009-06-1612545 (WebView::typingStyle):
23775 (WebView::typingStyle):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-094799 (-[WebView typingStyle]):
9463 …oblem/3655241> setTypingStyle: does not set the real typing style, and typingStyle does not return…
9467 …was part of the misguided use of the setTypingStyle: and typingStyle as a cache of what was stored…
9471 (-[WebViewPrivate dealloc]): Object no longer has typingStyle ivar.
9473 (-[WebView typingStyle]): Call over the bridge to retrieve typing style.
9474 * WebView.subproj/WebViewInternal.h: Object no longer has typingStyle ivar.
14746 (-[WebView typingStyle]): Return new typing style ivar.
16265 (-[WebView typingStyle]):
DChangeLog3856 SelectionController::typingStyle() should return EditingStyle*
3859 Changed the return value of SelectionController::typingStyle() to EditingStyle*.
DChangeLog-2010-01-2919565 (-[WebView typingStyle]): Ditto.
DChangeLog-2007-10-1420794 (WebView::typingStyle):
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1021184 (-[WebCoreFrameBridge typingStyle]):
21413 (WebCore::EditCommand::typingStyle):
22457 (WebCore::Frame::typingStyle): Change since m_typingStyle is now a RefPtr.
35270 (Frame::typingStyle):
36106 (-[WebCoreBridge typingStyle]):
37222 (khtml::EditCommand::typingStyle):
DChangeLog-2005-08-2330321 …oblem/3655241> setTypingStyle: does not set the real typing style, and typingStyle does not return…
30331 * kwq/WebCoreBridge.h: Declare new typingStyle and setTypingStyle: methods.
30333 (-[WebCoreBridge typingStyle]): Calls through to the part to retrieve the typing style.
30505 (khtml::EditCommandPtr::typingStyle): Change return type to mutable style.
30791 (KHTMLPart::typingStyle):
38202 (khtml::EditCommand::typingStyle): Added.
38213 (khtml::EditCommandImpl::typingStyle): New accessor.
43527 (KHTMLPart::typingStyle): Getter.
DChangeLog-2005-12-197839 (-[WebCoreBridge typingStyle]):
7841 … with a pointer to our internal typing style. Fix is to only hand out copies of our typingStyle.
DChangeLog-2010-12-067254 SelectionController::typingStyle() should return EditingStyle*
7257 Changed the return type of SelectionController::typingStyle to EditingStyle*.
7276 (WebCore::editingStyleIncludingTypingStyle): Calls SelectionController::typingStyle.
7280 (WebCore::Editor::computeAndSetTypingStyle): Calls SelectionController::typingStyle.
7289 …(WebCore::SelectionController::typingStyle): Returns EditingStyle* rather than CSSMutableStyleDecl…
17195 (WebCore::SelectionController::typingStyle): Uses EditingStyle.
DChangeLog-2008-08-109886 Don't set the EditCommand's typingStyle, it has been removed (more on that later).
9913 … Before, a command would set the Frame's typing style by setting its own typingStyle, and then
DChangeLog-2006-12-3133516 (-[WebCoreFrameBridge typingStyle]):
DChangeLog-2010-05-244742 (WebCore::Frame::typingStyle): Ditto.
DChangeLog3902 (WebCore::FrameSelection::typingStyle):

12