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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h 80 const sync_pb::CoalescedSyncedNotification_ReadState kRead =
synced_notification.cc 61 SyncedNotification::kRead) ==
213 if (SyncedNotification::kRead == GetReadState() ||
394 if (SyncedNotification::kRead == GetReadState())
415 else if (kRead == read_state)
423 SetReadState(kRead);
535 return kRead;
synced_notification.h 42 kRead = 2,
chrome_notifier_service.cc 115 } else if (incoming->GetReadState() == SyncedNotification::kRead) {
279 SyncedNotification::kRead);
chrome_notifier_service_unittest.cc 368 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
421 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 29 kRead,
entry_impl_v3.cc 795 ReportIOTime(kRead, start);
842 ReportIOTime(kRead, start);
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.h 27 kRead,
entry_impl.cc 690 case kRead:
961 ReportIOTime(kRead, start);
997 ReportIOTime(kRead, start);
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.h 32 kRead,
entry_impl.cc 696 case kRead:
1004 ReportIOTime(kRead, start);
1051 ReportIOTime(kRead, start);
    [all...]

Completed in 170 milliseconds