Searched defs:history (Results 101 - 125 of 211) sorted by path

123456789

/external/chromium_org/chrome/browser/history/
H A Durl_utils.cc5 #include "chrome/browser/history/url_utils.h"
11 namespace history { namespace
88 } // namespace history
H A Durl_utils.h12 namespace history { namespace
44 } // 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_database.cc5 #include "chrome/browser/history/visit_database.h"
14 #include "chrome/browser/history/visit_filter.h"
16 #include "components/history/core/browser/url_database.h"
20 namespace history { namespace
67 // given time range (most history views are time-based).
103 history::VisitRow visit;
625 } // namespace history
H A Dvisit_database.h10 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
85 // is used for history expiration.)
97 // is used for history expiration.)
231 } // namespace history
H A Dvisit_database_unittest.cc13 #include "chrome/browser/history/visit_database.h"
14 #include "components/history/core/browser/url_database.h"
22 namespace history { namespace
422 } // namespace history
H A Dvisit_filter.cc5 #include "chrome/browser/history/visit_filter.h"
13 #include "components/history/core/browser/history_types.h"
15 namespace history { namespace
358 } // namespace history
H A Dvisit_filter.h13 namespace history { namespace
163 } // history
H A Dvisit_filter_unittest.cc5 #include "chrome/browser/history/visit_filter.h"
11 #include "components/history/core/browser/history_types.h"
24 namespace history { namespace
314 } // namespace history
H A Dvisit_tracker.cc5 #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
H A Dvisit_tracker.h12 #include "components/history/core/browser/history_types.h"
14 namespace history { namespace
16 // Tracks history transitions between pages. The history backend uses this to
48 VisitID visit_id; // Visit ID generated by history.
64 } // namespace history
H A Dvisitsegment_database.cc5 #include "chrome/browser/history/visitsegment_database.h"
17 #include "components/history/core/browser/page_usage_data.h"
35 namespace history { namespace
327 } // namespace history
H A Dvisitsegment_database.h9 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
90 } // namespace history
H A Dweb_history_service.cc5 #include "chrome/browser/history/web_history_service.h"
30 namespace history { namespace
38 "https://history.google.com/history/api/lookup?client=chrome";
41 "https://history.google.com/history/api/delete?client=chrome";
65 friend class history::WebHistoryService;
225 DLOG(WARNING) << "Non-JSON response received from history server.";
231 // history server.
241 // Returns a URL for querying the history serve
[all...]
H A Dweb_history_service.h12 #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
H A Dweb_history_service_factory.h12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/precache/
H A Dmost_visited_urls_provider.h13 namespace history { namespace
22 explicit MostVisitedURLsProvider(history::TopSites* top_sites);
31 scoped_refptr<history::TopSites> top_sites_;
/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,
H A Dautocomplete_action_predictor_unittest.cc15 #include "chrome/browser/history/history_service.h"
16 #include "chrome/browser/history/history_service_factory.h"
20 #include "components/history/core/browser/in_memory_database.h"
21 #include "components/history/core/browser/url_database.h"
129 history::URLID AddRowToHistory(const TestUrlInfo& test_row) {
130 HistoryService* history = local
133 CHECK(history);
134 history::URLDatabase* url_db = history->InMemoryDatabase();
141 history
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.h38 namespace history { namespace
256 // Called by the history tab helper with the information that it woudl have
257 // added to the history service had this web contents not been used for
259 void DidNavigate(const history::HistoryAddPageArgs& add_page_args);
261 // Applies all the URL history encountered during prerendering to the
443 typedef std::vector<history::HistoryAddPageArgs> AddPageVector;
445 // Caches pages to be added to the history.
H A Dprerender_local_predictor.cc22 #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
587 HistoryService* history = GetHistoryIfExists(); local
686 HistoryService* history = GetHistoryIfExists(); local
1139 HistoryService* history = GetHistoryIfExists(); local
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile.h56 namespace history { namespace
80 // could, for example, return an history service that only allow some specific
208 virtual history::TopSites* GetTopSites() = 0;
211 virtual history::TopSites* GetTopSitesWithoutCreating() = 0;
/external/chromium_org/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc170 GURL history(chrome::kChromeUIHistoryURL);
173 chrome::ShowSingletonTab(browser(), history); local
178 EXPECT_EQ(tab2->GetURL(), GURL(history));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js707 chrome.history = {};
713 chrome.history.addUrl = function(details) {};
719 chrome.history.deleteAll = function(callback) {};
727 chrome.history.deleteRange = function(range, callback) {};
733 chrome.history.deleteUrl = function(details) {};
741 chrome.history.getVisits = function(details, callback) {};
751 chrome.history.search = function(query, callback) {};
755 chrome.history.onVisitRemoved;
759 chrome.history.onVisited;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc16 #include "chrome/browser/history/history_service.h"
17 #include "chrome/browser/history/history_service_factory.h"
23 #include "components/history/core/browser/history_types.h"
306 HistoryService* history; local
307 if (!request || !request->IsInitialized() || !GetHistoryService(&history)) {
312 history->QueryURL(request_url,
325 const history::URLRow& row,
326 const history::VisitVector& visits) {
331 // URL is not found in the history. In practice this should not
345 for (history
373 HistoryService* history; local
404 HistoryService* history; local
457 GetHistoryService(HistoryService** history) argument
[all...]

Completed in 441 milliseconds

123456789