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

  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.cc 31 std::string html_path; local
32 EXTENSION_FUNCTION_VALIDATE(args->GetString(kHtmlPath, &html_path));
49 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/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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 374 const char *html_path = system_path(PERF_HTML_PATH); local
377 if (stat(mkpath("%s/perf.html", html_path), &st)
379 pr_err("'%s': not a documentation directory.", html_path);
384 strbuf_addf(page_path, "%s/%s.html", html_path, page);
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 258 html_path = os.path.join(host_dir, url_parts.hostname, "index.html")
263 with open(html_path) as f:
275 html_path = nojs_path
284 html_path + "'--pixel-test"
479 html_path = os.path.join(output_dir, "diff.html")
480 with open(html_path, 'w') as f:
492 webbrowser.open_new_tab("file://" + html_path)
  /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/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 178 milliseconds