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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 135 , m_removeOnly(false)
149 , m_removeOnly(false)
163 , m_removeOnly(removeOnly)
177 , m_removeOnly(true)
273 if (styleChange.cssStyle().length() || m_removeOnly) {
276 if (!m_removeOnly && isEditablePosition(paragraphStartToMove)) {
283 if (!m_removeOnly)
775 if (m_removeOnly)
    [all...]
ApplyStyleCommand.h 132 bool m_removeOnly;

Completed in 38 milliseconds