/external/webkit/Source/WebCore/editing/ |
D | InsertLineBreakCommand.cpp | 167 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()
|
D | InsertTextCommand.cpp | 195 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()
|
D | SelectionController.h | 172 EditingStyle* typingStyle() const; 247 inline EditingStyle* SelectionController::typingStyle() const in typingStyle() function
|
D | Editor.cpp | 599 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() 2819 …typingStyle->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 …]
|
D | EditingStyle.cpp | 728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle(); in mergeTypingStyle() local 729 if (!typingStyle || typingStyle == this) in mergeTypingStyle() 732 mergeStyle(typingStyle->style()); in mergeTypingStyle()
|
D | TypingCommand.cpp | 398 if (!document()->frame()->selection()->typingStyle() && !m_commands.isEmpty()) { in insertTextRunWithoutNewlines()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.h | 710 - (DOMCSSStyleDeclaration *)typingStyle;
|
D | WebFrame.mm | 815 …RefPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle… 816 if (!typingStyle) 818 return kit(typingStyle.get());
|
D | WebView.mm | 5108 - (DOMCSSStyleDeclaration *)typingStyle
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 948 - (DOMCSSStyleDeclaration *)typingStyle; 950 HRESULT typingStyle([out, retval] IDOMCSSStyleDeclaration** style);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 414 virtual HRESULT STDMETHODCALLTYPE typingStyle(
|
D | WebView.cpp | 3985 HRESULT STDMETHODCALLTYPE WebView::typingStyle( in typingStyle() function in WebView
|
D | ChangeLog-2009-06-16 | 12545 (WebView::typingStyle): 23775 (WebView::typingStyle):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 4799 (-[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]):
|
D | ChangeLog | 3856 SelectionController::typingStyle() should return EditingStyle* 3859 Changed the return value of SelectionController::typingStyle() to EditingStyle*.
|
D | ChangeLog-2010-01-29 | 19565 (-[WebView typingStyle]): Ditto.
|
D | ChangeLog-2007-10-14 | 20794 (WebView::typingStyle):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 21184 (-[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):
|
D | ChangeLog-2005-08-23 | 30321 …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.
|
D | ChangeLog-2005-12-19 | 7839 (-[WebCoreBridge typingStyle]): 7841 … with a pointer to our internal typing style. Fix is to only hand out copies of our typingStyle.
|
D | ChangeLog-2010-12-06 | 7254 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.
|
D | ChangeLog-2008-08-10 | 9886 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
|
D | ChangeLog-2006-12-31 | 33516 (-[WebCoreFrameBridge typingStyle]):
|
D | ChangeLog-2010-05-24 | 4742 (WebCore::Frame::typingStyle): Ditto.
|
D | ChangeLog | 3902 (WebCore::FrameSelection::typingStyle):
|