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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/android/
android_history_types.cc 5 #include "chrome/browser/history/android/android_history_types.h"
7 namespace history { namespace
143 } // namespace history.
android_history_provider_service_unittest.cc 5 #include "chrome/browser/history/android/android_history_provider_service.h"
10 #include "chrome/browser/history/android/android_history_types.h"
25 using history::AndroidStatement;
26 using history::HistoryAndBookmarkRow;
27 using history::SearchRow;
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 5 #include "chrome/browser/history/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...]
most_visited_tiles_experiment.cc 5 #include "chrome/browser/history/most_visited_tiles_experiment.h"
12 namespace history { namespace
124 } // namespace history
shortcuts_database.h 20 namespace history { namespace
137 } // namespace history
top_sites_cache.h 12 #include "chrome/browser/history/history_types.h"
13 #include "chrome/browser/history/url_utils.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 "chrome/browser/history/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"
18 #include "chrome/browser/history/history_types.h"
131 const history::MostVisitedURLList& data);
jumplist_win.cc 18 #include "chrome/browser/history/history_service.h"
19 #include "chrome/browser/history/page_usage_data.h"
20 #include "chrome/browser/history/top_sites.h"
211 history::TopSites* top_sites = profile_->GetTopSites();
221 content::Source<history::TopSites>(top_sites));
237 history::TopSites* top_sites = profile_->GetTopSites();
279 const history::MostVisitedURLList& data) {
288 const history::MostVisitedURL& url = data[i];
  /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/search/
instant_service.h 14 #include "chrome/browser/history/history_types.h"
127 void OnMostVisitedItemsReceived(const history::MostVisitedURLList& data);
  /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 12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
121 // Make sure the page is in history, otherwise adding the favicon does
123 HistoryService* history = HistoryServiceFactory::GetForProfile(
125 if (!history)
127 history->AddPageNoVisitForBookmark(entry->GetURL(), entry->GetTitle());
225 // Get the favicon, either from history or request it from the net.
  /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);
261 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 38 namespace history { namespace
269 // Called by the history tab helper with the information that it woudl have
270 // added to the history service had this web contents not been used for
272 void DidNavigate(const history::HistoryAddPageArgs& add_page_args);
274 // Applies all the URL history encountered during prerendering to the
459 typedef std::vector<history::HistoryAddPageArgs> AddPageVector;
461 // Caches pages to be added to the history.
  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 99 virtual history::TopSites* GetTopSites() OVERRIDE;
100 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
256 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
  /external/chromium_org/chrome/browser/safe_browsing/
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/chrome/browser/supervised_user/
supervised_user_navigation_observer.cc 11 #include "chrome/browser/history/history_service.h"
12 #include "chrome/browser/history/history_service_factory.h"
13 #include "chrome/browser/history/history_types.h"
241 // Create a history entry for the attempt and mark it as such.
242 history::HistoryAddPageArgs add_page_args(
244 url, history::RedirectList(),
245 content::PAGE_TRANSITION_BLOCKED, history::SOURCE_BROWSED,
248 // Add the entry to the history database.
254 // |history_service| is null if saving history is disabled.
  /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/ui/webui/memory_internals/
memory_internals_proxy.cc 303 if (!process->GetList("history", &tabs)) {
305 process->Set("history", tabs);
312 tab->Set("history", histories);
318 base::DictionaryValue* history = new base::DictionaryValue(); local
319 histories->Append(history);
320 history->SetString("url", entry->GetURL().spec());
321 history->SetString("title", entry->GetTitle());
322 history->SetInteger("time", (base::Time::Now() -
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 867 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
872 if (history[offset] >= 0) {
873 return history[offset];
905 rlength = minLengthInChars(ceList, roffset, history);
937 //history[roffset++] = -1;
938 //history[roffset++] = 1;
941 rlength = minLengthInChars(ceList, roffset, history);
983 rlength = minLengthInChars(ceList, roffset, history);
999 history[offset] = shortestLength;
1007 int32_t *history = NEW_ARRAY(int32_t, clength) local
    [all...]
bmsearch.cpp 394 int32_t *history = NEW_ARRAY(int32_t, plen); local
396 if (history == NULL) {
402 history[i] = -1;
408 DELETE_ARRAY(history);
413 maxSkip = minLengthCache[0] = data->minLengthInChars(&patternCEs, 0, history);
420 minLengthCache[p] = data->minLengthInChars(&patternCEs, p, history);
435 DELETE_ARRAY(history);

Completed in 1445 milliseconds

1 2 3 4 5 6 7 8 91011>>