Searched refs:history (Results 126 - 150 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/
H A Dweb_dialog_web_contents_delegate_unittest.cc19 #include "components/history/core/browser/history_types.h"
67 history::HistoryAddPageArgs should_add_args(
68 GURL(), base::Time::Now(), 0, 0, GURL(), history::RedirectList(),
69 ui::PAGE_TRANSITION_TYPED, history::SOURCE_SYNCED, false);
/external/chromium_org/components/history/core/browser/
H A Durl_database.h9 #include "components/history/core/browser/keyword_id.h"
10 #include "components/history/core/browser/url_row.h"
20 namespace history { namespace
27 // full history data. We split this class' functionality out from the larger
43 // Converts a GURL to a string used in the history database. We plan to
141 bool GetNextURL(history::URLRow* r);
184 history::URLRow* info);
251 // used when clearing history can populate the table and then create the
279 // Convenience to fill a history::URLRow. Must be in sync with the fields in
309 // history item
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc11 #include "chrome/browser/history/download_database.h"
12 #include "chrome/browser/history/download_row.h"
13 #include "chrome/browser/history/history_service.h"
34 void CheckInfoEqual(const history::DownloadRow& left,
35 const history::DownloadRow& right) {
62 typedef std::vector<history::DownloadRow> InfoVector;
93 const history::DownloadRow& info,
112 const history::DownloadRow& info) OVERRIDE {
141 const history::DownloadRow& info) {
145 create_download_info_ = history
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h20 #include "chrome/browser/history/expire_history_backend.h"
21 #include "chrome/browser/history/history_database.h"
22 #include "chrome/browser/history/thumbnail_database.h"
23 #include "chrome/browser/history/visit_tracker.h"
24 #include "components/history/core/browser/history_types.h"
25 #include "components/history/core/browser/keyword_id.h"
30 #include "components/history/core/android/android_history_types.h"
45 namespace history { namespace
90 // Internal history implementation which does most of the work of the history
[all...]
H A Dhistory_database_unittest.cc5 #include "chrome/browser/history/history_database.h"
15 namespace history { namespace
49 } // namespace history
H A Dhistory_unittest_base.cc11 #include "chrome/browser/history/history_unittest_base.h"
14 namespace history { namespace
41 } // namespace history
H A Din_memory_history_backend.h6 // It maintains an in-memory cache of a subset of history that is required for
16 // The InMemoryHistoryBackend is created on the history thread and passed to the
18 // notifications from the "regular" history backend and keeps itself in sync.
28 #include "components/history/core/browser/keyword_id.h"
38 namespace history { namespace
53 // Initializes the backend from the history database pointed to by the
57 // Does initialization work when this object is attached to the history
59 // attached history service is under.
103 } // namespace history
H A Dtop_sites.cc5 #include "chrome/browser/history/top_sites.h"
8 #include "chrome/browser/history/top_sites_impl.h"
14 namespace history { namespace
62 } // namespace history
H A Dvisitsegment_database.h9 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
90 } // namespace history
H A Ddelete_directive_handler.cc5 #include "chrome/browser/history/delete_directive_handler.h"
11 #include "chrome/browser/history/history_backend.h"
12 #include "chrome/browser/history/history_db_task.h"
13 #include "chrome/browser/history/history_service.h"
114 namespace history { namespace
127 virtual bool RunOnDBThread(history::HistoryBackend* backend,
128 history::HistoryDatabase* db) OVERRIDE;
138 history::HistoryBackend* history_backend,
141 // Process a list of time range directives, all history entries within the
145 history
[all...]
H A Dscored_history_match.h13 #include "chrome/browser/history/in_memory_url_index_types.h"
14 #include "components/history/core/browser/history_match.h"
15 #include "components/history/core/browser/history_types.h"
18 namespace history { namespace
24 // history item's URL and/or page title matches have occurred.
25 class ScoredHistoryMatch : public history::HistoryMatch {
34 // Creates a new match with a raw score calculated for the history item
206 } // namespace history
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.h11 #include "components/history/core/android/android_history_types.h"
15 namespace history { namespace
19 // history system shutdown.
107 // Attachs to history database; returns true on success.
118 } // namespace history
H A Dvisit_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
14 namespace history { namespace
48 } // namespace history.
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.h16 #include "components/history/core/browser/history_types.h"
38 namespace history { namespace
170 void DeleteRowsWithURLs(const history::URLRows& rows);
181 // if the history service is available, or registers for the notification of
191 // the local caches are created once the history service is available.
192 void DeleteOldEntries(history::URLDatabase* url_db);
197 history::URLDatabase* url_db,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.h16 #include "chrome/browser/history/visit_database.h"
40 // PrerenderLocalPredictor maintains local browsing history to make prerender
44 class PrerenderLocalPredictor : public history::VisitDatabaseObserver,
159 // history::VisitDatabaseObserver implementation
160 virtual void OnAddVisit(const history::BriefVisitInfo& info) OVERRIDE;
163 scoped_ptr<std::vector<history::BriefVisitInfo> > visit_history);
221 // Whether we're registered with the history service as a
222 // history::VisitDatabaseObserver.
227 scoped_ptr<std::vector<history::BriefVisitInfo> > visit_history_;
/external/chromium_org/chrome/browser/search_engines/
H A Dchrome_template_url_service_client.h15 // ChromeTemplateURLServiceClient provides keyword related history
26 history::KeywordID keyword_Id) OVERRIDE;
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_list_source.cc14 #include "chrome/browser/history/top_sites.h"
37 const history::MostVisitedURLList& mvurl_list,
46 const history::MostVisitedURL& mvurl = mvurl_list[i];
64 history::RedirectList::const_iterator jt;
132 const history::MostVisitedURLList& mvurl_list) {
H A Dthumbnail_service_impl.h9 #include "chrome/browser/history/top_sites.h"
42 scoped_refptr<history::TopSites> top_sites_;
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types_unittest.cc5 #include "components/history/core/android/android_history_types.h"
9 namespace history { namespace
38 } // namespace history
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
H A Dframe.js23 if (history.state == null) {
147 window.history.pushState(exampleName, '', '/demo/' + exampleName);
151 window.history.replaceState(exampleName, '', '/demo/' + exampleName);
155 window.history.replaceState('home', '', '/demo');
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DPopStateEvent.h54 History* history() const { return m_history.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.h59 char history[64]; member in struct:tcmalloc::Span
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.h59 char history[64]; member in struct:tcmalloc::Span
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp491 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
496 if (history[offset] >= 0) {
497 return history[offset];
526 rlength = minLengthInChars(ceList, roffset, history);
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
559 rlength = minLengthInChars(ceList, roffset, history);
601 rlength = minLengthInChars(ceList, roffset, history);
617 history[offset] = shortestLength;
625 int32_t *history local
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() {
75 history::KeywordID keyword_id,

Completed in 8480 milliseconds

1234567891011>>