Home
last modified time | relevance | path

Searched refs:m_shouldAssumeContentIsAlwaysEditable (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DRemoveNodePreservingChildrenCommand.cpp37 , m_shouldAssumeContentIsAlwaysEditable(shouldAssumeContentIsAlwaysEditable) in RemoveNodePreservingChildrenCommand()
51 removeNode(child, m_shouldAssumeContentIsAlwaysEditable); in doApply()
52 insertNodeBefore(child.release(), m_node, m_shouldAssumeContentIsAlwaysEditable); in doApply()
55 removeNode(m_node, m_shouldAssumeContentIsAlwaysEditable); in doApply()
DInsertNodeBeforeCommand.cpp38 , m_shouldAssumeContentIsAlwaysEditable(shouldAssumeContentIsAlwaysEditable) in InsertNodeBeforeCommand()
51 …if (!parent || (m_shouldAssumeContentIsAlwaysEditable == DoNotAssumeContentIsAlwaysEditable && !pa… in doApply()
DRemoveNodeCommand.cpp38 , m_shouldAssumeContentIsAlwaysEditable(shouldAssumeContentIsAlwaysEditable) in RemoveNodeCommand()
47 if (!parent || (m_shouldAssumeContentIsAlwaysEditable == DoNotAssumeContentIsAlwaysEditable in doApply()
DRemoveNodePreservingChildrenCommand.h48 ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable; variable
DRemoveNodeCommand.h51 ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable; variable
DInsertNodeBeforeCommand.h51 ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable; variable