HomeSort by relevance Sort by last modified time
    Searched refs:ImportedFaviconUsage (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/importer/
external_process_importer_client.h 26 struct ImportedFaviconUsage;
99 const std::vector<history::ImportedFaviconUsage>& favicons_group)
118 std::vector<history::ImportedFaviconUsage> favicons_;
firefox3_importer.h 22 struct ImportedFaviconUsage;
80 std::vector<history::ImportedFaviconUsage>* favicons);
safari_importer.h 32 struct ImportedFaviconUsage;
104 std::vector<history::ImportedFaviconUsage>* favicons);
importer_bridge.h 37 const std::vector<history::ImportedFaviconUsage>& favicons) = 0;
firefox2_importer.h 54 std::vector<history::ImportedFaviconUsage>* favicons);
139 std::vector<history::ImportedFaviconUsage>* favicons);
external_process_importer_bridge.cc 48 const std::vector<history::ImportedFaviconUsage>& favicons) {
external_process_importer_bridge.h 45 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
in_process_importer_bridge.h 39 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
profile_import_process_client.h 68 const std::vector<history::ImportedFaviconUsage>& favicons_group);
profile_writer.h 98 const std::vector<history::ImportedFaviconUsage>& favicons);
profile_import_process_client.cc 66 const std::vector<history::ImportedFaviconUsage>& favicons_group) {
in_process_importer_bridge.cc 51 const std::vector<history::ImportedFaviconUsage>& favicons) {
external_process_importer_client.cc 207 const std::vector<history::ImportedFaviconUsage>& favicons_group) {
firefox2_importer.cc 156 std::vector<history::ImportedFaviconUsage>* favicons) {
304 std::vector<history::ImportedFaviconUsage> favicons;
655 std::vector<history::ImportedFaviconUsage>* favicons) {
666 history::ImportedFaviconUsage usage;
firefox3_importer.cc 305 std::vector<history::ImportedFaviconUsage> favicons;
557 std::vector<history::ImportedFaviconUsage>* favicons) {
567 history::ImportedFaviconUsage usage;
profile_import_process_messages.h 166 // Traits for history::ImportedFaviconUsage.
168 struct ParamTraits<history::ImportedFaviconUsage> {
169 typedef history::ImportedFaviconUsage param_type;
190 }; // ParamTraits<history::ImportedFaviconUsage
429 std::vector<history::ImportedFaviconUsage>)
profile_writer.cc 151 const std::vector<history::ImportedFaviconUsage>& favicons) {
importer_unittest.cc 647 void AddFavicons(const std::vector<history::ImportedFaviconUsage>& favicons) {
857 void AddFavicons(const std::vector<history::ImportedFaviconUsage>& favicons) {
    [all...]
  /external/chromium/chrome/browser/
favicon_service.h 85 const std::vector<history::ImportedFaviconUsage>& favicon_usage);
favicon_service.cc 76 const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
  /external/chromium/chrome/browser/history/
history_types.h 237 struct ImportedFaviconUsage {
238 ImportedFaviconUsage();
239 ~ImportedFaviconUsage();
history_types.cc 94 ImportedFaviconUsage::ImportedFaviconUsage() {
97 ImportedFaviconUsage::~ImportedFaviconUsage() {
history_backend.h 234 const std::vector<ImportedFaviconUsage>& favicon_usage);
history.h 669 const std::vector<history::ImportedFaviconUsage>& favicon_usage);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 225 std::vector<history::ImportedFaviconUsage> favicons;

Completed in 115 milliseconds

1 2