HomeSort by relevance Sort by last modified time
    Searched full:history (Results 1201 - 1225 of 4557) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 29 // The favicon service provides methods to access favicons. It calls the history
120 // Set the favicon mappings to |page_url| for |icon_types| in the history
255 // so that history service can deal solely with FaviconResultsCallback.
264 // so that history service can deal solely with FaviconResultsCallback.
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 11 #include "chrome/browser/history/shortcuts_database.h"
74 namespace history { namespace
263 sql_path = sql_path.AppendASCII("History").AppendASCII("Shortcuts.v1.sql");
301 } // namespace history
snippet.h 6 // for display in history search results.
thumbnail_database.cc 5 #include "chrome/browser/history/thumbnail_database.h"
20 #include "chrome/browser/history/url_database.h"
93 history::IconMapping* icon_mapping) {
114 UMA_HISTOGRAM_ENUMERATION("History.InvalidFaviconsDBStructure",
431 UMA_HISTOGRAM_ENUMERATION("History.FaviconsRecovery",
529 UMA_HISTOGRAM_PERCENTAGE("History.FaviconsRecoveredPercentage",
536 UMA_HISTOGRAM_COUNTS_10000("History.FaviconsRecoveredRowsFavicons",
538 UMA_HISTOGRAM_COUNTS_10000("History.FaviconsRecoveredRowsIconMapping",
632 UMA_HISTOGRAM_PERCENTAGE("History.FaviconsRecoveredPercentage",
639 UMA_HISTOGRAM_COUNTS_10000("History.FaviconsRecoveredRowsFavicons"
686 namespace history { namespace
    [all...]
visit_filter.cc 5 #include "chrome/browser/history/visit_filter.h"
13 #include "chrome/browser/history/history_types.h"
15 namespace history { namespace
358 } // namespace history
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 146 virtual void AddHistoryPage(const history::URLRows& page,
147 history::VisitSource visit_source) OVERRIDE {
156 EXPECT_EQ(history::SOURCE_FIREFOX_IMPORTED, visit_source);
262 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
ie_importer_browsertest_win.cc 285 if (importer_items_ & importer::HISTORY)
317 virtual void AddHistoryPage(const history::URLRows& page,
318 history::VisitSource visit_source) {
325 EXPECT_EQ(history::SOURCE_IE_IMPORTED, visit_source);
424 virtual void AddHistoryPage(const history::URLRows& page,
425 history::VisitSource visit_source) {}
520 // Sets up a special history link.
532 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
543 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
profile_writer.cc 21 #include "chrome/browser/history/history_service.h"
22 #include "chrome/browser/history/history_service_factory.h"
93 void ProfileWriter::AddHistoryPage(const history::URLRows& page,
94 history::VisitSource visit_source) {
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_table.h 29 // TODO(dominich): Consider adding this table to one of the history databases.
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 14 #include "chrome/browser/history/history_tab_helper.h"
15 #include "chrome/browser/history/history_types.h"
115 // This isn't allowed because the history merge operation
119 // but indicates that the page cares about the history.
642 // avoids having to correctly implement a complex history merging case (this
646 // history entries. (Calls to location.replace, navigations before onload, and
657 // TODO(davidben): We do not correctly patch up history for renderer-initated
658 // navigations which add history entries. http://crbug.com/305660.
767 const history::HistoryAddPageArgs& add_page_args) {
prerender_manager.h 22 #include "chrome/browser/history/history_service.h"
277 // a history of pages which were prerendered. The caller is responsible for
287 // If the CLEAR_PRERENDER_HISTORY bit is set, the prerender history is
291 // Intended to be used when clearing the cache or history.
344 const history::URLRow* url_row,
345 history::VisitVector* visits);
650 // Adds to the history list.
659 // Used both on destruction, and when clearing the browsing history.
689 // the current history entry in |web_contents| is replaced.
  /external/chromium_org/chrome/browser/resources/
about_memory.js 10 history.go(0);
  /external/chromium_org/chrome/browser/sync/glue/
browser_thread_model_worker.h 24 // TODO(sync): Try to generalize other ModelWorkers (e.g. history, etc).
sync_backend_registrar.cc 12 #include "chrome/browser/history/history_service_factory.h"
123 << "History store disabled, cannot sync Omnibox History";
148 LOG(WARNING) << "No history worker -- removing TYPED_URLS";
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 68 history::HistoryBackend* history_backend,
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.cc 13 #include "chrome/browser/history/history_types.h"
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_cocoa_controller_unittest.mm 75 base::scoped_nsobject<NSMenu> menu([[NSMenu alloc] initWithTitle:@"History"]);
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 16 #include "chrome/browser/history/top_sites.h"
137 content::Source<history::TopSites>(top_sites_));
151 const history::MostVisitedURLList& visited_list) {
159 const history::MostVisitedURL& visited = visited_list[i];
global_menu_bar.h 82 // history menu fresh.
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 128 // url. We also check to make sure there's no forward history, as if
130 // we don't want to redirect and nuke their forward history stack.
305 // TODO(dcblack): Remove extraneous history entry caused by 404s.
306 // Note that the base case of a 204 being returned doesn't push a history
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.h 11 #include "chrome/browser/history/history_types.h"
thumbnail_source.h 25 // thumbnails and the history/top-sites backend that serves these.
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.h 13 #include "chrome/browser/history/history_types.h"
  /external/chromium_org/chrome/
chrome_tests_unit.gypi     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 59 var dom_history = document.querySelector('#idle-history');

Completed in 1872 milliseconds

<<41424344454647484950>>