Searched refs:ImportedFaviconUsage (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.h22 struct ImportedFaviconUsage;
80 std::vector<history::ImportedFaviconUsage>* favicons);
H A Dsafari_importer.h32 struct ImportedFaviconUsage;
104 std::vector<history::ImportedFaviconUsage>* favicons);
H A Dexternal_process_importer_client.h26 struct ImportedFaviconUsage;
99 const std::vector<history::ImportedFaviconUsage>& favicons_group)
118 std::vector<history::ImportedFaviconUsage> favicons_;
H A Dfirefox2_importer.h54 std::vector<history::ImportedFaviconUsage>* favicons);
139 std::vector<history::ImportedFaviconUsage>* favicons);
H A Dexternal_process_importer_bridge.cc48 const std::vector<history::ImportedFaviconUsage>& favicons) {
H A Dexternal_process_importer_bridge.h45 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
H A Dimporter_bridge.h37 const std::vector<history::ImportedFaviconUsage>& favicons) = 0;
H A Din_process_importer_bridge.h39 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
H A Dprofile_import_process_client.h68 const std::vector<history::ImportedFaviconUsage>& favicons_group);
H A Dprofile_writer.h98 const std::vector<history::ImportedFaviconUsage>& favicons);
H A Dprofile_import_process_client.cc66 const std::vector<history::ImportedFaviconUsage>& favicons_group) {
H A Din_process_importer_bridge.cc51 const std::vector<history::ImportedFaviconUsage>& favicons) {
H A Dexternal_process_importer_client.cc207 const std::vector<history::ImportedFaviconUsage>& favicons_group) {
H A Dfirefox2_importer.cc156 std::vector<history::ImportedFaviconUsage>* favicons) {
304 std::vector<history::ImportedFaviconUsage> favicons;
655 std::vector<history::ImportedFaviconUsage>* favicons) {
666 history::ImportedFaviconUsage usage;
H A Dfirefox3_importer.cc305 std::vector<history::ImportedFaviconUsage> favicons;
557 std::vector<history::ImportedFaviconUsage>* favicons) {
567 history::ImportedFaviconUsage usage;
H A Dprofile_import_process_messages.h166 // Traits for history::ImportedFaviconUsage.
168 struct ParamTraits<history::ImportedFaviconUsage> {
169 typedef history::ImportedFaviconUsage param_type;
190 }; // ParamTraits<history::ImportedFaviconUsage
429 std::vector<history::ImportedFaviconUsage>)
H A Dprofile_writer.cc151 const std::vector<history::ImportedFaviconUsage>& favicons) {
H A Dimporter_unittest.cc647 void AddFavicons(const std::vector<history::ImportedFaviconUsage>& favicons) {
857 void AddFavicons(const std::vector<history::ImportedFaviconUsage>& favicons) {
/external/chromium/chrome/browser/
H A Dfavicon_service.h85 const std::vector<history::ImportedFaviconUsage>& favicon_usage);
H A Dfavicon_service.cc76 const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
/external/chromium/chrome/browser/history/
H A Dhistory_types.h237 struct ImportedFaviconUsage { struct in namespace:history
238 ImportedFaviconUsage();
239 ~ImportedFaviconUsage();
H A Dhistory_types.cc94 ImportedFaviconUsage::ImportedFaviconUsage() { function in class:history::ImportedFaviconUsage
97 ImportedFaviconUsage::~ImportedFaviconUsage() {
H A Dhistory_backend.h234 const std::vector<ImportedFaviconUsage>& favicon_usage);
H A Dhistory.cc494 const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc225 std::vector<history::ImportedFaviconUsage> favicons;

Completed in 802 milliseconds

12