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

/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc280 WebVector<WebString> local_paths; local
281 local_paths.assign(&file_path, 1);
287 local_paths,
H A Drender_view_impl.cc2933 const std::vector<base::FilePath>& local_paths,
2940 WebVector<WebString> webstring_paths(local_paths.size());
2941 for (size_t i = 0; i < local_paths.size(); i++)
2942 webstring_paths[i] = local_paths[i].AsUTF16Unsafe();
2931 OnGetSerializedHtmlDataForCurrentPageWithLocalLinks( const std::vector<GURL>& links, const std::vector<base::FilePath>& local_paths, const base::FilePath& local_directory_name) argument

Completed in 142 milliseconds