Home
last modified time | relevance | path

Searched refs:html_text (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/trace-viewer/src/tracing/importer/
Dlinux_perf_importer_test.js226 var html_text = html_lines.join('\n');
227 assertTrue(tracing.importer.LinuxPerfImporter.canImport(html_text));
247 html_text, true);
/external/chromium_org/content/renderer/
Dwebclipboard_impl.cc159 const WebString& html_text, const WebURL& source_url, in writeHTML() argument
162 scw.WriteHTML(html_text, source_url.spec()); in writeHTML()
Dwebclipboard_impl.h40 const blink::WebString& html_text,
/external/chromium/webkit/glue/
Dwebclipboard_impl.cc145 const WebString& html_text, const WebURL& source_url, in writeHTML() argument
148 scw.WriteHTML(html_text, source_url.spec()); in writeHTML()
Dwebclipboard_impl.h30 const WebKit::WebString& html_text,
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h207 const std::string& html_text,
Dtesting_automation_provider.cc1303 const std::string& html_text, in ShowInterstitialPage() argument
1315 html_text); in ShowInterstitialPage()