Searched defs:history (Results 26 - 50 of 211) sorted by path

123456789

/external/chromium_org/chrome/browser/history/android/
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 Dbookmark_model_sql_handler_unittest.cc5 #include "chrome/browser/history/android/bookmark_model_sql_handler.h"
10 #include "chrome/browser/history/history_database.h"
23 namespace history { namespace
57 // Create the directory for history database.
253 } // namespace history
H A Dfavicon_sql_handler.cc5 #include "chrome/browser/history/android/favicon_sql_handler.h"
10 #include "chrome/browser/history/thumbnail_database.h"
14 namespace history { namespace
123 } // namespace history.
H A Dfavicon_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
36 } // namespace history.
H A Dsql_handler.cc5 #include "chrome/browser/history/android/sql_handler.h"
7 namespace history { namespace
38 } // namespace history.
H A Dsql_handler.h8 #include "components/history/core/android/android_history_types.h"
10 namespace history { namespace
73 } // namespace history.
H A Durls_sql_handler.cc5 #include "chrome/browser/history/android/urls_sql_handler.h"
8 #include "chrome/browser/history/history_database.h"
12 namespace history { namespace
87 // c. If the visit count is 0, it means clear the history, the last visit time
132 // User want to clear history
154 } // namespace history
H A Durls_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
32 } // namespace history.
H A Durls_sql_handler_unittest.cc7 #include "chrome/browser/history/android/urls_sql_handler.h"
13 #include "chrome/browser/history/android/visit_sql_handler.h"
14 #include "chrome/browser/history/history_database.h"
21 namespace history { namespace
198 // as the history will be rebuild.
343 } // namespace history
H A Dvisit_sql_handler.cc5 #include "chrome/browser/history/android/visit_sql_handler.h"
8 #include "chrome/browser/history/history_database.h"
12 namespace history { namespace
145 } // namespace history.
H A Dvisit_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
14 namespace history { namespace
48 } // namespace history.
H A Dvisit_sql_handler_unittest.cc7 #include "chrome/browser/history/android/visit_sql_handler.h"
13 #include "chrome/browser/history/android/urls_sql_handler.h"
14 #include "chrome/browser/history/history_database.h"
21 namespace history { namespace
303 } // namespace history
/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.h9 #include "components/history/core/browser/history_client.h"
10 #include "components/history/core/browser/top_sites_observer.h"
15 namespace history { namespace
19 // This class implements history::HistoryClient to abstract operations that
21 class ChromeHistoryClient : public history::HistoryClient,
22 public history::TopSitesObserver {
26 history::TopSites* top_sites);
29 // history::HistoryClient:
33 std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
41 virtual void TopSitesLoaded(history
[all...]
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 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.cc5 #include "chrome/browser/history/download_database.h"
20 #include "chrome/browser/history/download_row.h"
21 #include "components/history/core/browser/history_types.h"
28 namespace history { namespace
671 } // 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 Dexpire_history_backend.cc5 #include "chrome/browser/history/expire_history_backend.h"
18 #include "chrome/browser/history/history_database.h"
19 #include "chrome/browser/history/history_notifications.h"
20 #include "chrome/browser/history/thumbnail_database.h"
21 #include "components/history/core/browser/history_client.h"
23 namespace history { namespace
33 // don't appear in history and the vast majority of them are ads anyway. The
39 // and because these can take up the bulk of your history, we get a lot of
111 // history to expire last iteration, it's likely there is nothing next
239 // since this is called by the user who wants to delete their recent history,
[all...]
H A Dexpire_history_backend.h17 #include "components/history/core/browser/history_types.h"
22 namespace history { namespace
60 // history.
62 // It will automatically start periodically expiring old history once you call
78 // Begins periodic expiration of history older than the given threshold. This
201 // Enum representing what type of action resulted in the history DB deletion.
216 // Calls ExpireSomeOldHistory to expire some amount of old history, according
221 // Tries to expire the oldest |max_visits| visits from history that are older
223 // be more history to expire with the current time threshold (it does not
229 // Tries to detect possible bad history o
[all...]
H A Dexpire_history_backend_unittest.cc20 #include "chrome/browser/history/expire_history_backend.h"
21 #include "chrome/browser/history/history_database.h"
22 #include "chrome/browser/history/history_notifications.h"
23 #include "chrome/browser/history/thumbnail_database.h"
24 #include "chrome/browser/history/top_sites.h"
27 #include "components/history/core/common/thumbnail_score.h"
28 #include "components/history/core/test/history_client_fake_bookmarks.h"
45 // The test must be in the history namespace for the gtest forward declarations
46 // to work. It also eliminates a bunch of ugly "history::".
47 namespace history { namespace
[all...]
H A Dhistory_backend.cc5 #include "chrome/browser/history/history_backend.h"
27 #include "chrome/browser/history/download_row.h"
28 #include "chrome/browser/history/history_db_task.h"
29 #include "chrome/browser/history/history_db_task.h"
30 #include "chrome/browser/history/history_notifications.h"
31 #include "chrome/browser/history/in_memory_history_backend.h"
32 #include "chrome/browser/history/in_memory_history_backend.h"
33 #include "chrome/browser/history/top_sites.h"
34 #include "chrome/browser/history/typed_url_syncable_service.h"
35 #include "chrome/browser/history/typed_url_syncable_servic
69 namespace history { namespace
[all...]
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_backend_android.cc5 #include "chrome/browser/history/history_backend.h"
7 #include "chrome/browser/history/android/android_provider_backend.h"
9 namespace history { namespace
67 int HistoryBackend::MoveStatement(history::AndroidStatement* statement,
135 } // namespace history

Completed in 369 milliseconds

123456789