HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 276 - 300 of 351) sorted by null

<<1112131415

  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 1 # iExploder - Generates bad HTML files to perform QA for web browsers.
216 if tag =~ /html|body|head/
268 # building the HTML
269 bodyText = mangleTag('html')
311 bodyText << "</body>\n</html>"
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 405 * html div#naMessage div { position:absolute; }
441 * html #side-nav li.selected,
442 * html #side-nav li.selected *,
443 * html #side-nav div.label.selected,
444 * html #side-nav div.label.selected * {
android-developer-core.css 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
21 html, body {
862 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
864 * html #list-clip {
search_autocomplete.js 264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
74 html, body {
993 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
995 * html #list-clip {
  /external/libxml2/
legacy.c 42 * Substitute the HTML entities by their value
97 "is html",
163 * @ctxt: an XML/HTML parser context
191 } else if (!strcmp(name, "is html")) {
192 *((int *) result) = ctxt->html;
272 * @ctxt: an XML/HTML parser context
309 } else if (!strcmp(name, "is html")) {
310 ctxt->html = *((int *) value);
    [all...]
xmllint.c 160 static int html = 0; variable
527 * HTML ouput *
    [all...]
parserInternals.c 3 * XML and HTML parsers.
561 if ((*ctxt->input->cur == '%') && (!ctxt->html))
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 230 the HTML content readily available, you can use setHtml() instead.
246 The title of an HTML document can be accessed with the title() property.
438 Sets the content of the web view to the specified \a html.
440 External objects such as stylesheets or images referenced in the HTML
443 The \a html is loaded immediately; external objects are loaded asynchronously.
448 through the charset attribute of the HTML script tag. Alternatively, the
453 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
455 page()->mainFrame()->setHtml(html, baseUrl);
460 is empty it is currently assumed that the content is HTML but in future versions we may introduce
596 Parts of HTML documents can be editable for example through th
    [all...]
qgraphicswebview.cpp 801 Sets the content of the web view to the specified \a html.
803 External objects such as stylesheets or images referenced in the HTML
806 The \a html is loaded immediately; external objects are loaded asynchronously.
811 through the charset attribute of the HTML script tag. Alternatively, the
816 void QGraphicsWebView::setHtml(const QString& html, const QUrl& baseUrl)
818 page()->mainFrame()->setHtml(html, baseUrl);
823 is empty it is currently assumed that the content is HTML but in future versions we may introduce
853 Parts of HTML documents can be editable for example through the
854 \c{contenteditable} attribute on HTML elements.
  /sdk/files/
find_java.bat 54 echo http://developer.android.com/sdk/requirements.html
  /build/core/
java.mk 281 findbugs_html := $(PRODUCT_OUT)/findbugs/$(LOCAL_MODULE).html
287 $(hide) prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl $(PRIVATE_XML_FILE) \
definitions.mk 239 ## Find all of the html files under the named directories.
241 ## SRC_FILES := $(call all-html-files-under,src tests)
244 define all-html-files-under
247 find $(1) -name "*.html" -and -not -name ".*") \
252 ## Find all of the html files from here. Meant to be used like:
253 ## SRC_FILES := $(call all-subdir-html-files)
256 define all-subdir-html-files
257 $(call all-html-files-under,.)
302 define find-other-html-files
303 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*"
    [all...]
  /external/clearsilver/imd/
imd.cs 20 <HTML>
26 <?cs include:"/home/www/header.html" ?>
203 <?cs include:"/home/www/footer.html" ?>
205 </HTML>
  /external/elfutils/libelf/
Makefile 676 html: html-am
715 distclean-tags distdir dvi dvi-am html html-am info info-am \
  /external/elfutils/tests/
Makefile 746 html: html-am
784 dvi-am html html-am info info-am install install-am \
  /external/webkit/WebCore/
Android.jscbindings.mk 50 $(base_intermediates)/WebCore/html/canvas \
  /external/webkit/WebCore/css/
html.css 2 * The default style sheet used to render HTML.
26 html {
590 html:focus, body:focus, input[readonly]:focus {
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 185 http://webkit.org/coding/coding-style.html
604 'html',
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 35 import android.text.Html;
59 * inserting image, import/export HTML.
195 * List of int of size exported to HTML.
380 * Set html to EditStyledText.
382 * @param html
383 * The html to be set.
385 public void setHtml(String html) {
386 mConverter.SetHtml(html);
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 29 // A simple way to check for HTML strings or ID strings
47 // Handle HTML strings
49 // Are we dealing with HTML string or an ID?
55 // HANDLE: $(html) -> $(array)
219 wrapAll: function( html ) {
222 var wrap = jQuery( html, this[0].ownerDocument ).clone();
240 wrapInner: function( html ) {
242 jQuery( this ).contents().wrapAll( html );
246 wrap: function( html ) {
248 jQuery( this ).wrapAll( html );
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 687 /* [in] */ BSTR html);
    [all...]
  /external/webkit/WebKit/chromium/src/js/
Tests.js 231 * Tests elements tree has an "HTML" root.
236 this.assertEquals("HTML", doc.documentElement.nodeName);
251 this.assertEquals("simple_page.html", tokens.join(","));
265 test.assertEquals("simple_page.html", payload.lastPathComponent);
290 var html = false;
298 if (resource.url.search("image.html$") !== -1) {
302 "image.html content length is greater thatn expected.");
304 html = true;
313 if (html && png) {
405 test.assertEquals("text/html", payload.mimeType)
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 281 HRESULT setInnerHTML([in] BSTR html);
  /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.
762 "text/html", "utf-8", null);
1246 String html = Body.restoreBodyHtmlWithMessageId(MessageView.this, mId); local
    [all...]

Completed in 2153 milliseconds

<<1112131415