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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/history/
download_row.cc 5 #include "chrome/browser/history/download_row.h"
7 namespace history { namespace
63 } // namespace history
download_row.h 18 namespace history { namespace
109 } // namespace history
history_database.h 12 #include "chrome/browser/history/download_database.h"
13 #include "chrome/browser/history/visit_database.h"
14 #include "chrome/browser/history/visitsegment_database.h"
15 #include "components/history/core/browser/url_database.h"
21 #include "chrome/browser/history/android/android_cache_database.h"
22 #include "chrome/browser/history/android/android_urls_database.h"
31 namespace history { namespace
33 // Encapsulates the SQL connection for the history database. This class holds
34 // the database connection and has methods the history system (including full
37 // We try to keep most logic out of the history database; this should be see
    [all...]
top_sites_database.h 12 #include "components/history/core/browser/history_types.h"
23 namespace history { namespace
108 } // namespace history
visit_tracker.cc 5 #include "chrome/browser/history/visit_tracker.h"
9 namespace history { namespace
42 // Recall that a page ID is associated with a single session history entry.
106 } // namespace history
web_history_service.h 12 #include "components/history/core/browser/history_types.h"
23 namespace history { namespace
26 // synced history visits. It is roughly analogous to HistoryService, and
56 // Searches synced history for visits matching |text_query|. The timeframe to
80 // Called by |request| when a web history query has completed. Unpacks the
88 // Called by |request| when a request to delete history from the server has
99 // a mutation operation (e.g., deleting history). This is used to ensure that
112 } // namespace history
history_backend_unittest.cc 5 #include "chrome/browser/history/history_backend.h"
24 #include "chrome/browser/history/history_notifications.h"
25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/browser/history/in_memory_history_backend.h"
28 #include "chrome/browser/history/visit_filter.h"
33 #include "components/history/core/browser/in_memory_database.h"
34 #include "components/history/core/browser/keyword_search_term.h"
35 #include "components/history/core/test/history_client_fake_bookmarks.h"
48 // backend directly. Most of the history backend functions are tested by th
81 namespace history { namespace
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 15 #include "chrome/browser/history/history_backend.h"
16 #include "chrome/browser/history/history_service.h"
17 #include "chrome/browser/history/history_service_factory.h"
259 history::SOURCE_BROWSED);
262 history::SOURCE_BROWSED); // same host HTTPS.
265 history::SOURCE_BROWSED); // same host HTTP.
268 history::SOURCE_BROWSED); // different host.
271 NULL, 0, GURL(), history::RedirectList(),
273 history::SOURCE_BROWSED, false);
276 NULL, 0, GURL(), history::RedirectList()
    [all...]
malware_details_history.h 8 // This class gets redirect chain for urls from the history service.
19 #include "chrome/browser/history/history_service.h"
37 // Collects urls' redirects chain information from the history service.
38 // We get access to history service via web_contents in UI thread.
46 // Returns the redirect urls we get from history service
64 const history::RedirectList* redirect_list);
84 // The collected directs from history service
  /external/chromium_org/chrome/test/base/
