Home
last modified time | relevance | path

Searched refs:m_documentFragment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h112 RefPtr<DocumentFragment> m_documentFragment; variable
DReplaceSelectionCommand.cpp365 , m_documentFragment(fragment) in ReplaceSelectionCommand()
894 ReplacementFragment fragment(&document(), m_documentFragment.get(), selection); in doApply()