/external/webkit/Source/WebCore/platform/android/ |
TemporaryLinkStubs.cpp | 42 #include "DocumentFragment.h" 140 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame*, PassRefPtr<Range>, bool, bool&)
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 74 virtual WebCore::DocumentFragment* documentFragmentFromAttributedString(NSAttributedString *, Vector< RefPtr<WebCore::ArchiveResource> >&);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebEditorClient.h | 98 virtual WebCore::DocumentFragment* documentFragmentFromAttributedString(NSAttributedString *, Vector< RefPtr<WebCore::ArchiveResource> >&);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodedocumentfragmentnodename.js | 79 DocumentFragment Node is "#document-frament".
|
hc_nodedocumentfragmentnodetype.js | 78 The "getNodeType()" method for a DocumentFragment Node
|
hc_documentcreatedocumentfragment.js | 79 DocumentFragment object.
|
hc_nodedocumentfragmentnodevalue.js | 79 DocumentFragment Node is null.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodedocumentfragmentnodename.js | 79 DocumentFragment Node is "#document-frament".
|
hc_nodedocumentfragmentnodetype.js | 78 The "getNodeType()" method for a DocumentFragment Node
|
hc_documentcreatedocumentfragment.js | 79 DocumentFragment object.
|
hc_nodedocumentfragmentnodevalue.js | 79 DocumentFragment Node is null.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode15.js | 78 Using the method adoptNode, adopt a newly created DocumentFragment node without any children.
|
documentrenamenode26.js | 78 Invoke the renameNode method oto attempt to rename a new DocumentFragment node
|
noderemovechild10.js | 78 Using removeChild on a new DocumentFragment node attempt to remove a new Element node and
|
noderemovechild11.js | 81 Using removeChild on a new DocumentFragment node attempt to remove a new Text node and
|
documentadoptnode13.js | 78 Using the method adoptNode, adopt a newly created DocumentFragment node populated with 79 with the first acronym element of this Document. Since the decendants of a documentFragment
|
documentadoptnode14.js | 78 Using the method adoptNode in a new Document, adopt a newly created DocumentFragment node populated with 79 with the first acronym element of this Document as its newChild. Since the decendants of a documentFragment
|
nodecomparedocumentposition16.js | 78 Using compareDocumentPosition check if the document position of a DocumentFragment node compared with
|
nodegettextcontent16.js | 82 Invoke the method getTextContent on a new DocumentFragment node with new Text, EntityReferences
|
nodeinsertbefore11.js | 81 Using insertBefore on a DocumentFragment node attempt to insert a child nodes before
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 30 #include "DocumentFragment.h" 91 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission) 147 // We will not have a scriptRunner when parsing a DocumentFragment. 202 // We will not have a scriptRunner when parsing a DocumentFragment. 530 // so this will not be called in the DocumentFragment case. 558 void HTMLDocumentParser::parseDocumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission)
|
/external/webkit/Source/WebCore/platform/mac/ |
DragDataMac.mm | 31 #import "DocumentFragment.h" 151 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const 155 return pasteboard.documentFragment(frame, range, allowPlainText, chosePlainText);
|
/external/webkit/Source/WebCore/editing/ |
markup.cpp | 42 #include "DocumentFragment.h" 673 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document* document, const String& markup, const String& baseURL, FragmentScriptingPermission scriptingPermission) 680 RefPtr<DocumentFragment> fragment = fakeBody->deprecatedCreateContextualFragment(markup, scriptingPermission); [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 31 #include "DocumentFragment.h" 1025 RefPtr<DocumentFragment> fragment = htmlElement->Element::deprecatedCreateContextualFragment(markup); 1071 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); 1123 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); 1173 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); [all...] |
/external/webkit/Source/WebCore/dom/ |
Range.cpp | 30 #include "DocumentFragment.h" 667 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec) 669 RefPtr<DocumentFragment> fragment; 671 fragment = DocumentFragment::create(m_ownerDocument.get()); 769 PassRefPtr<Node> Range::processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragment> fragment, 913 PassRefPtr<DocumentFragment> Range::extractContents(ExceptionCode& ec) 922 PassRefPtr<DocumentFragment> Range::cloneContents(ExceptionCode& ec) 976 // check each child node, not the DocumentFragment itself [all...] |