Searched refs:DocumentFragment (Results 76 - 95 of 95) sorted by relevance

1234

/external/webkit/Source/WebCore/dom/
H A Dxml_expat_tokenizer.cpp35 #include "DocumentFragment.h"
277 XMLTokenizer::XMLTokenizer(DocumentFragment *fragment, Element *parentElement)
954 bool parseXMLDocumentFragment(const String &string, DocumentFragment *fragment, Element *parent)
H A DXMLDocumentParserQt.cpp34 #include "DocumentFragment.h"
115 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, FragmentScriptingPermission permission)
H A DDocument.h68 class DocumentFragment;
319 PassRefPtr<DocumentFragment> createDocumentFragment();
H A DDocument.cpp53 #include "DocumentFragment.h"
720 PassRefPtr<DocumentFragment> Document::createDocumentFragment()
722 return DocumentFragment::create(document());
840 DocumentFragment* oldFragment = static_cast<DocumentFragment*>(importedNode);
841 RefPtr<DocumentFragment> newFragment = createDocumentFragment();
H A DElement.cpp40 #include "DocumentFragment.h"
141 PassRefPtr<DocumentFragment> Element::deprecatedCreateContextualFragment(const String& markup, FragmentScriptingPermission scriptingPermission)
143 RefPtr<DocumentFragment> fragment = document()->createDocumentFragment();
H A DXMLDocumentParserLibxml2.cpp35 #include "DocumentFragment.h"
572 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, FragmentScriptingPermission scriptingPermission)
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h494 virtual DocumentFragment* documentFragmentFromAttributedString(NSAttributedString*, Vector<RefPtr<ArchiveResource> >&) { return 0; };
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm56 #import <WebCore/DocumentFragment.h>
365 DocumentFragment* WebEditorClient::documentFragmentFromAttributedString(NSAttributedString *string, Vector<RefPtr<ArchiveResource> >& resources)
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp38 #include "DocumentFragment.h"
192 static bool executeInsertFragment(Frame* frame, PassRefPtr<DocumentFragment> fragment)
200 RefPtr<DocumentFragment> fragment = DocumentFragment::create(frame->document());
H A DEditor.cpp45 #include "DocumentFragment.h"
351 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
388 bool Editor::shouldInsertFragment(PassRefPtr<DocumentFragment> fragment, PassRefPtr<Range> replacingDOMRange, EditorInsertAction givenAction)
402 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
H A DCompositeEditCommand.cpp34 #include "DocumentFragment.h"
965 RefPtr<DocumentFragment> fragment;
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp32 #include "DocumentFragment.h"
363 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission, bool usePreHTML5ParserQuirks)
382 // and instead use the DocumentFragment as a root node.
410 HTMLTreeBuilder::FragmentParsingContext::FragmentParsingContext(DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission)
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl388 attribute DocumentFragmentConstructor DocumentFragment;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp76 #include <WebCore/DocumentFragment.h>
1780 RefPtr<DocumentFragment> textFragment = createFragmentFromText(frame->selection()->toNormalizedRange().get(), text);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java988 ? new DOMBuilder(doc, (org.w3c.dom.DocumentFragment) outputNode)
1317 * @param doDocFrag true if a DocumentFragment should be created as
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp82 #include "DocumentFragment.h" // Only needed for ReplaceSelectionCommand.h :(
1112 RefPtr<DocumentFragment> fragment = createFragmentFromText(
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm63 #import <WebCore/DocumentFragment.h>
H A DWebHTMLView.mm83 #import <WebCore/DocumentFragment.h>
/external/webkit/Source/WebCore/
H A DAndroid.mk134 dom/DocumentFragment.cpp \
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 398 milliseconds

1234