Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dplugin_host.cc437 std::string post_file_contents; in PostURLNotify() local
484 if (!base::ReadFileToString(file_path, &post_file_contents)) in PostURLNotify()
487 buf = post_file_contents.c_str(); in PostURLNotify()
488 len = post_file_contents.size(); in PostURLNotify()