HomeSort by relevance Sort by last modified time
    Searched defs:html (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 16 package com.android.mail.lib.html.parser;
32 * HtmlTree represents a parsed and well-formed html text, it provides
36 * We don't really build a html tree data structure. Instead, for
96 /** Contains html nodes */
106 /** The html string (lazy creation) */
107 private String html; field in class:HtmlTree
153 * Gets the entire html.
160 * Gets the entire html, if wrapSize is > 0, it tries to do wrapping at the
164 if (html == null) {
165 html = getHtml(0, nodes.size(), wrapSize)
    [all...]
HTML.java 16 package com.android.mail.lib.html.parser;
23 * HTML class defines Element and Attribute classes.
27 public final class HTML {
30 * Html element
121 * @return just name, not proper HTML
133 if (o instanceof HTML.Element) {
134 HTML.Element that = (HTML.Element) o;
147 * Html attribute
213 * @return Element name (name only, not proper HTML)
    [all...]
HtmlDocument.java 16 package com.android.mail.lib.html.parser;
32 * HtmlDocument is a container for a list of html nodes, and represents the
33 * entire html document. It contains toHTML() method which prints out the html
44 * Creates a Html document.
45 * @param nodes list of html nodes
56 /** Returns a HTML string for the current document */
87 /** Returns the HTML document in debug format */
97 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
99 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes)
338 private String html; field in class:HtmlDocument.Text
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 16 package com.google.android.mail.common.html.parser;
37 * HtmlParser is a simple but efficient html parser.
39 * parser. It assumes that the entire html text is available.
40 * - It offers 3 levels of aggressiveness in correcting errors in HTML (see
42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
57 // The html text
58 private String html; field in class:HtmlParser
69 // Whitelists for looking up accepted HTML tags and attributes
73 * This setting controls how much of the original HTML is preserved. In
76 * *** Warning - PRESERVE_ALL mode preserves invalid and unsafe HTML. **
387 private final String html; field in class:HtmlParser.TagNameScanner
434 private final String html; field in class:HtmlParser.AttributeScanner
    [all...]
HTML.java 17 package com.google.android.mail.common.html.parser;
24 * HTML class defines Element and Attribute classes.
28 public final class HTML {
31 * Html element
122 * @return just name, not proper HTML
134 if (o instanceof HTML.Element) {
135 HTML.Element that = (HTML.Element) o;
148 * Html attribute
214 * @return Element name (name only, not proper HTML)
    [all...]
HtmlDocument.java 17 package com.google.android.mail.common.html.parser;
33 * HtmlDocument is a container for a list of html nodes, and represents the
34 * entire html document. It contains toHTML() method which prints out the html
45 * Creates a Html document.
46 * @param nodes list of html nodes
57 /** Returns a HTML string for the current document */
88 /** Returns the HTML document in debug format */
98 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes)
339 private String html; field in class:HtmlDocument.Text
    [all...]
HtmlTree.java 16 package com.google.android.mail.common.html.parser;
33 * HtmlTree represents a parsed and well-formed html text, it provides
37 * We don't really build a html tree data structure. Instead, for
50 // http://www.w3.org/TR/html4/struct/text.html#h-9.1
100 /** Contains html nodes */
110 /** The html string (lazy creation) */
111 private String html; field in class:HtmlTree
186 * Gets the entire html.
193 * Gets the entire html, if wrapSize is > 0, it tries to do wrapping at the
197 if (html == null)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 151 String html = local
152 "<html><body>\n" +
165 "</script></body></html>\n";
166 String filename = "jsfileaccess.html";
167 // create a local HTML to access protected file
171 writer.write(html);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientVisitedHistoryTest.java 99 final String path = "/testUpdateVisitedHistoryCallback.html";
100 final String html = "testUpdateVisitedHistoryCallback"; local
105 final String pageUrl = webServer.setResponse(path, html, null);
139 final String path = "/testGetVisitedHistoryExerciseCodePath.html";
141 final String html = "<a src=\"http://foo.com\">foo</a><a src=\"http://bar.com\">bar</a>"; local
146 final String pageUrl = webServer.setResponse(path, html, null);
ClientOnPageFinishedTest.java 43 String html = "<html><body>Simple page.</body></html>"; local
45 loadDataAsync(mAwContents, html, "text/html", false);
48 assertEquals("data:text/html," + html, onPageFinishedHelper.getUrl());
105 final String redirectTargetPath = "/redirect_target.html";
107 "<html><body>hello world</body></html>", null)
    [all...]
LoadDataWithBaseUrlTest.java 58 return "<html>" +
65 "</html>";
69 return "<html>" +
85 "</html>";
104 "text/html", false, webServer.getBaseUrl(), null);
124 loadDataWithBaseUrlSync(pageHtml, "text/html", false, webServer.getBaseUrl(), null);
140 final String html = getCrossOriginAccessTestPageHtml(frameUrl); local
143 loadDataWithBaseUrlSync(html, "text/html", false, webServer.getBaseUrl(), null);
159 final String html = getCrossOriginAccessTestPageHtml(frameUrl) local
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 444 std::string html; local
445 predictor.GetHtmlReferrerLists(&html);
462 html.find("<td rowspan=1>http://b.google.com/x3"),
463 html.find("<td rowspan=1>http://d.google.com/x1"),
464 html.find("<td rowspan=1>http://d.google.com/x2"),
465 html.find("<td rowspan=1>http://a.yahoo.com/y"),
466 html.find("<td rowspan=1>http://c.yahoo.com/x4"),
467 html.find("<td rowspan=1>http://d.yahoo.com/x5"),
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc 209 http_response->set_content_type("text/html");
269 std::string html = "<html><body><iframe src=\"http://sub1.com:"; local
270 html += port;
271 html += "/\"></iframe></body></html>";
272 GURL url = LoadHtml("host.com", html);
472 GURL url = LoadHtml("host.com", "<html><body>phish</body></html>");
488 LoadHtml("host2.com", "<html><body>phish</body></html>")
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 39 from lxml import html, etree namespace
148 'grabber-' + domain + '.html' after it has added the FORM_LOCATION_COMMENT
168 tree = html.fromstring(self._html_content, parser=html.HTMLParser())
170 self.logger.info('\t\tSkipping: not valid HTML code in this page <<< %s',
197 # Locate the HTML tag and insert the form location comment after it.
198 html_tag = tree.iter('html').next()
201 # Create a new file and save the HTML registration page code.
202 f = open('%s/%s%s.html' % (REGISTER_PAGE_DIR, HTML_FILE_PREFIX,
205 f.write(html.tostring(tree, pretty_print=True)
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 222 std::string html = base::StringPrintf(kHTMLForBrowserPluginWithAllAttributes, local
224 LoadHTML(html.c_str());
399 std::string html = base::StringPrintf(kHTMLForSourcelessPluginObject, local
401 LoadHTML(html.c_str());
414 std::string html = base::StringPrintf(kHTMLForPartitionedPluginObject, local
416 LoadHTML(html.c_str());
421 html = base::StringPrintf(kHTMLForPartitionedPersistedPluginObject,
423 LoadHTML(html.c_str());
428 // Verify that once HTML has defined a source and partition, we cannot change
441 html = base::StringPrintf(kHTMLForSourcelessPluginObject
458 std::string html = base::StringPrintf(kHTMLForInvalidPartitionedPluginObject, local
504 std::string html = base::StringPrintf(kHTMLForSourcelessPluginObject, local
550 std::string html = base::StringPrintf(kHTMLForSourcelessPluginObject, local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkManager.js 55 "text/html": {"document": true},
  /external/chromium_org/third_party/libxml/src/
entities.c 559 int html = 0; local
563 html = (doc->type == XML_HTML_DOCUMENT_NODE);
604 (*cur == '\n') || (*cur == '\t') || ((html) && (*cur == '\r'))) {
610 if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 127 $html = ob_get_contents(); variable
138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
139 $html = ob_get_contents(); variable
141 print preg_replace("/<body>/", "<body onload=\"document.getElementById('q').focus()\">", $html);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
30 super (Tag.HTML, AttributeSet.create ());
42 .set (Attribute.CONTENT, "text/html; charset=" + encoding);
  /external/libxml2/
entities.c 559 int html = 0; local
563 html = (doc->type == XML_HTML_DOCUMENT_NODE);
604 (*cur == '\n') || (*cur == '\t') || ((html) && (*cur == '\r'))) {
610 if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 65 "http://www.google.com/intl/en_us/privacy/browsing.html";
163 // Load the HTML page and create the template components.
166 std::string html; local
175 html = rb.GetRawDataResource(
180 html = rb.GetRawDataResource(IDR_SAFE_BROWSING_MALWARE_BLOCK).as_string();
185 html = rb.GetRawDataResource(IDR_SAFE_BROWSING_PHISHING_BLOCK).as_string();
188 return jstemplate_builder::GetTemplatesHtml(html, &strings, "template_root");
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 94 void ExpectLabels(const char* html,
99 ExpectLabelsAndTypes(html, labels, names, values, control_types);
102 void ExpectLabelsAndTypes(const char* html,
111 LoadHTML(html);
142 void ExpectJohnSmithLabels(const char* html) {
157 ExpectLabels(html, labels, names, values);
166 void TestFormFillFunctions(const char* html,
171 LoadHTML(html);
556 std::string html = local
573 html +
732 std::string html = local
1171 static const char* html = local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 41 // HTML with 3 pages.
43 "<html><head><style>"
50 "</body></html>";
54 "<html><head><style>"
62 "</body></html>";
66 "<html><head><style>"
74 "</body></html>";
302 const char html[] = local
303 "<html><body>Lorem Ipsum:"
308 "</script></body></html>";
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 229 // Regression test for crbug.com/56298 (pasting empty HTML crashes Linux).
235 clipboard().InsertMapping("text/html", empty, 0U);
658 std::string html; local
659 ClipboardUtil::CFHtmlToHtml(cf_html, &html, NULL);
660 EXPECT_EQ(html, expected_html);
672 "<html>\r\n"
680 "</html>\r\n\r\n",
690 "<html>\r\n"
694 "</html>\r\n\r\n",
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 6 * http://www.eclipse.org/legal/epl-v10.html
45 * Helper for displaying HTML tooltips.
62 String html = "<table cellspacing=2 cellpadding=0 border=0 margins=0 id=_wbp_tooltip_body>"; local
64 html += "<tr align=center><td><b>" + header + "</b></td></tr>";
66 html += "<tr><td align=justify>" + details + "</td></tr>";
67 html += "</table>";
68 control = createTooltipControl_Browser(parent, html, heightLimit);
91 String html,
104 // prepare HTML with styles and tags
118 "<html>",
    [all...]

Completed in 432 milliseconds

1 2 34 5 6 7