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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 102 virtual bool preservesTypingStyle() const OVERRIDE { return m_preservesTypingStyle; }
125 bool m_preservesTypingStyle;
TypingCommand.cpp 612 m_preservesTypingStyle = true;
616 m_preservesTypingStyle = false;
620 m_preservesTypingStyle = false;

Completed in 50 milliseconds