/external/webkit/WebKit/win/Interfaces/ |
DOMHTML.idl | 281 HRESULT setInnerHTML([in] BSTR html);
|
/external/libxml2/ |
parserInternals.c | 3 * XML and HTML parsers. 561 if ((*ctxt->input->cur == '%') && (!ctxt->html)) [all...] |
debugXML.c | 2455 int html = 0; local [all...] |
HTMLparser.c | 2 * HTMLparser.c : an HTML 4.0 non-verifying parser 68 * @ctxt: an HTML parser context 97 * @ctxt: an HTML parser context 125 * @ctxt: an HTML parser context 156 * @ctxt: an HTML parser context 183 * @ctxt: an HTML parser context 292 * @ctxt: the HTML parser context 423 * @ctxt: the HTML parser context 456 * The list of HTML elements and their properties * 473 /* Definitions and a couple of vars for HTML Elements * [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageView.java | 169 // contains the HTML body. Is used by LoadAttachmentTask to display inline images. 173 // contains the HTML content as set in WebView. 764 "text/html", "utf-8", null); 1246 String html = Body.restoreBodyHtmlWithMessageId(MessageView.this, mId); local [all...] |
/external/chromium/third_party/libevent/ |
http.c | 276 evhttp_htmlescape(const char *html) 278 int i, new_size = 0, old_size = strlen(html); 283 new_size += strlen(html_replace(html[i], scratch_space)); 289 const char *replaced = html_replace(html[i], scratch_space); 498 "Content-Type", "text/html; charset=ISO-8859-1"); [all...] |
/external/libxml2/include/libxml/ |
parser.h | 193 int html; /* an HTML(1)/Docbook(2) document */ member in struct:_xmlParserCtxt [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-209067.js | 164 s += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'; 165 s += '<html lang="en">'; 167 s += ' <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">'; 184 s += 'document.adPopupFile = "/cnn_adspaces/adsPopup2.html";'; 364 s += ' </tr><!--include virtual="/.element/ssi/sect/MAIN/1.0/banner.html"-->'; 373 s += ' <a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html"><img src="http://i.cnn.net/cnn/2003/SHOWBIZ/Movies/06/12/obit.peck/top.peck.obit.jpg" alt="Oscar-winner Peck dies" width="280" height="210" border="0" hspace="0" vspace="0"></a>'; 376 s += ' <h2 style="font-size:20px;"><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html">Oscar-winner Peck dies</a></h2>'; 381 s += ' <b><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html" class="cnnt1link">FULL STORY</a></b>'; 391 s += '• <span class="cnnBodyText" style="font-weight:bold;color:#333">Interactive: </span> <a href="javascript:CNN_openPopup("/interactive/entertainment/0306/peck.obit/frameset.exclude.html","620x430","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, (…) [all...] |
/external/zlib/contrib/masmx86/ |
match686.asm | 9 ; http://www.muppetlabs.com/~breadbox/software/assembly.html
165 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html
|
gvmat32.asm | 8 ; http://www.muppetlabs.com/~breadbox/software/assembly.html
659 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html
|
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 441 QWebPage::mainFrame(). Additional frames will be created for HTML 445 the HTML content readily available, you can use setHtml() instead. 458 The title of an HTML frame can be accessed with the title() property. 585 Returns the frame's content as HTML, enclosed in HTML and BODY tags. 598 stripped of all HTML formatting. 615 html. 627 \brief the title of the frame as defined by the HTML <title> element 644 of the \c{<meta>} tags in the HTML document. 649 <html> [all...] |
/build/tools/droiddoc/templates/ |
macros.cs | 138 Since: <a href="<?cs var:toroot ?>guide/appendix/api-levels.html#level<?cs var:obj.since ?>">API Level <?cs var:obj.since ?></a>
|
class.cs | 3 <html> 623 </html>
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html 9 package com.vladium.emma.report.html; 51 import com.vladium.emma.report.html.doc.*; [all...] |
/build/ |
envsetup.sh | 895 echo "generating html file..." 896 dmtracedump -h $TRACE/dmtrace >| $TRACE/dmtrace.html || return 897 echo "done, see $TRACE/dmtrace.html for details"
|
/external/bison/djgpp/ |
config.bat | 46 set HTML=enabled
47 if not "%HTML%" == "enabled" goto SmallEnv
124 if "%1" == "withouthtml" set HTML=disabled
125 if "%1" == "withoutHTML" set HTML=disabled
126 if "%1" == "WITHOUTHTML" set HTML=disabled
127 if not "%HTML%" == "disabled" goto SmallEnv
154 if "%HTML%" == "enabled" echo --enable-html >> arguments
155 if "%HTML%" == "disabled" echo --disable-html >> arguments [all...] |
/external/jdiff/src/jdiff/ |
RootDocToXML.java | [all...] |
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 159 my %supportedTestExtensions = map { $_ => 1 } qw(html shtml svg xml xhtml pl php); 407 print STDERR "-- Please remember to include a detailed description in your ChangeLog entry. --\n-- See <http://webkit.org/coding/contributing.html> for more info --\n"; [all...] |
/external/wpa_supplicant/ |
Makefile | 914 rm -rf doc/latex doc/html
|
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 49 * (See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".) 229 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>". 241 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>". 334 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>". [all...] |
/build/tools/droiddoc/templates/assets/ |
prettify.js | 6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
|
/external/v8/benchmarks/ |
richards.js | 32 // http://www.cl.cam.ac.uk/~mr10/Bench.html
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-richards.js | 32 // http://www.cl.cam.ac.uk/~mr10/Bench.html
|
/external/webkit/WebCore/html/canvas/ |
WebGLRenderingContext.idl | 26 module html { [all...] |
/external/webkit/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 179 m_view->setHtml(QString("<html><body><form name='tstform' action='data:text/html,foo'method='get'>" 180 "<input type='text'><input type='submit'></form></body></html>"), QUrl()); 212 m_view->setHtml(QString("<html><bodytest</body></html>"), QUrl()); 223 m_view->setHtml(QString("data:text/html,<frameset cols=\"25%,75%\"><frame src=\"data:text/html," 225 "<frame src=\"data:text/html,bar\"></frameset>"), QUrl()); 233 m_view->setHtml(QString("data:text/html,<frameset cols=\"25%,75%\"><frame src=\"data:text/html," [all...] |