HomeSort by relevance Sort by last modified time
    Searched full:m_fragment (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/editing/
MoveSelectionCommand.cpp 35 : CompositeEditCommand(position.anchorNode()->document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete)
37 ASSERT(m_fragment);
76 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
MoveSelectionCommand.h 48 RefPtr<DocumentFragment> m_fragment; member in class:WebCore::MoveSelectionCommand
ReplaceSelectionCommand.cpp 91 RefPtr<DocumentFragment> m_fragment; member in class:WebCore::ReplacementFragment
129 m_fragment(fragment),
136 if (!m_fragment)
138 if (!m_fragment->firstChild())
152 removeInterchangeNodes(m_fragment.get());
170 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
171 if (!m_fragment->firstChild())
185 return (!m_fragment || !m_fragment->firstChild()) && !m_hasInterchangeNewlineAtStart && !m_hasInterchangeNewlineAtEnd;
190 return m_fragment ? m_fragment->firstChild() : 0;
    [all...]