HomeSort by relevance Sort by last modified time
    Searched refs:typingStyle (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.cpp 167 RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle();
169 if (typingStyle && !typingStyle->isEmpty()) {
174 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
InsertTextCommand.cpp 195 if (RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle()) {
196 typingStyle->prepareToApplyAt(endPosition, EditingStyle::PreserveWritingDirection);
197 if (!typingStyle->isEmpty())
198 applyStyle(typingStyle.get());
SelectionController.h 172 EditingStyle* typingStyle() const;
247 inline EditingStyle* SelectionController::typingStyle() const
EditingStyle.cpp 728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle();
729 if (!typingStyle || typingStyle == this)
732 mergeStyle(typingStyle->style());
    [all...]
Editor.cpp 599 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle();
601 if (typingStyle && typingStyle->textDirection(direction)) {
    [all...]
TypingCommand.cpp 398 if (!document()->frame()->selection()->typingStyle() && !m_commands.isEmpty()) {
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 710 - (DOMCSSStyleDeclaration *)typingStyle;
WebFrame.mm 815 RefPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle();
816 if (!typingStyle)
818 return kit(typingStyle.get());
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 414 virtual HRESULT STDMETHODCALLTYPE typingStyle(
    [all...]
WebView.cpp     [all...]

Completed in 246 milliseconds