HomeSort by relevance Sort by last modified time
    Searched refs:DocumentFragment (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodedocumentfragmentnodename.java 32 * DocumentFragment Node is "#document-frament".
65 DocumentFragment docFragment;
nodedocumentfragmentnodetype.java 31 * The "getNodeType()" method for a DocumentFragment Node
65 DocumentFragment documentFragmentNode;
nodedocumentfragmentnodevalue.java 32 * DocumentFragment Node is null.
68 DocumentFragment docFragment;
attrcreatedocumentfragment.java 31 * Attr nodes may be associated with Element nodes contained within a DocumentFragment.
32 * Create a new DocumentFragment and add a newly created Element node(with one attribute).
34 * with an Element within a DocumentFragment.
64 DocumentFragment docFragment;
documentcreatedocumentfragment.java 32 * DocumentFragment object.
63 DocumentFragment newDocFragment;
hc_attrappendchild3.java 69 DocumentFragment docFrag;
hc_attrcreatedocumentfragment.java 31 * Create a new DocumentFragment and add a newly created Element node(with one attribute).
33 * with an Element within a DocumentFragment.
65 DocumentFragment docFragment;
hc_documentcreatedocumentfragment.java 32 * DocumentFragment object.
62 DocumentFragment newDocFragment;
hc_nodeinsertbeforedocfragment.java 31 * If the "newChild" is a DocumentFragment object then all
35 * Create a DocumentFragment object and populate it with
37 * insert the newly created DocumentFragment before its
72 DocumentFragment newdocFragment;
nodeinsertbeforedocfragment.java 31 * If the "newChild" is a DocumentFragment object then all
35 * Create a DocumentFragment object and populate it with
37 * insert the newly created DocumentFragment before its
72 DocumentFragment newdocFragment;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize2.java 60 DocumentFragment docFragment;
documentimportnode09.java 39 * Using the method importNode with deep=false, import a newly created DocumentFragment node
41 * Since deep=false, an empty DocumentFragment should be returned
76 DocumentFragment docFragment;
documentimportnode10.java 39 * Using the method importNode with deep=false, import a newly created DocumentFragment node
41 * Since deep=true, a DocumentFragment with its child should be returned
76 DocumentFragment docFragment;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextEvent.cpp 30 #include "core/dom/DocumentFragment.h"
50 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
79 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment,
Range.h 43 class DocumentFragment;
85 PassRefPtr<DocumentFragment> extractContents(ExceptionState&);
86 PassRefPtr<DocumentFragment> cloneContents(ExceptionState&);
93 PassRefPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
165 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionState&);
166 static PassRefPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionState&);
Range.idl 56 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment extractContents();
57 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment cloneContents();
72 [RaisesException, CustomElementCallbacks=Enable] DocumentFragment createContextualFragment([Default=Undefined] optional DOMString html);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 37 import org.w3c.dom.DocumentFragment;
347 public DocumentFragment rtree(XPathContext support)
349 DocumentFragment docFrag = null;
359 docFrag = (DocumentFragment)frag.getNode(frag.getDocument());
364 docFrag = (DocumentFragment)frag.getNode(frag.getDocument());
376 public DocumentFragment rtree()
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 41 struct SameSizeAsShadowRoot : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
55 : DocumentFragment(0, CreateShadowRoot)
137 if (RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, host(), AllowScriptingContent, es))
252 DocumentFragment::attach(context);
258 DocumentFragment::insertedInto(insertionPoint);
289 DocumentFragment::removedFrom(insertionPoint);
ShadowRoot.idl 29 ] interface ShadowRoot : DocumentFragment {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 30 class DocumentFragment;
123 PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
HTMLTemplateElement.cpp 35 #include "core/dom/DocumentFragment.h"
59 DocumentFragment* HTMLTemplateElement::content() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragData.cpp 31 #include "core/dom/DocumentFragment.h"
138 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const
159 if (RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, baseURL, DisallowScriptingAndPluginContent))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 42 #include "core/dom/DocumentFragment.h"
94 static void completeURLs(DocumentFragment* fragment, const String& baseURL)
644 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document* document, const String& markup, const String& baseURL, ParserContentPolicy parserContentPolicy)
648 RefPtr<DocumentFragment> fragment = DocumentFragment::create(document);
675 static void trimFragment(DocumentFragment* fragment, Node* nodeBeforeContext, Node* nodeAfterContext)
697 PassRefPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document* document, const String& markup, unsigned fragmentStart, unsigned fragmentEnd,
709 RefPtr<DocumentFragment> taggedFragment = createFragmentFromMarkup(document, taggedMarkup.toString(), baseURL, parserContentPolicy);
    [all...]
MoveSelectionCommand.cpp 29 #include "core/dom/DocumentFragment.h"
34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 41 class DocumentFragment;

Completed in 257 milliseconds

12 3 4 5 6