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

<<11121314151617181920

  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 109 virtual history::TopSites* GetTopSites() OVERRIDE;
110 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
267 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 16 #include "chrome/browser/history/chrome_history_client.h"
17 #include "chrome/browser/history/chrome_history_client_factory.h"
18 #include "chrome/browser/history/download_row.h"
19 #include "chrome/browser/history/history_service.h"
20 #include "chrome/browser/history/history_service_factory.h"
21 #include "chrome/browser/history/web_history_service_factory.h"
47 ADD_FAILURE() << "failed to delete history db file "
57 ADD_FAILURE() << "failed to initialize history service";
72 // download to its history.
112 // Shut down the history service on all profiles
    [all...]
  /external/chromium_org/components/history/core/browser/
history_types.h 21 #include "components/history/core/browser/url_row.h"
22 #include "components/history/core/common/thumbnail_score.h"
34 namespace history { namespace
55 // and eventually be stored in the history database,
139 // Encapsulates the results of a history query. It supports an ordered list of
376 // history::RedirectList(), ui::PAGE_TRANSITION_LINK,
384 const history::RedirectList& redirects,
397 history::RedirectList redirects;
438 // Used when migrating most visited thumbnails out of history and into topsites.
499 // Defines a favicon bitmap stored in the history backend
    [all...]
  /frameworks/native/include/input/
InputTransport.h 362 struct History {
388 History history[2]; member in struct:android::InputConsumer::TouchState
389 History lastResample;
405 history[historyCurrent].initializeFrom(msg);
408 const History* getHistory(size_t index) const {
409 return &history[(historyCurrent + index) & 1];
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 12 #include "chrome/browser/history/history_db_task.h"
13 #include "chrome/browser/history/history_notifications.h"
14 #include "chrome/browser/history/history_service_factory.h"
15 #include "chrome/browser/history/history_unittest_base.h"
16 #include "chrome/browser/history/top_sites.h"
17 #include "chrome/browser/history/top_sites_cache.h"
18 #include "chrome/browser/history/top_sites_impl.h"
22 #include "components/history/core/browser/history_types.h"
32 class TestTopSitesObserver : public history::TopSitesObserver {
34 explicit TestTopSitesObserver(Profile* profile, history::TopSites* top_sites)
70 namespace history { namespace
    [all...]
history_browsertest.cc 13 #include "chrome/browser/history/history_db_task.h"
14 #include "chrome/browser/history/history_service.h"
15 #include "chrome/browser/history/history_service_factory.h"
35 // and history backend thread because the history subsystem posts tasks back
40 // A task to be scheduled on the history backend thread.
41 // Notifies the main thread after all history backend thread tasks have run.
42 class WaitForHistoryTask : public history::HistoryDBTask {
46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
47 history::HistoryDatabase* db) OVERRIDE
91 HistoryService* history = local
    [all...]
expire_history_backend.h 17 #include "components/history/core/browser/history_types.h"
22 namespace history { namespace
60 // history.
62 // It will automatically start periodically expiring old history once you call
78 // Begins periodic expiration of history older than the given threshold. This
201 // Enum representing what type of action resulted in the history DB deletion.
203 // User initiated the deletion from the History UI.
205 // History data was automatically expired due to being more than 90 days
216 // Calls ExpireSomeOldHistory to expire some amount of old history, according
221 // Tries to expire the oldest |max_visits| visits from history that are olde
    [all...]
in_memory_history_backend.cc 5 #include "chrome/browser/history/in_memory_history_backend.h"
15 #include "chrome/browser/history/history_notifications.h"
17 #include "components/history/core/browser/in_memory_database.h"
18 #include "components/history/core/browser/url_database.h"
22 namespace history { namespace
117 // When all history is deleted, the individual URLs won't be listed. Just
149 } // namespace history
typed_url_syncable_service.h 11 #include "chrome/browser/history/history_notifications.h"
12 #include "components/history/core/browser/history_types.h"
31 namespace history { namespace
77 // This is a helper map used to associate visit vectors from the history db
110 // Fetches visits from the history DB corresponding to the passed URL. This
111 // function compensates for the fact that the history DB has rather poor data
162 } // namespace history
  /external/chromium_org/chrome/browser/
jumplist_win.cc 19 #include "chrome/browser/history/history_service.h"
20 #include "chrome/browser/history/top_sites.h"
32 #include "components/history/core/browser/page_usage_data.h"
205 history::TopSites* top_sites = profile_->GetTopSites();
215 content::Source<history::TopSites>(top_sites));
244 history::TopSites* top_sites = profile_->GetTopSites();
283 const history::MostVisitedURLList& data) {
292 const history::MostVisitedURL& url = data[i];
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 311 if (!process->GetList("history", &tabs)) {
313 process->Set("history", tabs);
320 tab->Set("history", histories);
326 base::DictionaryValue* history = new base::DictionaryValue(); local
327 histories->Append(history);
328 history->SetString("url", entry->GetURL().spec());
329 history->SetString("title", entry->GetTitle());
330 history->SetInteger("time", (base::Time::Now() -
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 24 #include "chrome/browser/history/history_db_task.h"
25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/browser/history/top_sites.h"
55 #include "components/history/core/browser/history_types.h"
56 #include "components/history/core/common/thumbnail_score.h"
87 // Task used to make sure history has finished processing a request. Intended
89 class QuittingHistoryDBTask : public history::HistoryDBTask {
93 virtual bool RunOnDBThread(history::HistoryBackend* backend,
94 history::HistoryDatabase* db) OVERRIDE
222 HistoryService* history = HistoryServiceFactory::GetForProfile( local
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 26 #include "chrome/browser/history/chrome_history_client.h"
27 #include "chrome/browser/history/chrome_history_client_factory.h"
28 #include "chrome/browser/history/history_backend.h"
29 #include "chrome/browser/history/history_db_task.h"
30 #include "chrome/browser/history/history_service.h"
31 #include "chrome/browser/history/history_service_factory.h"
32 #include "chrome/browser/history/top_sites.h"
33 #include "chrome/browser/history/web_history_service_factory.h"
57 #include "components/history/core/browser/top_sites_observer.h"
111 class WaitTopSitesLoadedObserver : public history::TopSitesObserver
    [all...]
  /external/flac/libFLAC/
lpc.c 271 const FLAC__int32 *history; local
284 history = data;
286 sum += qlp_coeff[j] * (*(--history));
287 sumo += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*history);
290 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
293 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n",i,j,qlp_coeff[j],*history,(long long)sumo);
536 const FLAC__int32 *history; local
548 history = data;
550 sum += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*(--history));
801 const FLAC__int32 *r = residual, *history; local
1068 const FLAC__int32 *r = residual, *history; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 71 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
72 assertEquals(15 * SECOND_IN_MILLIS, history.getBucketDuration());
74 entry = history.getValues(0, entry);
78 entry = history.getValues(history.size() - 1, entry);
82 entry = history.getValues(Long.MIN_VALUE, Long.MAX_VALUE, entry);
210 // create history just over hour bucket boundary
345 final NetworkStatsHistory history = new NetworkStatsHistory( local
348 history.recordData(0, MINUTE_IN_MILLIS,
350 history.recordData(0, 2 * MINUTE_IN_MILLIS
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 196 // verify service has empty history for wifi
212 // verify service recorded history
229 // verify service recorded history
250 // verify service has empty history for wifi
276 // verify service recorded history
325 NetworkStatsHistory history = null; local
354 // verify service recorded history
355 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
356 assertValues(history, Long.MIN_VALUE, Long.MAX_VALUE, 512L, 4L, 512L, 4L, 0);
357 assertEquals(HOUR_IN_MILLIS, history.getBucketDuration())
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL); local
865 final NetworkStatsHistory history = mSession.getHistoryForUid( local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 94 * that delete the download history.
95 * @param {boolean} allowDelete True if download history deletion is
98 * download history are expected to be hidden and false otherwise.
  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 16 #include "chrome/browser/history/download_row.h"
109 // It can be used to inject history downloads.
122 // A private history adapter that stores the DownloadQueryCallback when
288 // The UI shouldn't be notified of downloads that were restored from history.
293 // history download.
299 // from history.
302 scoped_ptr<std::vector<history::DownloadRow> > history_downloads;
303 history_downloads.reset(new std::vector<history::DownloadRow>());
304 history_downloads->push_back(history::DownloadRow());
339 // being restored from history
    [all...]
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 163 virtual void AddHistoryPage(const history::URLRows& page,
164 history::VisitSource visit_source) OVERRIDE {
173 EXPECT_EQ(history::SOURCE_FIREFOX_IMPORTED, visit_source);
305 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES |
  /external/chromium_org/chrome/browser/android/
most_visited_sites.h 15 #include "components/history/core/browser/history_types.h"
70 const history::MostVisitedURLList& visited_list);
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/history/in_memory_url_index_types.h"
30 // Delete the underlying URL along with all its visits from the history DB.
81 const history::TermMatches& matches,
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.cc 5 #include "chrome/browser/history/android/android_urls_database.h"
9 namespace history { namespace
179 } // namespace history
favicon_sql_handler.cc 5 #include "chrome/browser/history/android/favicon_sql_handler.h"
10 #include "chrome/browser/history/thumbnail_database.h"
14 namespace history { namespace
123 } // namespace history.
visit_sql_handler.cc 5 #include "chrome/browser/history/android/visit_sql_handler.h"
8 #include "chrome/browser/history/history_database.h"
12 namespace history { namespace
145 } // namespace history.
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 79 history::HistoryBackend* history_backend,

Completed in 1277 milliseconds

<<11121314151617181920