OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DocumentFragment
(Results
76 - 100
of
179
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java
27
import org.w3c.dom.
DocumentFragment
;
70
public
DocumentFragment
createDocumentFragment() {
/external/webkit/Source/WebCore/platform/qt/
DragDataQt.cpp
30
#include "
DocumentFragment
.h"
132
PassRefPtr<
DocumentFragment
> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const
/external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp
32
#include "
DocumentFragment
.h"
283
PassRefPtr<
DocumentFragment
> Pasteboard::
documentFragment
(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
296
PassRefPtr<
DocumentFragment
> fragment = fragmentFromCFHTML(frame->document(), cfhtml);
312
RefPtr<
DocumentFragment
> fragment = createFragmentFromText(context.get(), str);
329
RefPtr<
DocumentFragment
> fragment = createFragmentFromText(context.get(), str);
ClipboardUtilitiesWin.cpp
29
#include "
DocumentFragment
.h"
531
PassRefPtr<
DocumentFragment
> fragmentFromFilenames(Document*, const IDataObject*)
537
PassRefPtr<
DocumentFragment
> fragmentFromFilenames(Document*, const DragDataMap*)
555
// Convert a String containing CF_HTML formatted text to a
DocumentFragment
556
PassRefPtr<
DocumentFragment
> fragmentFromCFHTML(Document* doc, const String& cfhtml)
574
PassRefPtr<
DocumentFragment
> fragmentFromHTML(Document* doc, IDataObject* data)
582
if (RefPtr<
DocumentFragment
> fragment = fragmentFromCFHTML(doc, cfhtml))
594
PassRefPtr<
DocumentFragment
> fragmentFromHTML(Document* document, const DragDataMap* data)
601
if (RefPtr<
DocumentFragment
> fragment = fragmentFromCFHTML(document, stringData))
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrinsertbefore3.java
67
DocumentFragment
docFrag;
hc_attrinsertbefore4.java
67
DocumentFragment
docFrag;
hc_attrinsertbefore7.java
69
DocumentFragment
docFrag;
hc_attrreplacechild2.java
67
DocumentFragment
docFrag;
hc_nodeappendchilddocfragment.java
31
* If the "newChild" is a
DocumentFragment
object then
34
* Create and populate a new
DocumentFragment
object and
38
* two Element nodes from the
DocumentFragment
.
70
DocumentFragment
newdocFragment;
nodeappendchilddocfragment.java
31
* Create and populate a new
DocumentFragment
object and
35
* two Element nodes from the
DocumentFragment
.
66
DocumentFragment
newdocFragment;
/external/webkit/Source/WebCore/html/
HTMLElement.cpp
30
#include "
DocumentFragment
.h"
277
PassRefPtr<
DocumentFragment
> HTMLElement::deprecatedCreateContextualFragment(const String& markup, FragmentScriptingPermission scriptingPermission)
301
static void replaceChildrenWithFragment(HTMLElement* element, PassRefPtr<
DocumentFragment
> fragment, ExceptionCode& ec)
340
// We may want to move a version of this function into
DocumentFragment
.h/cpp
341
static PassRefPtr<
DocumentFragment
> createFragmentFromSource(const String& markup, Element* contextElement, ExceptionCode& ec)
344
RefPtr<
DocumentFragment
> fragment;
346
fragment =
DocumentFragment
::create(document);
362
RefPtr<
DocumentFragment
> fragment = createFragmentFromSource(html, this, ec);
376
RefPtr<
DocumentFragment
> fragment = createFragmentFromSource(html, parent, ec);
383
PassRefPtr<
DocumentFragment
> HTMLElement::textToFragment(const String& text, ExceptionCode& ec
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java
30
import org.w3c.dom.
DocumentFragment
;
62
/** First node of document fragment or null if not a
DocumentFragment
*/
63
public
DocumentFragment
m_docFrag = null;
94
public DOMBuilder(Document doc,
DocumentFragment
docFrag)
112
* Get the root document or
DocumentFragment
of the DOM being created.
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java
11
import org.w3c.dom.
DocumentFragment
;
247
DocumentFragment
docFragment;
264
DocumentFragment
docFragment;
ImportNode.java
36
import org.w3c.dom.
DocumentFragment
;
181
DocumentFragment
docFrag;
278
DocumentFragment
docFrag;
/external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatedocumentfragment.js
78
Create a new
DocumentFragment
and add a newly created Element node(with one attribute).
80
with an Element within a
DocumentFragment
.
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrcreatedocumentfragment.js
78
Create a new
DocumentFragment
and add a newly created Element node(with one attribute).
80
with an Element within a
DocumentFragment
.
/external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition14.js
78
Using compareDocumentPosition check if the
DocumentFragment
node contains and precedes an Element
79
node appended to it, and that the Element node is contained and follows the
DocumentFragment
node.
nodeinsertbefore13.js
87
Using insertBefore on a
DocumentFragment
node attempt to insert a new Element node
88
created by another Document, before this
DocumentFragment
's Element node and
/external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.h
48
HTMLConstructionSite(
DocumentFragment
*, FragmentScriptingPermission);
138
// constructed nodes. It points to a
DocumentFragment
when parsing fragments
HTMLElementStack.h
41
class
DocumentFragment
;
174
// A
DocumentFragment
takes the place of the document element when parsing
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm
39
#import <WebCore/
DocumentFragment
.h>
109
DocumentFragment
* WebEditorClient::documentFragmentFromAttributedString(NSAttributedString *string, Vector<RefPtr<ArchiveResource> >& resources)
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java
23
import org.w3c.dom.
DocumentFragment
;
108
if (newChild instanceof
DocumentFragment
) {
/external/webkit/Source/WebCore/editing/
Editor.h
127
bool shouldInsertFragment(PassRefPtr<
DocumentFragment
>, PassRefPtr<Range>, EditorInsertAction);
333
void pasteAsFragment(PassRefPtr<
DocumentFragment
>, bool smartReplace, bool matchStyle);
412
void replaceSelectionWithFragment(PassRefPtr<
DocumentFragment
>, bool selectReplacement, bool smartReplace, bool matchStyle);
/external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm
32
#import "
DocumentFragment
.h"
384
PassRefPtr<
DocumentFragment
> Pasteboard::documentFragmentWithImageResource(Frame* frame, PassRefPtr<ArchiveResource> resource)
395
RefPtr<
DocumentFragment
> fragment = frame->document()->createDocumentFragment();
404
PassRefPtr<
DocumentFragment
> Pasteboard::documentFragmentWithRtf(Frame* frame, NSString* pboardType)
422
RefPtr<
DocumentFragment
> fragment = frame->editor()->client()->documentFragmentFromAttributedString(string, resources);
494
PassRefPtr<
DocumentFragment
> Pasteboard::
documentFragment
(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
497
RefPtr<
DocumentFragment
> fragment;
/external/webkit/Source/WebCore/bindings/v8/custom/
V8XSLTProcessorCustom.cpp
35
#include "
DocumentFragment
.h"
80
RefPtr<
DocumentFragment
> result = imp->transformToFragment(source, owner);
Completed in 1071 milliseconds
1
2
3
4
5
6
7
8