HomeSort by relevance Sort by last modified time
    Searched defs:HistoryClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/history/core/browser/
history_client.cc 9 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() {
history_client.h 25 class HistoryClient : public KeyedService {
27 HistoryClient();
56 DISALLOW_COPY_AND_ASSIGN(HistoryClient);

Completed in 52 milliseconds