/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
callback-to-remote-context2.js | 17 iframe.src = 'resources/callback-to-remote-context-inner.html';
|
notimer-after-unload.js | 6 location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.layoutTestController) layoutTestController.notifyDone();', 100);</script>";
|
/external/webkit/Source/WebCore/fileapi/ |
FileReader.idl | 31 module html {
|
FileWriter.idl | 31 module html {
|
/external/webkit/Source/WebCore/html/ |
HTMLAppletElement.idl | 21 module html {
|
HTMLAreaElement.idl | 21 module html {
|
HTMLButtonElement.idl | 21 module html {
|
HTMLFrameElement.idl | 21 module html {
|
HTMLIFrameElement.idl | 21 module html {
|
HTMLImageElement.idl | 21 module html {
|
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 6 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?> 15 include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?> 29 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?> 48 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> | 49 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr> 83 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> | 84 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr> 126 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content 134 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html"> 141 <a href="http://www.android.com/terms.html">Site Terms of Service</a> [all...] |
sdkpage.cs | 3 <html> 9 else ?>index.html<?cs /if ?>"> 28 else ?>index.html<?cs /if ?>"><?cs 53 <p><a href="/sdk/index.html">Download the current Android SDK</a></p> 86 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what 92 href="http://developer.android.com/sdk/index.html">Android SDK</a>, please 153 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p> 208 $("#filename").text($(link).html()); 220 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information 252 </html> [all...] |
/external/webkit/Source/WebCore/ |
Android.derived.mk | 69 GEN := $(intermediates)/html/DocTypeStrings.cpp 72 $(GEN): $(LOCAL_PATH)/html/DocTypeStrings.gperf 92 # HTML entity table 94 GEN := $(intermediates)/html/HTMLEntityTable.cpp 95 $(GEN): SCRIPT := $(LOCAL_PATH)/html/parser/create-html-entity-table 98 $(GEN): $(LOCAL_PATH)/html/parser/HTMLEntityNames.in 147 style_sheets := $(LOCAL_PATH)/css/html.css $(LOCAL_PATH)/css/quirks.css $(LOCAL_PATH)/css/fullscreen.css $(LOCAL_PATH)/css/view-source.css $(LOCAL_PATH)/css/mediaControls.css $(LOCAL_PATH)/css/mediaControlsAndroid.css
|
/external/bison/doc/ |
Makefile | 84 HTMLS = bison.html 88 MAKEINFOHTML = $(MAKEINFO) --html 229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo 292 .texinfo.html: 293 rm -rf $(@:.html=.htp) 295 -o $(@:.html=.htp) $<; \ 298 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 299 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; [all...] |
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 1 //== HTMLRewrite.cpp - Translate source code into prettified HTML --*- C++ -*-// 11 // text of a source file into prettified HTML. 33 void html::HighlightRange(Rewriter &R, SourceLocation B, SourceLocation E, 58 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, 107 void html::EscapeText(Rewriter &R, FileID FID, 168 std::string html::EscapeText(const std::string& s, bool EscapeSpaces, 228 void html::AddLineNumbers(Rewriter& R, FileID FID) { 272 void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID, 284 os << "<!doctype html>\n" // Use HTML 5 doctyp [all...] |
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
initial-values.js | 3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null); 5 debug("Attribute creation using createElement on an HTML doc:") 9 // Spec: http://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createAttribute 18 debug("Attribute creation using createElementNS on an HTML doc:") 33 // Spec: http://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createAttribute 80 var doc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null); 83 // Spec: http://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument 99 debug("Element creation using createElement on an HTML doc:") 102 // Spec: http://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createElement 111 debug("Prefixed element creation using createElementNS on an HTML doc:" [all...] |
/external/chromium/chrome/browser/history/ |
history_publisher_win.cc | 122 base::win::ScopedBstr html(page_data.html); 130 indexers_[i]->SendPageData(time, url, html, title, format, psa);
|
/external/chromium/chrome/browser/ui/webui/ |
flags_ui.cc | 53 return "text/html"; 93 base::StringPiece html = local 97 html = ResourceBundle::GetSharedInstance().GetRawDataResource( 107 static const base::StringPiece flags_html(html);
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 1 //===--- HTMLDiagnostics.cpp - HTML Diagnostics for Paths ----*- C++ -*-===// 77 // All html files begin with "report" 119 // Create the HTML directory if it is missing. 172 // Create a new rewriter to generate HTML. 186 html::EscapeText(R, FID); 187 html::AddLineNumbers(R, FID); 193 html::SyntaxHighlight(R, FID, PP); 194 html::HighlightMacros(R, FID, PP); 220 << html::EscapeText(DirName) 221 << html::EscapeText(Entry->getName() [all...] |
/external/libvpx/examples/includes/geshi/contrib/ |
example.php | 11 header('Content-Type: text/html; charset=utf-8'); 50 // HEADER_PRE_VALID puts the <pre> tag inside the list items (<li>) thus producing valid HTML markup. 51 // HEADER_PRE puts the <pre> tag around the list (<ol>) which is invalid in HTML 4 and XHTML 1 99 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 101 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 112 html { 217 </html>
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLAreaElement04.js | 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAreaElement04"; 84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-34672936 104 assertURIEquals("hrefLink",null,null,null,"dletter.html",null,null,null,null,vhref);
|
HTMLDocument17.js | 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument17"; 81 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-72161170 82 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-98948567
|
HTMLFontElement02.js | 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLFontElement02"; 84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-55715655 85 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTML-HTMLFormElement-length
|
HTMLFormElement02.js | 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLFormElement02"; 85 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-40002357 86 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#HTML-HTMLFormElement-length
|
HTMLImageElement08.js | 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLImageElement08"; 85 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-77376969 105 assertURIEquals("longDescLink",null,null,null,"desc.html",null,null,null,null,vlongdesc);
|