Home
last modified time | relevance | path

Searched refs:toHTML (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dsocketsview.js40 tablePrinter.toHTML(this.socketPoolDiv_, 'styledTable');
48 groupTablePrinter.toHTML(p, 'styledTable');
Dspdyview.js54 tablePrinter.toHTML(this.spdySessionDiv_, 'styledTable');
84 tabPrinter.toHTML(this.spdyAlternateProtocolMappingsDiv_, 'styledTable');
Dutil.js309 TablePrinter.prototype.toHTML = function(parent, style) { method in TablePrinter
/external/webkit/Source/WebKit/chromium/src/
DWebRange.cpp80 return m_private->toHTML(); in toHTMLText()
/external/webkit/Source/WebCore/dom/
DRange.h82 String toHTML() const;
DRange.cpp1060 String Range::toHTML() const in toHTML() function in WebCore::Range
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js151 toHTML: function(object) { method
152 return object && object.toHTML ? object.toHTML() : String.interpret(object);
1610 content = Object.toHTML(content);
1620 content = Object.toHTML(content);
1634 Object.isElement(insertions) || (insertions && (insertions.toElement || insertions.toHTML)))
1650 content = Object.toHTML(content);
2449 content = Object.toHTML(content);
2474 content = Object.toHTML(content);
Dconcat-jquery-mootools-prototype.js8530 toHTML: function(object) { method
8531 return object && object.toHTML ? object.toHTML() : String.interpret(object);
9989 content = Object.toHTML(content);
9999 content = Object.toHTML(content);
10013 Object.isElement(insertions) || (insertions && (insertions.toElement || insertions.toHTML)))
10029 content = Object.toHTML(content);
10828 content = Object.toHTML(content);
10853 content = Object.toHTML(content);
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp201 return m_impl->frame->selection()->toNormalizedRange()->toHTML(); in GetSelectionAsHTML()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2828 markup = markup + currentRange->toHTML().utf8().data(); in formatMarkup()
2853 markup = markup + currentRange->toHTML().utf8().data(); in formatMarkup()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp2704 return d->page->focusController()->focusedOrMainFrame()->editor()->selectedRange()->toHTML(); in selectedHtml()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2328293 …* khtml/dom/dom_node.cpp: (Node::toHTML): Call createMarkup since there's no toHTML in NodeImpl an…
28306 (KHTMLPart::slotDebugDOMTree): Use createMarkup instead of toHTML.
28318 …* khtml/xml/dom2_rangeimpl.h: Removed extra parameters from toHTML, and unneeded includes and decl…
28319 …* khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::toHTML): Changed to call createMarkup, and moved …
28322 * khtml/xml/dom_nodeimpl.h: Moved toHTML and related functions into markup.cpp.
28455 …(DOM::RangeImpl::toHTML): No longer uses addCommentToHTMLMarkup; now calls interchangeNewlineMarku…
28843 (DOM::RangeImpl::toHTML): Ditto.
29574 (DOM::RangeImpl::toHTML): Calls to startMarkup now pass true for the new annotate flag.
29862 … (DOM::RangeImpl::toHTML): Added new EAnnotateForInterchange default argument to control whether
29867 DOM::RangeImpl::toHTML uses annotations when generating.
[all …]
DChangeLog-2002-12-0315029 (Node::index), (Node::toHTML), (Node::applyChanges), (Node::getCursor),
DChangeLog-2006-12-3140880 this until we expose createMarkup in non-annotate mode (I'd expose Range::toHTML).