testing_profile.h 22 namespace history { namespace
169 // Creates the history service. If |delete_file| is true, the history file is
173 // the history backend will fail to initialize its database; this is useful
277 virtual history::TopSites* GetTopSites() OVERRIDE;
278 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
319 // Schedules a task on the history backend and runs a nested loop until the
321 // history service processes all pending requests.
382 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails
    [all...]
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.cc 5 #include "components/history/core/test/history_client_fake_bookmarks.h"
7 namespace history { namespace
47 } // namespace history
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.h 277 * limit the amount of recursion, a "history" list is used to record
280 * in the history list is used.
284 * @param history - the history list. Must be at least as long as
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/icu/icu4c/source/test/intltest/
colldata.h 277 * limit the amount of recursion, a "history" list is used to record
280 * in the history list is used.
284 * @param history - the history list. Must be at least as long as
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatSession.java 20 package org.jivesoftware.smackx.workgroup.ext.history;
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 22 #include "chrome/browser/history/top_sites.h"
47 using history::TopSites;
86 const history::MostVisitedURLList& visited_list,
92 const history::MostVisitedURL& visited = visited_list[i];
109 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites,
235 history::TopSites* top_sites = profile_->GetTopSites();
244 content::Source<history::TopSites>(top_sites));
352 // (just initialized, enabled/disabled or history sync state changed). Re-run
395 const history::MostVisitedURLList& visited_list) {
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 23 #include "chrome/browser/history/history_backend.h"
24 #include "chrome/browser/history/history_database.h"
25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/browser/history/in_memory_url_index.h"
28 #include "chrome/browser/history/url_index_private_data.h"
35 #include "components/history/core/browser/url_database.h"
143 // Fills test data into the history system.
165 history::HistoryBackend* history_backend() {
511 history::TermMatches matches_a
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 22 #include "chrome/browser/history/history_database.h"
23 #include "chrome/browser/history/history_db_task.h"
24 #include "chrome/browser/history/history_service.h"
25 #include "chrome/browser/history/history_service_factory.h"
59 using history::URLID;
168 class GetURLForURLIDTask : public history::HistoryDBTask {
178 virtual bool RunOnDBThread(history::HistoryBackend* backend,
179 history::HistoryDatabase* db) OVERRIDE {
195 void DoURLLookup(history::HistoryDatabase* db,
197 history::URLRow url_row
587 HistoryService* history = GetHistoryIfExists(); local
686 HistoryService* history = GetHistoryIfExists(); local
1139 HistoryService* history = GetHistoryIfExists(); local
    [all...]
  /external/chromium_org/components/history/core/browser/
url_database.cc 5 #include "components/history/core/browser/url_database.h"
14 #include "components/history/core/browser/keyword_search_term.h"
19 namespace history { namespace
61 // Convenience to fill a history::URLRow. Must be in sync with the fields in
63 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) {
102 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
117 const history::URLRow& info) {
132 URLID URLDatabase::AddURLInternal(const history::URLRow& info,
164 << " to table history.urls.";
170 bool URLDatabase::InsertOrUpdateURLRowByID(const history::URLRow& info)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 9 goog.require('cvox.History');
116 var history = cvox.History.getInstance();
117 history.enterUserCommand(functionName);
119 history.exitUserCommand(functionName);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 31 * history navigation), then execute |afterFunction|.
357 * TestFixture for OptionsPage WebUI testing including tab history and support
463 * Verifies that the correct URLs are listed in the history. Asynchronous.
465 * be in the tab navigation history, sorted by visit time, including the
467 * will be prepended to each. An initial 'about:blank' history entry is
469 * @param {Function=} callback A function to be called after the history has
476 // The history always starts with a blank page.
483 self.compareArrays_(fullExpectedHistory, results, false, 'History');
509 * C++ fixture with the navigation history to be verified.
538 // Show a page without updating history
    [all...]
  /external/lldb/tools/driver/
IOChannel.cpp 221 ::el_set (m_edit_line, EL_HIST, history, m_history);
236 ::history (m_history, &m_history_event, H_SETSIZE, 800);
237 ::history (m_history, &m_history_event, H_SETUNIQUE, 1);
238 // Load history
263 // Save history
287 ::snprintf (history_path, sizeof(history_path), "~/.%s-history", SBHostOS::GetProgramFileSpec().GetFilename());
292 ::history (m_history, &m_history_event, H_SAVE, path_ptr);
294 ::history (m_history, &m_history_event, H_LOAD, path_ptr);
359 ::history (m_history, &m_history_event, H_ENTER, line);
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.h 14 #include "components/history/core/android/android_history_types.h"
22 namespace history { namespace
66 // Bookmark and history APIs. -----------------------------------------------
191 history::TopSites* top_sites_;
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 19 #include "chrome/browser/history/history_notifications.h"
20 #include "chrome/browser/history/history_service.h"
21 #include "chrome/browser/history/history_service_factory.h"
32 #include "components/history/core/browser/in_memory_database.h"
81 // Request the in-memory database from the history to force it to load so
241 const content::Details<const history::URLsDeletedDetails>
243 content::Details<const history::URLsDeletedDetails>(details);
277 // rows from the caches and the database once the history service is
306 const history::URLRows& rows) {
314 history::URLRow::URLRowHasURL(it->first.url)) != rows.end())
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 64 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
65 virtual history::TopSites* GetTopSites() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 102 history::TopSites* FakeProfile::GetTopSites() {
106 history::TopSites* FakeProfile::GetTopSitesWithoutCreating() {

Completed in 633 milliseconds

1 2 3 4 5 6 7 891011>>