HomeSort by relevance Sort by last modified time
    Searched refs:DocumentFragment (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 56 #import <WebCore/DocumentFragment.h>
365 DocumentFragment* WebEditorClient::documentFragmentFromAttributedString(NSAttributedString *string, Vector<RefPtr<ArchiveResource> >& resources)
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 53 #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();
    [all...]
Element.cpp 40 #include "DocumentFragment.h"
141 PassRefPtr<DocumentFragment> Element::deprecatedCreateContextualFragment(const String& markup, FragmentScriptingPermission scriptingPermission)
143 RefPtr<DocumentFragment> fragment = document()->createDocumentFragment();
    [all...]
XMLDocumentParserLibxml2.cpp 35 #include "DocumentFragment.h"
572 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, FragmentScriptingPermission scriptingPermission)
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 38 #include "DocumentFragment.h"
192 static bool executeInsertFragment(Frame* frame, PassRefPtr<DocumentFragment> fragment)
200 RefPtr<DocumentFragment> fragment = DocumentFragment::create(frame->document());
    [all...]
Editor.cpp 45 #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)
    [all...]
CompositeEditCommand.cpp 34 #include "DocumentFragment.h"
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 48 import org.w3c.dom.DocumentFragment;
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 32 #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)
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 388 attribute DocumentFragmentConstructor DocumentFragment;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 76 #include <WebCore/DocumentFragment.h>
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 988 ? new DOMBuilder(doc, (org.w3c.dom.DocumentFragment) outputNode)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 82 #include "DocumentFragment.h" // Only needed for ReplaceSelectionCommand.h :(
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 63 #import <WebCore/DocumentFragment.h>
    [all...]
WebHTMLView.mm 83 #import <WebCore/DocumentFragment.h>
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 134 dom/DocumentFragment.cpp \
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 536 milliseconds

1 2 3 4 5 67 8