HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 126 - 150 of 2120) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 6 a.href = "https://www.mydomain.com:8080/path/testurl.html#middle";
8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'");
11 a.href = "file:///path/testurl.html#middle";
13 shouldBe("a.href", "'file:///path/testurl.html#hash_value'");
16 a.href = "http://www.mydomain.com/path/testurl.html#middle";
18 shouldBe("a.href", "'http://www.mydomain.com/path/testurl.html#hash?value'");
23 a.href = "https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle";
25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'");
29 // http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes .
31 a.href = "https://www.mydomain.com/path/testurl.html#middle"
    [all...]
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 4 <html>
14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
20 <p><a href="../index.html">&larr; Back</a></p>
28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
53 </html>
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.cc 100 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
104 html, &localized_strings);
111 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
115 html, &localized_strings);
122 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
126 html, &localized_strings);
133 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
137 html, &localized_strings);
139 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
141 response = html.as_string()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 6 # http://www.eclipse.org/legal/epl-v10.html
15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
  /external/clang/lib/Rewrite/
HTMLPrint.cpp 1 //===--- HTMLPrint.cpp - Source code -> HTML pretty-printing --------------===//
10 // Pretty-printing of source code to HTML.
29 // Functional HTML pretty-printing.
77 html::AddLineNumbers(R, FID);
78 html::AddHeaderFooterInternalBuiltinCSS(R, FID, Name);
84 if (SyntaxHighlight) html::SyntaxHighlight(R, FID, PP);
85 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
86 html::EscapeText(R, FID, false, true);
88 // Emit the HTML.
  /external/chromium-trace/src/shared/css/
trash.css 38 html[dir='rtl'] .trash > .lid {
48 html[dir='rtl'] .trash:focus > .lid,
49 html[dir='rtl'] .trash:hover > .lid {
  /external/webkit/Tools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.cpp 75 BOOL html; local
77 if (!notification->isHTML(&html) && html) {
101 BOOL html; local
102 notification->isHTML(&html);
103 if (html)
  /development/build/
sdk-windows-x86.atree 51 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
53 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.cc 68 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
71 response = jstemplate_builder::GetI18nTemplateHtml(html, dict);
104 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
107 response = jstemplate_builder::GetI18nTemplateHtml(html, dict);
112 static const base::StringPiece html(ResourceBundle::GetSharedInstance()
115 response = jstemplate_builder::GetI18nTemplateHtml(html, dict);
117 static const base::StringPiece html(
120 response = html.as_string();
130 return "text/html";
  /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/icu4c/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/webkit/Source/WebCore/fileapi/
Blob.idl 31 module html {
File.idl 26 module html {
FileError.idl 31 module html {
WebKitBlobBuilder.idl 31 module html {
  /external/webkit/Source/WebCore/html/
DataGridColumn.idl 26 module html {
HTMLCanvasElement.idl 27 module html {
HTMLCollection.idl 21 module html {
HTMLScriptElement.idl 20 module html {
HTMLTableSectionElement.idl 21 module html {
ValidityState.idl 23 module html {
  /external/webkit/Source/WebCore/html/canvas/
OESVertexArrayObject.idl 26 module html {
  /cts/tools/signature-tools/src/signature/io/html/
ClassByNameComparator.java 17 package signature.io.html;

Completed in 323 milliseconds

1 2 3 4 56 7 8 91011>>