Home
last modified time | relevance | path

Searched defs:typingStyle (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertLineBreakCommand.cpp167 RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle(); in doApply() local
DInsertTextCommand.cpp195 if (RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle()) { in input() local
DSelectionController.h247 inline EditingStyle* SelectionController::typingStyle() const in typingStyle() function
DEditor.cpp599 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); in textDirectionForSelection() local
2812 RefPtr<EditingStyle> typingStyle; in computeAndSetTypingStyle() local
2931 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); in styleForSelectionStart() local
DEditingStyle.cpp728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle(); in mergeTypingStyle() local
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm5109 {
/external/webkit/Source/WebKit/win/
DWebView.cpp3985 HRESULT STDMETHODCALLTYPE WebView::typingStyle( in typingStyle() function in WebView