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

/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_permissions_panel_unittest.cc159 const std::vector<base::string16> retained_file_paths = local
161 ASSERT_EQ(3U, retained_file_paths.size());
162 EXPECT_THAT(retained_file_paths,
164 EXPECT_THAT(retained_file_paths,
166 EXPECT_THAT(retained_file_paths,
H A Dapp_info_permissions_panel.cc195 std::vector<base::string16> retained_file_paths; local
204 retained_file_paths.push_back(it->path.LossyDisplayName());
207 return retained_file_paths;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h392 const std::vector<base::FilePath>& retained_file_paths);
H A Dextension_install_prompt.cc756 const std::vector<base::FilePath>& retained_file_paths) {
760 prompt_->set_retained_files(retained_file_paths);
753 ReviewPermissions( Delegate* delegate, const Extension* extension, const std::vector<base::FilePath>& retained_file_paths) argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc751 std::vector<base::FilePath> retained_file_paths; local
758 retained_file_paths.push_back(retained_file_entries[i].path);
761 prompt_->ReviewPermissions(this, extension, retained_file_paths);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc1172 std::vector<base::FilePath> retained_file_paths; local
1179 retained_file_paths.push_back(retained_file_entries[i].path);
1184 new BrokerDelegate(AsWeakPtr()), extension, retained_file_paths);

Completed in 1107 milliseconds