Searched defs:HistoryClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Dhistory_client.h25 class HistoryClient : public KeyedService { class in namespace:history
27 HistoryClient();
56 DISALLOW_COPY_AND_ASSIGN(HistoryClient);
H A Dhistory_client.cc9 void HistoryClient::BlockUntilBookmarksLoaded() {
12 bool HistoryClient::IsBookmarked(const GURL& url) {
16 void HistoryClient::GetBookmarks(std::vector<URLAndTitle>* bookmarks) {
19 void HistoryClient::NotifyProfileError(sql::InitStatus init_status) {
22 bool HistoryClient::ShouldReportDatabaseError() {
26 HistoryClient::HistoryClient() { function in class:history::HistoryClient

Completed in 2043 milliseconds