Searched defs:user_script_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dconvert_user_script.cc29 const FilePath& user_script_path, const GURL& original_url,
32 if (!file_util::ReadFileToString(user_script_path, &content)) {
143 if (!file_util::CopyFile(user_script_path,
28 ConvertUserScriptToExtension( const FilePath& user_script_path, const GURL& original_url, std::string* error) argument

Completed in 74 milliseconds