Searched defs:history (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.h14 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
110 } // namespace history
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory.h29 namespace history { namespace
129 history::HistoryBackend* history_backend,
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.h27 namespace history { namespace
122 history::TopSites* top_sites,
/external/chromium_org/base/memory/
H A Dlinked_ptr_unittest.cc15 std::string history; member in namespace:__anon3780
19 A(): mynum(num++) { history += base::StringPrintf("A%d ctor\n", mynum); }
20 virtual ~A() { history += base::StringPrintf("A%d dtor\n", mynum); }
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
27 B() { history += base::StringPrintf("B%d ctor\n", mynum); }
28 virtual ~B() { history += base::StringPrintf("B%d dtor\n", mynum); }
30 history += base::StringPrintf("B%d use\n", mynum);
88 ASSERT_EQ(history,
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.h14 #include "chrome/browser/history/android/android_history_types.h"
23 namespace history { namespace
67 // Bookmark and history APIs. -----------------------------------------------
191 history::TopSites* top_sites_;
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider_util.cc9 namespace history { namespace
39 } // namespace history
H A Dhistory_quick_provider.h15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
21 namespace history { namespace
23 } // namespace history
26 // the history system) which quickly (and synchronously) provides matching
28 // history.
61 const history::ScoredHistoryMatch& history_match,
64 // Returns the index that should be used for history lookups.
65 history::InMemoryURLIndex* GetIndex();
70 const history
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index.h24 namespace history { namespace
73 void ExtractBookmarkNodePairs(history::URLDatabase* url_db,
/external/chromium_org/chrome/browser/history/android/
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 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
131 } // namespace history.
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
/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_marshaling.h5 // Data structures for communication between the history service on the main
6 // thread and the backend on the history thread.
14 #include "chrome/browser/history/history_service.h"
15 #include "chrome/browser/history/page_usage_data.h"
18 #include "chrome/browser/history/history_marshaling_android.h"
21 namespace history { namespace
34 history::RedirectList>
42 history::RedirectMap> >
46 history::MostVisitedURLList>
50 history
[all...]
H A Dhistory_notifications.cc5 #include "chrome/browser/history/history_notifications.h"
7 namespace history { namespace
29 } // namespace history
H A Dhistory_publisher.h29 namespace history { namespace
61 // with us to index history. Returns true if there are any registered.
71 // The list of indexers registered to receive history data from us.
87 } // namespace history
H A Dhistory_types_unittest.cc6 #include "chrome/browser/history/history_types.h"
9 namespace history { namespace
13 // Validates the consistency of the given history result. We just make sure
H A Dhistory_unittest_base.cc11 #include "chrome/browser/history/history_unittest_base.h"
14 namespace history { namespace
41 } // namespace history
H A Dscored_history_match.h14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/in_memory_url_index_types.h"
19 namespace history { namespace
22 // history item's URL and/or page title matches have occurred.
23 struct ScoredHistoryMatch : public history::HistoryMatch {
26 // Creates a new match with a raw score calculated for the history
145 } // namespace history
H A Dthumbnail_database.h12 #include "chrome/browser/history/history_types.h"
31 namespace history { namespace
36 // This database interface is owned by the history backend and runs on the
37 // history thread. It is a totally separate component from history partially
42 // higher priority history operations.
282 // most of the favicons when clearing history.
406 // This object is created and managed by the history backend. We maintain an
417 } // namespace history
H A Dtop_sites.h13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_types.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
97 // Invoked with data from migrating thumbnails out of history. Should be
101 // Invoked from history when it finishes loading. If MigrateFromHistory was
131 // Query history service for the list of available thumbnails. Returns the
180 } // namespace history
H A Dtop_sites_cache.h12 #include "chrome/browser/history/history_types.h"
14 namespace history { namespace
99 } // namespace history
H A Dweb_history_service.h9 #include "chrome/browser/history/history_types.h"
21 namespace history { namespace
24 // synced history visits. It is roughly analogous to HistoryService, and
55 // Searches synced history for visits matching |text_query|. The timeframe to
83 // Called by |request| when a web history query has completed. Unpacks the
91 // Called by |request| when a request to delete history from the server has
102 // a mutation operation (e.g., deleting history). This is used to ensure that
111 } // namespace history
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory.h39 namespace history { namespace
111 history::HistoryBackend* history_backend,
/external/chromium_org/chrome/browser/ui/gtk/
H A Dglobal_history_menu.h12 #include "chrome/browser/history/history_types.h"
23 namespace history { namespace
37 // Takes the history menu we need to modify based on the tab restore/most
53 void OnTopSitesReceived(const history::MostVisitedURLList& visited_list);
107 // The history menu. We keep this since we need to rewrite parts of it
111 history::TopSites* top_sites_;

Completed in 438 milliseconds

1234567891011>>