HomeSort by relevance Sort by last modified time
    Searched refs:html_path (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_infobar_module.cc 33 std::string html_path; local
34 EXTENSION_FUNCTION_VALIDATE(args->GetString(keys::kHtmlPath, &html_path));
37 GURL url = extension->GetResourceURL(extension->url(), html_path);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 63 html_handle, html_path = tempfile.mkstemp('.html', 'graph', html_dir)
71 subprocess.call(['xdg-open', html_path])
74 print 'generated html file is at ' + html_path
76 print 'generated html file is at ' + html_path
  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.cc 32 std::string html_path; local
33 EXTENSION_FUNCTION_VALIDATE(args->GetString(kHtmlPath, &html_path));
51 GURL url(extension->GetResourceURL(extension->url(), html_path));
  /external/linux-tools-perf/
builtin-help.c 381 const char *html_path = system_path(PERF_HTML_PATH); local
384 if (stat(mkpath("%s/perf.html", html_path), &st)
386 die("'%s': not a documentation directory.", html_path);
389 strbuf_addf(page_path, "%s/%s.html", html_path, page);
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 62 html_path = os.path.splitext(json_name)[0] + '.html'
63 print 'Generating %s...' % html_path
84 with open(html_path, 'w') as f:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 195 html_path = os.path.join(self.directory, html_filename)
198 self.write_html(html_path, html)
  /external/chromium_org/chrome/test/functional/
nacl_sdk.py 167 html_path = os.path.join(examples_path, example,
169 if os.path.exists(html_path):

Completed in 140 milliseconds