Searched defs:typingStyle (Results 1 - 4 of 4) 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 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...]

Completed in 248 milliseconds