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

  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 147 struct HistoryNotification {
148 HistoryNotification(int type, HistoryDetails* detail);
149 ~HistoryNotification();
155 typedef std::vector<HistoryNotification> HistoryNotifications;
android_provider_backend.cc 223 AndroidProviderBackend::HistoryNotification::HistoryNotification(
230 AndroidProviderBackend::HistoryNotification::~HistoryNotification() {
356 notifications->push_back(HistoryNotification(
360 notifications->push_back(HistoryNotification(
404 notifications->push_back(HistoryNotification(
407 notifications->push_back(HistoryNotification(
    [all...]

Completed in 265 milliseconds