HomeSort by relevance Sort by last modified time
    Searched refs:DocumentFragment (Results 76 - 100 of 194) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 37 #include "core/dom/DocumentFragment.h"
323 PassRefPtrWillBeRawPtr<DocumentFragment> HTMLElement::textToFragment(const String& text, ExceptionState& exceptionState)
325 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document());
409 RefPtrWillBeRawPtr<DocumentFragment> fragment = textToFragment(text, exceptionState);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 113 HTMLConstructionSite(DocumentFragment*, ParserContentPolicy);
248 // constructed nodes. It points to a DocumentFragment when parsing fragments
HTMLDocumentParser.cpp 31 #include "core/dom/DocumentFragment.h"
126 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy)
233 // We will not have a scriptRunner when parsing a DocumentFragment.
301 // We will not have a scriptRunner when parsing a DocumentFragment.
    [all...]
HTMLConstructionSite.cpp 33 #include "core/dom/DocumentFragment.h"
334 HTMLConstructionSite::HTMLConstructionSite(DocumentFragment* fragment, ParserContentPolicy parserContentPolicy)
    [all...]
HTMLTreeBuilder.cpp 37 #include "core/dom/DocumentFragment.h"
283 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
303 // and instead use the DocumentFragment as a root node.
342 HTMLTreeBuilder::FragmentParsingContext::FragmentParsingContext(DocumentFragment* fragment, Element* contextElement)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 37 #include "core/dom/DocumentFragment.h"
152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText)
159 if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
177 RefPtrWillBeRawPtr<DocumentFragment> fragment = document.createDocumentFragment();
497 RefPtrWillBeRawPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true, chosePlainText);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 56 import org.w3c.dom.DocumentFragment;
245 ? new DOMBuilder(doc, (DocumentFragment) outputNode)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 32 import org.w3c.dom.DocumentFragment;
830 public DocumentFragment createDocumentFragment()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 35 DocumentFragment createDocumentFragment();
Document.h 78 class DocumentFragment;
298 PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragment();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 35 import org.w3c.dom.DocumentFragment;
65 ProcessingInstruction, Comment, DocumentFragment
647 public final DocumentFragment createDocumentFragment()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 107 * @param {function(!DocumentFragment)} callback
453 * @param {function(!DocumentFragment)} callback
498 * @return {!DocumentFragment}
TracingTimelineUIUtils.js 102 * @param {function(!DocumentFragment)} callback
482 * @param {function(!DocumentFragment)} callback
527 * @return {!DocumentFragment}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 41 #include "core/dom/DocumentFragment.h"
353 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
391 RefPtrWillBeRawPtr<DocumentFragment> fragment = nullptr;
504 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
    [all...]
ReplaceSelectionCommand.cpp 37 #include "core/dom/DocumentFragment.h"
77 ReplacementFragment(Document*, DocumentFragment*, const VisibleSelection&);
99 RefPtrWillBeMember<DocumentFragment> m_fragment;
148 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, const VisibleSelection& selection)
375 ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtrWillBeRawPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
    [all...]
EditorCommand.cpp 39 #include "core/dom/DocumentFragment.h"
196 static bool executeInsertFragment(LocalFrame& frame, PassRefPtrWillBeRawPtr<DocumentFragment> fragment)
206 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(*frame.document());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 39 #include "core/dom/DocumentFragment.h"
124 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document());
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 40 #include "core/dom/DocumentFragment.h"
506 bool XMLDocumentParser::parseDocumentFragment(const String& chunk, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy)
784 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, ParserContentPolicy parserContentPolicy)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 48 import org.w3c.dom.DocumentFragment;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestObject.idl 127 attribute DocumentFragment documentFragmentAttribute;
    [all...]
  /external/chromium_org/third_party/polymer_legacy/platform/
platform.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 64 third_party/WebKit/Source/core/dom/DocumentFragment.cpp \
webcore_dom.target.darwin-arm64.mk 64 third_party/WebKit/Source/core/dom/DocumentFragment.cpp \
webcore_dom.target.darwin-mips.mk 64 third_party/WebKit/Source/core/dom/DocumentFragment.cpp \
webcore_dom.target.darwin-mips64.mk 64 third_party/WebKit/Source/core/dom/DocumentFragment.cpp \

Completed in 2069 milliseconds

1 2 34 5 6 7 8