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

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

Completed in 1169 milliseconds