Searched refs:history (Results 201 - 225 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/components/history/core/browser/
H A Durl_database.cc5 #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
[all...]
H A Din_memory_database.cc5 #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
108 "FROM history.urls u JOIN history.keyword_search_terms kst "
110 // Unable to get data from the history database. This is OK, the file may
123 "history
[all...]
H A Durl_row.cc5 #include "components/history/core/browser/url_row.h"
9 namespace history { namespace
96 } // namespace history
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_browsertest.js31 * 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.
509 * C++ fixture with the navigation history to be verified.
538 // Show a page without updating history.
589 // normally with none of the latter's quirks in the expected history o
[all...]
/external/lldb/tools/driver/
H A DIOChannel.cpp221 ::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/history/
H A Din_memory_url_index.h21 #include "chrome/browser/history/history_db_task.h"
22 #include "chrome/browser/history/in_memory_url_index_types.h"
23 #include "chrome/browser/history/scored_history_match.h"
24 #include "components/history/core/browser/history_types.h"
40 namespace history { namespace
51 // The URL history source.
60 // words and characters in the URL history database except when converting
75 // rebuilding from the history database.
98 // history changes. |history_dir| is a path to the directory containing the
99 // history databas
[all...]
H A Dhistory_database.h12 #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 databas
[all...]
H A Din_memory_url_index.cc5 #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)
191 content::Details<history::URLsModifiedDetails>(details).ptr());
195 content::Details<history
[all...]
H A Dshortcuts_database.h20 namespace history { namespace
137 } // namespace history
H A Dtop_sites_cache.h12 #include "chrome/browser/history/url_utils.h"
13 #include "components/history/core/browser/history_types.h"
18 namespace history { namespace
168 } // namespace history
H A Durl_utils.cc5 #include "chrome/browser/history/url_utils.h"
11 namespace history { namespace
88 } // namespace history
H A Durl_utils_unittest.cc5 #include "chrome/browser/history/url_utils.h"
10 namespace history { namespace
131 } // namespace history
H A Dvisit_filter.h13 namespace history { namespace
163 } // history
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.cc19 #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
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h64 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
65 virtual history::TopSites* GetTopSites() OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc102 history::TopSites* FakeProfile::GetTopSites() {
106 history::TopSites* FakeProfile::GetTopSitesWithoutCreating() {
H A Dfake_profile.h59 virtual history::TopSites* GetTopSites() OVERRIDE;
60 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_page_handler.cc19 #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));
/external/chromium_org/chrome/browser/devtools/
H A Dchrome_devtools_manager_delegate.cc10 #include "chrome/browser/history/top_sites.h"
53 history::TopSites* top_sites = profile->GetTopSites();
/external/chromium_org/chrome/browser/
H A Djumplist_win.h17 #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/
H A Dabout_memory.js10 history.go(0);
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.h14 #include "components/history/core/browser/history_types.h"
127 void OnMostVisitedItemsReceived(const history::MostVisitedURLList& data);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_mock.h68 history::HistoryBackend* history_backend,
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h22 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 an
[all...]
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.cc5 #include "components/history/core/android/android_history_types.h"
7 namespace history { namespace
143 } // namespace history.

Completed in 5323 milliseconds

1234567891011>>