HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 226 - 250 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 19 #include "chrome/browser/history/top_sites.h"
27 #include "components/history/core/browser/page_usage_data.h"
72 history::TopSites* top_sites = profile->GetTopSites();
82 content::Source<history::TopSites>(top_sites));
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 57 mHistoryView = (TextView) findViewById(R.id.history);
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 57 mHistoryView = (TextView) findViewById(R.id.history);
  /development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
MainActivity.java 57 mHistoryView = (TextView) findViewById(R.id.history);
  /external/chromium_org/chrome/browser/devtools/
chrome_devtools_manager_delegate.cc 10 #include "chrome/browser/history/top_sites.h"
53 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 5 #include "chrome/browser/history/in_memory_url_index.h"
12 #include "chrome/browser/history/history_notifications.h"
13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_service_factory.h"
15 #include "chrome/browser/history/url_index_private_data.h"
19 #include "components/history/core/browser/url_database.h"
27 namespace history { namespace
130 // If there was a history directory (which there won't be for some unit tests)
158 *file_path = history_dir_.Append(FILE_PATH_LITERAL("History Provider Cache"));
191 content::Details<history::URLsModifiedDetails>(details).ptr())
    [all...]
shortcuts_database.h 20 namespace history { namespace
137 } // namespace history
top_sites.h 12 #include "chrome/browser/history/history_service.h"
13 #include "components/history/core/browser/history_types.h"
14 #include "components/history/core/browser/top_sites_observer.h"
15 #include "components/history/core/common/thumbnail_score.h"
28 namespace history { namespace
33 // sites. This includes a cache of the most visited data from history, as well
55 // While testing the history system, we want to set the thumbnail to a piece
123 // Query history service for the list of available thumbnails. Returns the
194 } // namespace history
top_sites_cache.h 12 #include "chrome/browser/history/url_utils.h"
13 #include "components/history/core/browser/history_types.h"
18 namespace history { namespace
168 } // namespace history
url_utils.cc 5 #include "chrome/browser/history/url_utils.h"
11 namespace history { namespace
88 } // namespace history
url_utils_unittest.cc 5 #include "chrome/browser/history/url_utils.h"
10 namespace history { namespace
131 } // namespace history
visit_database.h 10 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
85 // is used for history expiration.)
97 // is used for history expiration.)
231 } // namespace history
visit_filter.h 13 namespace history { namespace
163 } // history
  /external/chromium_org/chrome/browser/
jumplist_win.h 17 #include "chrome/browser/history/history_service.h"
22 #include "components/history/core/browser/history_types.h"
121 const history::MostVisitedURLList& data);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
history.js 7 * @fileoverview Stores the history of a ChromeVox session.
10 goog.provide('cvox.History');
16 * A history event is stored in the cvox.History object and contains all the
162 cvox.History = function() {
175 // NOTE(deboer): Currently we only ever have one cvox.History, but
180 goog.addSingletonGetter(cvox.History);
186 cvox.History.prototype.addListDiv_ = function() {
199 button.onclick = cvox.History.sendToFeedback;
206 dumpButton.onclick = cvox.History.dumpJs
    [all...]
  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/
flow.js 8 /** @const */ var HOTWORD_AUDIO_HISTORY = 'hotword-audio-history-container';
10 /** @const */ var AUDIO_HISTORY_START = 'audio-history-container';
22 // managing the Audio History Setting in Chrome anymore.
31 * Audio History opt-in process.
  /external/chromium_org/chrome/browser/search/
instant_service.h 14 #include "components/history/core/browser/history_types.h"
127 void OnMostVisitedItemsReceived(const history::MostVisitedURLList& data);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.h 68 history::HistoryBackend* history_backend,
  /external/chromium_org/components/history/core/android/
android_history_types.cc 5 #include "components/history/core/android/android_history_types.h"
7 namespace history { namespace
143 } // namespace history.
  /external/chromium_org/components/history/core/browser/
in_memory_database.cc 5 #include "components/history/core/browser/in_memory_database.h"
14 namespace history { namespace
69 // Attach to the history database on disk. (We can't ATTACH in the middle of
71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history"));
83 "INSERT INTO urls SELECT * FROM history.urls WHERE typed_count > 0")) {
84 // Unable to get data from the history database. This is OK, the file may
88 UMA_HISTOGRAM_MEDIUM_TIMES("History.InMemoryDBPopulate",
90 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
98 UMA_HISTOGRAM_COUNTS("History.InMemoryTypedUrlVisitCount",
108 "FROM history.urls u JOIN history.keyword_search_terms kst
    [all...]
url_row.cc 5 #include "components/history/core/browser/url_row.h"
9 namespace history { namespace
96 } // namespace history
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
ChatMetadata.java 20 package org.jivesoftware.smackx.workgroup.ext.history;
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_service_factory.h"
118 // Make sure the page is in history, otherwise adding the favicon does
120 HistoryService* history = HistoryServiceFactory::GetForProfile(
122 if (!history)
124 history->AddPageNoVisitForBookmark(entry->GetURL(), entry->GetTitle());
222 // Get the favicon, either from history or request it from the net.
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 5 #include "chrome/browser/history/android/android_history_provider_service.h"
16 #include "components/history/core/android/android_history_types.h"
26 using history::AndroidStatement;
27 using history::HistoryAndBookmarkRow;
28 using history::SearchRow;
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 38 namespace history { namespace
256 // Called by the history tab helper with the information that it woudl have
257 // added to the history service had this web contents not been used for
259 void DidNavigate(const history::HistoryAddPageArgs& add_page_args);
261 // Applies all the URL history encountered during prerendering to the
443 typedef std::vector<history::HistoryAddPageArgs> AddPageVector;
445 // Caches pages to be added to the history.

Completed in 2117 milliseconds

1 2 3 4 5 6 7 8 91011>>