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

  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_track_host_base.h 27 kRead,
pepper_media_stream_track_host_base.cc 73 bool readonly = (track_type == kRead);
pepper_media_stream_audio_track_host.cc 114 kRead);
pepper_media_stream_video_track_host.cc 245 type_(kRead),
327 if (type_ == kRead) {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 60 SyncedNotification::kRead) ==
91 if (SyncedNotification::kRead == GetReadState() ||
354 SetReadState(kRead);
466 return kRead;
633 if (SyncedNotification::kRead == GetReadState())
739 else if (kRead == read_state)
synced_notification.h 44 kRead = 2,
sync_notifier_test_utils.h 88 const sync_pb::CoalescedSyncedNotification_ReadState kRead =
chrome_notifier_service.cc 146 } else if (incoming->GetReadState() == SyncedNotification::kRead) {
309 SyncedNotification::kRead);
    [all...]
chrome_notifier_service_unittest.cc 304 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
356 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 30 kRead,
entry_impl.h 32 kRead,
entry_impl_v3.cc 806 ReportIOTime(kRead, start);
853 ReportIOTime(kRead, start);
    [all...]
entry_impl.cc 699 case kRead:
1007 ReportIOTime(kRead, start);
1054 ReportIOTime(kRead, start);
    [all...]

Completed in 422 milliseconds