HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 201 - 225 of 1385) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/tools/telemetry/telemetry/results/
html_output_formatter.py 20 util.GetTelemetryDir(), 'support', 'html_output', 'results-template.html')
82 logging.warn('Failed to extract previous results from HTML output')
119 html = self._GetHtmlTemplate()
120 html = html.replace('%json_results%', json.dumps(self.GetCombinedResults()))
121 html = html.replace('%json_units%', self._GetUnitJson())
122 html = html.replace('%plugins%', self._GetPlugins())
123 self._SaveResults(html)
    [all...]
  /external/chromium_org/ui/accessibility/extensions/highcontrast/
highcontrast.js 33 var html = document.documentElement;
40 if (html.getAttribute('hc') != mode + scheme)
41 html.setAttribute('hc', mode + scheme);
42 if (html.getAttribute('hcx') != scheme)
43 html.setAttribute('hcx', scheme);
52 html.style.webkitFilter = filterMap[scheme];
55 html.style.webkitFilter = 'none';
59 html.setAttribute('hc', mode + '0');
60 html.setAttribute('hcx', '0');
62 html.removeAttribute('hc')
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 0 <html>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
54 </html>
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 19 udhr_jpn.html; do
span16perf.sh 19 udhr_jpn.html; do
span8perf.sh 19 udhr_jpn.html; do
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 0 <html>
46 </html>
  /cts/tools/signature-tools/src/signature/io/html/
ClassByNameComparator.java 17 package signature.io.html;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
Clipboard.java 81 * Gets the HTML text of top item on the primary clip on the Android clipboard.
83 * @return a Java string with the html text if any, or null if there is no html
124 * Writes HTML to the clipboard, together with a plain-text representation
128 * @param html The HTML content to be pasted to the clipboard.
129 * @param label The Plain-text label for the HTML content.
130 * @param text Plain-text representation of the HTML content.
132 public void setHTMLText(final String html, final String label, final String text) {
134 setPrimaryClipNoException(ClipData.newHtmlText(label, text, html));
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
Text.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
CssUrlValidateFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
35 * <li>CSS 2.1 URLs: http://www.w3.org/TR/CSS21/syndata.html#url
HtmlUrlValidateFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
24 * Validates that a given string is a valid URI and return the HTML escaped string if it is.
  /frameworks/webview/chromium/tools/WebViewShell/
run_startup_time_test.sh 10 adb push $TMPFILE /data/local/tmp/file.html
12 adb shell am start -n com.android.htmlviewer/.HTMLViewerActivity -d "file:///data/local/tmp/file.html" -a VIEW -t "text/html"
28 adb shell rm /data/local/tmp/file.html
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 45 * since many of them are deliberately testing inaccessible html.
50 * Loads some inlined html into the body of the current document, replacing
52 * @param {string} html The html to load as a string.
54 loadHtml: function(html) {
61 this.appendHtml(html);
65 * Loads some inlined html into the current document, replacing
66 * whatever was there previously. This version takes the html
70 * <p>Html goes here</p>
73 * @param {Function} commentEncodedHtml The html to load, embedded as
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlChangeReporterTest.java 29 package org.owasp.html;
69 String html = local
73 html,
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /external/chromium_org/content/renderer/
external_popup_menu_browsertest.cc 41 std::string html = "<select id='mySelect' onchange='selectChanged(this)'>" local
49 html += "<script>"
57 LoadHTML(html.c_str());
162 std::string html = "<select id='mySelect'>" local
173 LoadHTML(html.c_str());
  /external/clang/docs/analyzer/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
19 default: html
23 @echo " html to make standalone HTML files"
24 @echo " dirhtml to make HTML files named index.html in directories"
25 @echo " singlehtml to make a single large HTML file"
28 @echo " htmlhelp to make HTML files and a HTML help project"
29 @echo " qthelp to make HTML files and a qthelp project
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css 56 html[dir='rtl'] #navbar-container {
61 html.hide-menu #navbar-container {
112 html.hide-menu #mainview {
169 html[os=mac] label > input[type=checkbox],
170 html[os=mac] label > input[type=radio] {
174 html[os=chromeos] label > input[type=checkbox],
175 html[os=chromeos] label > input[type=radio] {
204 html[dir='rtl'] .weakrtl {
213 html[dir='rtl'] div.weakrtl input {
218 html[dir='rtl'] .favicon-cell.weakrtl
    [all...]
  /external/chromium_org/content/browser/webui/
web_ui_data_source_unittest.cc 21 const char kDummyDefaultResource[] = "<html>foo</html>";
22 const char kDummytResource[] = "<html>blah</html>";
132 const char* html = "text/html"; local
134 EXPECT_EQ(GetMimeType(std::string()), html);
135 EXPECT_EQ(GetMimeType("foo"), html);
136 EXPECT_EQ(GetMimeType("foo.html"), html);
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 167 if ((i > 0) && (tokens.get(i - 1) instanceof Html)) {
168 ((Html)tokens.get(i - 1)).trimLeadingWhitespace();
170 if ((i + 1 < tokens.size()) && (tokens.get(i + 1) instanceof Html)) {
171 ((Html)tokens.get(i + 1)).trimTrailingWhitespace();
176 // Remove any empty html tokens.
282 addToken(new Html(text.substring(start, nextChar), buf.toString()));
657 HTML ("html"),
658 FORMAT ("format"), // subtype of HTML
668 //stringreps for HTML and FORMAT don't really matte
722 private String html; field in class:AbstractMessageParser.Html
1241 StringBuilder html = new StringBuilder(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 5 html[dir='rtl'] body.uber-frame > .page {
37 html[dir='rtl'] #notification-bar {
46 html[dir='rtl'] #notification-bar.alone {
68 html[dir='rtl'] #editing-controls {
103 html[dir='rtl'] #range-today,
104 html[dir='rtl'] #range-previous,
105 html[dir='rtl'] #range-next {
109 html[dir='rtl'] #range-next,
114 html[dir='rtl'] #range-previous {
143 html[dir='rtl'] #display-filter-controls
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 48 html[dir=rtl] .date-container {
69 html[dir=rtl] .icon {
82 html[dir=rtl] .download.otr > .safe,
83 html[dir=rtl] .download.otr > .show-dangerous {
104 html[dir=rtl] .progress {

Completed in 756 milliseconds

1 2 3 4 5 6 7 891011>>