Searched refs:history (Results 176 - 200 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/sync/js/
H A DREADME.js16 from SVN history if you feel you can make use of it.
/external/libedit/src/
H A Dhistedit.h38 * histedit.h: Line editor and history interface.
186 typedef struct history History;
199 int history(History *, HistEvent *, int, ...);
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
510 if (history[offset] >= 0) {
511 return history[offset];
540 rlength = minLengthInChars(ceList, roffset, history);
569 //history[roffset++] = -1;
570 //history[roffset++] = 1;
573 rlength = minLengthInChars(ceList, roffset, history);
615 rlength = minLengthInChars(ceList, roffset, history);
631 history[offset] = shortestLength;
639 int32_t *history local
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Dbrowser_list_tabcontents_provider.cc9 #include "chrome/browser/history/top_sites.h"
52 history::TopSites* ts = (*it)->GetTopSites();
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database_unittest.cc5 #include "chrome/browser/history/android/android_urls_database.h"
10 #include "chrome/browser/history/history_database.h"
11 #include "chrome/browser/history/history_unittest_base.h"
16 namespace history { namespace
33 // Set up history as they would be before migration.
35 ExecuteSQLScript(data_path.AppendASCII("history.21.sql"),
67 } // namespace history
H A Dandroid_urls_sql_handler.cc5 #include "chrome/browser/history/android/android_urls_sql_handler.h"
8 #include "chrome/browser/history/history_database.h"
10 namespace history { namespace
62 } // namespace history.
H A Dbookmark_model_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
13 namespace history { namespace
32 // The instance of this class is created in history thread and posted to
38 // As this class is instantiated in history thread, the |profile| will be
75 } // namespace history.
H A Dsqlite_cursor_unittest.cc5 #include "chrome/browser/history/android/sqlite_cursor.h"
19 #include "chrome/browser/history/android/android_history_provider_service.h"
20 #include "chrome/browser/history/android/android_time.h"
21 #include "chrome/browser/history/history_service.h"
22 #include "chrome/browser/history/history_service_factory.h"
28 #include "components/history/core/android/android_history_types.h"
39 using history::AndroidStatement;
40 using history::HistoryAndBookmarkRow;
41 using history::SearchRow;
219 EXPECT_EQ(history
[all...]
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.h21 namespace history { namespace
24 // engine to propagate to other clients. It also expires local history entries
48 // history entries that match. Caller still needs to call other
50 // local history entries.
54 // Expires local history entries according to delete directives from server.
69 // Callback when history backend finishes deleting visits according to
82 } // namespace history
H A Ddownload_database.h20 namespace history { namespace
141 } // namespace history
H A Ddownload_row.cc5 #include "chrome/browser/history/download_row.h"
7 namespace history { namespace
63 } // namespace history
H A Ddownload_row.h18 namespace history { namespace
109 } // namespace history
H A Dtop_sites_backend.h12 #include "components/history/core/browser/history_types.h"
19 namespace history { namespace
95 } // namespace history
H A Dtop_sites_database.h12 #include "components/history/core/browser/history_types.h"
23 namespace history { namespace
108 } // 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 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 Dhistory_backend_unittest.cc5 #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 backen
81 namespace history { namespace
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc15 #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
[all...]
H A Dmalware_details_history.h8 // 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/browser/thumbnails/
H A Dthumbnail_list_source.h13 #include "components/history/core/browser/history_types.h"
53 const history::MostVisitedURLList& mvurl_list);
/external/chromium_org/components/history/core/test/
H A Dhistory_client_fake_bookmarks.cc5 #include "components/history/core/test/history_client_fake_bookmarks.h"
7 namespace history { namespace
47 } // namespace history
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DAgentChatSession.java20 package org.jivesoftware.smackx.workgroup.ext.history;
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc22 #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/
H A Dhistory_quick_provider_unittest.cc23 #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
[all...]
/external/chromium_org/chrome/browser/prerender/
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...]

Completed in 1133 milliseconds

1234567891011>>