HomeSort by relevance Sort by last modified time
    Searched full:doctitle (Results 1 - 10 of 10) sorted by null

  /external/jdiff/src/jdiff/
Options.java 102 if (opt.equals("-doctitle")) return 2;
369 if (options[i][0].toLowerCase().equals("-doctitle")) {
371 err.msg("No HTML text specified after -doctitle option.");
373 HTMLReportGenerator.docTitle = options[i][1];
HTMLReportGenerator.java 97 if (docTitle == null) {
104 writeText(" <H1 class=\"pagecontenth1\">" + docTitle + "</H1>");
    [all...]
  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.h 129 /* [retval][out] */ BSTR* docTitle);
WebHTMLRepresentation.cpp 315 /* [retval][out] */ BSTR* /*docTitle*/)
  /external/javassist/
build.xml 186 <doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 244 HRESULT title([out, retval] BSTR* docTitle);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
popup.html 305 * @param {string} docTitle A title for the document.
311 gdocs.constructAtomXml_ = function(docTitle, docType, opt_starred) {
323 '<title>', docTitle, '</title>',
  /external/clang/docs/tools/
manpage.css 110 .docTitle {
  /external/llvm/docs/CommandGuide/html/
manpage.css 110 .docTitle {
  /external/llvm/docs/CommandGuide/
manpage.css 110 .docTitle {

Completed in 267 milliseconds