Searched refs:typingStyle (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertLineBreakCommand.cpp167 RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle(); local
169 if (typingStyle && !typingStyle->isEmpty()) {
174 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
H A DInsertTextCommand.cpp195 if (RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle()) {
196 typingStyle->prepareToApplyAt(endPosition, EditingStyle::PreserveWritingDirection);
197 if (!typingStyle->isEmpty())
198 applyStyle(typingStyle.get());
H A DSelectionController.h172 EditingStyle* typingStyle() const;
247 inline EditingStyle* SelectionController::typingStyle() const function in class:WebCore::SelectionController
H A DEditingStyle.cpp728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle(); local
729 if (!typingStyle || typingStyle == this)
732 mergeStyle(typingStyle->style());
H A DEditor.cpp599 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); local
601 if (typingStyle && typingStyle->textDirection(direction)) {
2812 RefPtr<EditingStyle> typingStyle; local
2813 if (m_frame->selection()->typingStyle()) {
2814 typingStyle = m_frame->selection()->typingStyle()->copy();
2815 typingStyle->overrideWithStyle(style->makeMutable().get());
2817 typingStyle
[all...]
H A DTypingCommand.cpp398 if (!document()->frame()->selection()->typingStyle() && !m_commands.isEmpty()) {
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h710 - (DOMCSSStyleDeclaration *)typingStyle;
H A DWebFrame.mm815 RefPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle();
816 if (!typingStyle)
818 return kit(typingStyle.get());
H A DWebView.mm5108 - (DOMCSSStyleDeclaration *)typingStyle
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl948 - (DOMCSSStyleDeclaration *)typingStyle;
950 HRESULT typingStyle([out, retval] IDOMCSSStyleDeclaration** style);
/external/webkit/Source/WebKit/win/
H A DWebView.h414 virtual HRESULT STDMETHODCALLTYPE typingStyle(
H A DWebView.cpp3985 HRESULT STDMETHODCALLTYPE WebView::typingStyle(

Completed in 131 milliseconds