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 103 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
128 bool m_preservesTypingStyle;
TypingCommand.cpp 612 m_preservesTypingStyle = true;
616 m_preservesTypingStyle = false;
620 m_preservesTypingStyle = false;

Completed in 358 milliseconds