HomeSort by relevance Sort by last modified time
    Searched refs:ImportedFaviconUsage (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc 93 std::vector<ImportedFaviconUsage> favicons;
bookmark_html_reader.cc 58 std::vector<ImportedFaviconUsage>* favicons) {
69 ImportedFaviconUsage usage;
94 std::vector<ImportedFaviconUsage>* favicons) {
ie_importer_win.cc 371 std::map<GURL, ImportedFaviconUsage>* favicon_map) {
376 std::map<GURL, ImportedFaviconUsage>::iterator it =
383 ImportedFaviconUsage usage;
459 std::vector<ImportedFaviconUsage> favicons;
793 std::vector<ImportedFaviconUsage>* favicons) {
810 typedef std::map<GURL, ImportedFaviconUsage> FaviconMap;
firefox_importer.cc 332 std::vector<ImportedFaviconUsage> favicons;
574 std::vector<ImportedFaviconUsage>* favicons) {
585 ImportedFaviconUsage 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...]
history.cc 494 const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
  /external/chromium_org/chrome/common/importer/
profile_import_process_messages.h 169 // Traits for ImportedFaviconUsage.
171 struct ParamTraits<ImportedFaviconUsage> {
172 typedef ImportedFaviconUsage param_type;
193 }; // ParamTraits<ImportedFaviconUsage>
313 std::vector<ImportedFaviconUsage>)
  /external/chromium/chrome/browser/
favicon_service.cc 76 const std::vector<history::ImportedFaviconUsage>& favicon_usage) {
  /external/chromium/chrome/browser/importer/
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_org/chrome/browser/importer/
external_process_importer_client.cc 219 const std::vector<ImportedFaviconUsage>& favicons_group) {
firefox_importer_browsertest.cc 195 const std::vector<ImportedFaviconUsage>& favicons) OVERRIDE {
profile_writer.cc 225 const std::vector<ImportedFaviconUsage>& favicons) {
in_process_importer_bridge.cc 197 const std::vector<ImportedFaviconUsage>& favicons) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 225 std::vector<history::ImportedFaviconUsage> favicons;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 238 std::vector<ImportedFaviconUsage> favicons;
  /external/chromium_org/chrome/browser/favicon/
favicon_service.cc 257 const std::vector<ImportedFaviconUsage>& favicon_usage) {

Completed in 223 milliseconds

12 3