Searched defs:history (Results 51 - 75 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/history/android/
H A Dsql_handler.cc5 #include "chrome/browser/history/android/sql_handler.h"
7 namespace history { namespace
38 } // 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_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_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 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 Dhistory_unittest_base.cc11 #include "chrome/browser/history/history_unittest_base.h"
14 namespace history { namespace
41 } // namespace history
H A Dthumbnail_database.h12 #include "components/history/core/browser/history_types.h"
24 namespace history { namespace
28 // This database interface is owned by the history backend and runs on the
29 // history thread. It is a totally separate component from history partially
34 // higher priority history operations.
276 } // 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 Dtop_sites.h12 #include "chrome/browser/history/history_service.h"
13 #include "components/history/core/browser/history_types.h"
14 #include "components/history/core/browser/top_sites_observer.h"
15 #include "components/history/core/common/thumbnail_score.h"
28 namespace history { namespace
33 // sites. This includes a cache of the most visited data from history, as well
55 // While testing the history system, we want to set the thumbnail to a piece
123 // Query history service for the list of available thumbnails. Returns the
194 } // 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_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 Dhistory_notifications.cc5 #include "chrome/browser/history/history_notifications.h"
7 namespace history { namespace
42 } // namespace history
H A Dhistory_notifications.h12 #include "chrome/browser/history/history_details.h"
13 #include "components/history/core/browser/history_types.h"
14 #include "components/history/core/browser/keyword_id.h"
17 namespace history { namespace
27 // effect in the main history database.
34 history::RedirectList redirects;
45 // IDs that are currently in effect in the main history database.
54 // Set when all history was deleted. False means just a subset was deleted.
62 // indicating that a subset of history has been deleted. The rows will have
63 // the IDs that had been in effect before the deletion in the main history
[all...]
H A Dtop_sites_cache_unittest.cc5 #include "chrome/browser/history/top_sites_cache.h"
16 namespace history { namespace
258 } // namespace history
H A Durl_utils.cc5 #include "chrome/browser/history/url_utils.h"
11 namespace history { namespace
88 } // namespace 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
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.h15 #include "chrome/browser/history/download_row.h"
27 namespace history { namespace
36 // history that participates in safe browsing.
64 // on-the-record profile with history that participates in safe browsing. The
65 // search is initiated if the profile has already loaded history.
82 scoped_ptr<std::vector<history::DownloadRow> > downloads);
107 history::DownloadRow most_recent_row_;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory.h46 namespace history { namespace
48 } // namespace history
110 history::HistoryBackend* history_backend,
/external/chromium_org/components/history/core/browser/
H A Dhistory_match.cc5 #include "components/history/core/browser/history_match.h"
9 namespace history { namespace
39 } // namespace history
H A Dhistory_types_unittest.cc6 #include "components/history/core/browser/history_types.h"
9 namespace history { namespace
13 // Validates the consistency of the given history result. We just make sure
118 } // namespace history
/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/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8PopStateEventCustom.cpp59 History* history = event->history(); local
60 if (!history || !event->serializedState()) {
77 // event, but there is a history object, so first we need to see if the state object has been
78 // deserialized through the history object already.
79 // The current history state object might've changed in the meantime, so we need to take care
80 // of using the correct one, and always share the same deserialization with history.state.
82 bool isSameState = history->isSameAsCurrentState(event->serializedState());
85 v8::Handle<v8::Object> v8History = toV8(history, info.Holder(), info.GetIsolate()).As<v8::Object>();
86 if (!history
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DPopStateEvent.cpp48 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtrWillBeRawPtr<History> history) argument
51 , m_history(history)
64 PassRefPtrWillBeRawPtr<PopStateEvent> PopStateEvent::create(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtrWillBeRawPtr<History> history) argument
66 return adoptRefWillBeNoop(new PopStateEvent(serializedState, history));
H A DPopStateEvent.h54 History* history() const { return m_history.get(); } function in class:blink::FINAL
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.h30 namespace history { namespace
42 // This class is responsible for taking changes from the history backend and
50 history::HistoryBackend* history_backend,
81 void HandleURLsModified(history::URLsModifiedDetails* details);
82 void HandleURLsDeleted(history::URLsDeletedDetails* details);
83 void HandleURLsVisited(history::URLVisitedDetails* details);
89 bool ShouldSyncVisit(history::URLVisitedDetails* details);
94 bool CreateOrUpdateSyncNode(history::URLRow typed_url,
106 history::HistoryBackend* history_backend_;
115 history
[all...]

Completed in 325 milliseconds

123456789