GetTimestamp      186 android_webview/native/state_serializer.cc   if (!pickle->WriteInt64(entry.GetTimestamp().ToInternalValue()))
GetTimestamp       90 android_webview/native/state_serializer_unittest.cc   EXPECT_EQ(timestamp, copy->GetTimestamp());
GetTimestamp      102 chrome/browser/history/history_tab_helper.cc   base::Time navigation_time = details.entry->GetTimestamp();
GetTimestamp       29 chrome/browser/network_time/navigation_time_helper.cc   base::Time local_time = entry->GetTimestamp();
GetTimestamp       31 chrome/browser/network_time/navigation_time_helper_unittest.cc   EXPECT_EQ(entry1->GetTimestamp() + base::TimeDelta::FromHours(1),
GetTimestamp       36 chrome/browser/network_time/navigation_time_helper_unittest.cc   EXPECT_EQ(entry1->GetTimestamp() + base::TimeDelta::FromHours(1),
GetTimestamp       42 chrome/browser/network_time/navigation_time_helper_unittest.cc   EXPECT_EQ(entry2->GetTimestamp() + base::TimeDelta::FromHours(2),
GetTimestamp       47 chrome/browser/network_time/navigation_time_helper_unittest.cc       entry1->GetTimestamp() + base::TimeDelta::FromSeconds(1));
GetTimestamp       48 chrome/browser/network_time/navigation_time_helper_unittest.cc   EXPECT_EQ(entry1->GetTimestamp() + base::TimeDelta::FromHours(2),
GetTimestamp      421 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_EQ(timestamp, entry->GetTimestamp());
GetTimestamp      506 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_TRUE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetTimestamp      507 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(1)->GetTimestamp().is_null());
GetTimestamp      262 chrome/browser/sync/test/integration/typed_urls_helper.cc   base::Time timestamp = GetTimestamp();
GetTimestamp       83 chrome/browser/sync/test/integration/typed_urls_helper.h base::Time GetTimestamp();
GetTimestamp      323 chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc                                    entry->GetTimestamp()).InSeconds());
GetTimestamp      213 chrome/renderer/media/cast_rtp_stream.cc       first_frame_timestamp_ = base::TimeTicks::Now() - frame->GetTimestamp();;
GetTimestamp      220 chrome/renderer/media/cast_rtp_stream.cc         (first_frame_timestamp_ + frame->GetTimestamp()).ToInternalValue(),
GetTimestamp      221 chrome/renderer/media/cast_rtp_stream.cc         "time_delta", frame->GetTimestamp().ToInternalValue());
GetTimestamp      224 chrome/renderer/media/cast_rtp_stream.cc         frame, first_frame_timestamp_ + frame->GetTimestamp());
GetTimestamp       51 components/sessions/serialized_navigation_entry.cc   navigation.timestamp_ = entry.GetTimestamp();
GetTimestamp      362 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.GetPendingEntry()->GetTimestamp().is_null());
GetTimestamp      386 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetVisibleEntry()->GetTimestamp().is_null());
GetTimestamp      403 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.GetPendingEntry()->GetTimestamp().is_null());
GetTimestamp      424 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetVisibleEntry()->GetTimestamp().is_null());
GetTimestamp      469 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp().ToInternalValue());
GetTimestamp      471 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp().ToInternalValue());
GetTimestamp      520 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(entry->GetTimestamp().is_null());
GetTimestamp      587 content/browser/frame_host/navigation_controller_impl_unittest.cc   const base::Time timestamp = controller.GetVisibleEntry()->GetTimestamp();
GetTimestamp      610 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetVisibleEntry()->GetTimestamp(), timestamp);
GetTimestamp      665 content/browser/frame_host/navigation_controller_impl_unittest.cc   const base::Time timestamp = controller.GetVisibleEntry()->GetTimestamp();
GetTimestamp      683 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(timestamp, controller.GetVisibleEntry()->GetTimestamp());
GetTimestamp     1141 content/browser/frame_host/navigation_controller_impl_unittest.cc   const base::Time timestamp = controller.GetVisibleEntry()->GetTimestamp();
GetTimestamp     1172 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetVisibleEntry()->GetTimestamp(), timestamp);
GetTimestamp     1380 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetTimestamp     1381 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(1)->GetTimestamp(),
GetTimestamp     1382 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp());
GetTimestamp     1402 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(0)->GetTimestamp(),
GetTimestamp     1403 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp());
GetTimestamp     1573 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetTimestamp     1574 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(0)->GetTimestamp(),
GetTimestamp     1575 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp());
GetTimestamp     1595 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(1)->GetTimestamp(),
GetTimestamp     1596 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp());
GetTimestamp     2362 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(timestamp, our_controller.GetEntryAtIndex(0)->GetTimestamp());
GetTimestamp     2392 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(our_controller.GetEntryAtIndex(0)->GetTimestamp(), timestamp);
GetTimestamp       77 content/browser/frame_host/navigation_entry_impl.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp      219 content/browser/frame_host/navigation_entry_impl_unittest.cc   EXPECT_EQ(base::Time(), entry1_->GetTimestamp());
GetTimestamp      222 content/browser/frame_host/navigation_entry_impl_unittest.cc   EXPECT_EQ(now, entry1_->GetTimestamp());
GetTimestamp      180 content/public/browser/navigation_entry.h   virtual base::Time GetTimestamp() const = 0;
GetTimestamp       94 content/renderer/media/rtc_video_renderer.cc                        frame->GetTimestamp().InMilliseconds());
GetTimestamp       51 content/renderer/media/webmediaplayer_ms.cc                                      frame->GetTimestamp());
GetTimestamp      430 content/renderer/media/webmediaplayer_ms.cc     start_time_ = frame->GetTimestamp();
GetTimestamp      440 content/renderer/media/webmediaplayer_ms.cc     current_time_ = frame->GetTimestamp() - start_time_;
GetTimestamp       83 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc     first_frame_timestamp_ = frame->GetTimestamp();
GetTimestamp       90 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc       (frame->GetTimestamp() - first_frame_timestamp_).InMicroseconds() *
GetTimestamp       92 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc   captured_frame.time_stamp = frame->GetTimestamp().InMicroseconds() *
GetTimestamp      221 content/renderer/pepper/pepper_media_stream_video_track_host.cc   buffer->timestamp = frame->GetTimestamp().InSecondsF();
GetTimestamp      480 media/base/android/media_source_player.cc     new_max_time = audio_timestamp_helper_->GetTimestamp();
GetTimestamp      925 media/base/android/media_source_player.cc     timeout = audio_timestamp_helper_->GetTimestamp() - current_timestamp;
GetTimestamp      227 media/base/audio_buffer_converter.cc   output_buffer->set_timestamp(timestamp_helper_.GetTimestamp());
GetTimestamp       37 media/base/audio_splicer.cc   buffer->set_timestamp(timestamp_helper.GetTimestamp());
GetTimestamp       47 media/base/audio_splicer.cc   DCHECK(buffer->timestamp() == timestamp_helper.GetTimestamp());
GetTimestamp      159 media/base/audio_splicer.cc       output_timestamp_helper_.GetTimestamp();
GetTimestamp      248 media/base/audio_splicer.cc   return output_timestamp_helper_.GetTimestamp() -
GetTimestamp      488 media/base/audio_splicer.cc   crossfade_buffer->set_timestamp(output_ts_helper.GetTimestamp());
GetTimestamp       46 media/base/audio_splicer_unittest.cc         input_timestamp_helper_.GetTimestamp(),
GetTimestamp      421 media/base/audio_splicer_unittest.cc   splicer_.SetSpliceTimestamp(input_timestamp_helper_.GetTimestamp());
GetTimestamp      501 media/base/audio_splicer_unittest.cc   splicer_.SetSpliceTimestamp(input_timestamp_helper_.GetTimestamp());
GetTimestamp      562 media/base/audio_splicer_unittest.cc   splicer_.SetSpliceTimestamp(input_timestamp_helper_.GetTimestamp());
GetTimestamp      634 media/base/audio_splicer_unittest.cc   splicer_.SetSpliceTimestamp(input_timestamp_helper_.GetTimestamp());
GetTimestamp      674 media/base/audio_splicer_unittest.cc   splicer_.SetSpliceTimestamp(input_timestamp_helper_.GetTimestamp());
GetTimestamp      730 media/base/audio_splicer_unittest.cc       input_timestamp_helper_.GetTimestamp();
GetTimestamp       42 media/base/audio_timestamp_helper.cc   return end_timestamp - GetTimestamp();
GetTimestamp       49 media/base/audio_timestamp_helper.cc   int64 delta_in_us = (target - GetTimestamp()).InMicroseconds();
GetTimestamp       45 media/base/audio_timestamp_helper.h   base::TimeDelta GetTimestamp() const;
GetTimestamp       23 media/base/audio_timestamp_helper_unittest.cc     return helper_.GetTimestamp().InMicroseconds();
GetTimestamp       45 media/base/audio_timestamp_helper_unittest.cc   EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds());
GetTimestamp       60 media/base/audio_timestamp_helper_unittest.cc   base::TimeDelta timestamp_1  = helper_.GetTimestamp();
GetTimestamp       64 media/base/audio_timestamp_helper_unittest.cc   EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds());
GetTimestamp       67 media/base/audio_timestamp_helper_unittest.cc   EXPECT_EQ(113, helper_.GetTimestamp().InMicroseconds());
GetTimestamp       68 media/base/audio_timestamp_helper_unittest.cc   EXPECT_TRUE(timestamp_1 == helper_.GetTimestamp());
GetTimestamp       81 media/base/audio_timestamp_helper_unittest.cc     base::TimeDelta timestamp_1 = helper_.GetTimestamp() + duration;
GetTimestamp       83 media/base/audio_timestamp_helper_unittest.cc     base::TimeDelta timestamp_2 = helper_.GetTimestamp();
GetTimestamp      237 media/base/video_frame.cc       frame->GetTimestamp(), frame->end_of_stream()));
GetTimestamp      215 media/base/video_frame.h   base::TimeDelta GetTimestamp() const {
GetTimestamp       26 media/base/video_frame_pool_unittest.cc               frame->GetTimestamp());
GetTimestamp      173 media/base/video_frame_unittest.cc   EXPECT_EQ(0, frame->GetTimestamp().InMicroseconds());
GetTimestamp      461 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc     timestamp_in_microseconds = buffer->GetTimestamp().InMicroseconds();
GetTimestamp      347 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_audio_decoder.cc           output_timestamp_helper_->GetTimestamp();
GetTimestamp      284 media/filters/audio_renderer_impl_unittest.cc                                next_timestamp_->GetTimestamp(),
GetTimestamp      365 media/filters/decrypting_audio_decoder.cc     base::TimeDelta current_time = timestamp_helper_->GetTimestamp();
GetTimestamp      422 media/filters/ffmpeg_audio_decoder.cc       output->set_timestamp(output_timestamp_helper_->GetTimestamp());
GetTimestamp      533 media/filters/opus_audio_decoder.cc       output_timestamp_helper_->GetTimestamp() - timestamp_offset_);
GetTimestamp      321 media/filters/skcanvas_video_renderer.cc       video_frame->GetTimestamp() != last_frame_timestamp_) {
GetTimestamp      323 media/filters/skcanvas_video_renderer.cc     last_frame_timestamp_ = video_frame->GetTimestamp();
GetTimestamp      297 media/filters/video_renderer_impl.cc       base::TimeDelta deadline = ready_frames_.front()->GetTimestamp() +
GetTimestamp      298 media/filters/video_renderer_impl.cc           (ready_frames_.front()->GetTimestamp() - last_timestamp_) / 2;
GetTimestamp      321 media/filters/video_renderer_impl.cc   last_timestamp_ = next_frame->GetTimestamp();
GetTimestamp      335 media/filters/video_renderer_impl.cc   last_timestamp_ = ready_frames_.front()->GetTimestamp();
GetTimestamp      399 media/filters/video_renderer_impl.cc       frame->GetTimestamp() <= preroll_timestamp_) {
GetTimestamp      432 media/filters/video_renderer_impl.cc   if (frame->GetTimestamp() > duration) {
GetTimestamp      440 media/filters/video_renderer_impl.cc   max_time_cb_.Run(frame->GetTimestamp());
GetTimestamp      502 media/filters/video_renderer_impl.cc   base::TimeDelta next_pts = next_frame->GetTimestamp();
GetTimestamp      238 media/filters/video_renderer_impl_unittest.cc     return frame->GetTimestamp().InMilliseconds();
GetTimestamp      159 media/formats/mp2t/es_parser_adts.cc     base::TimeDelta current_pts = audio_timestamp_helper_->GetTimestamp();
GetTimestamp      259 media/formats/mp2t/es_parser_adts.cc       base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp();
GetTimestamp      202 media/formats/mpeg/mpeg_audio_stream_parser_base.cc       base_timestamp = timestamp_helper_->GetTimestamp();
GetTimestamp      223 media/formats/mpeg/mpeg_audio_stream_parser_base.cc   buffer->set_timestamp(timestamp_helper_->GetTimestamp());
GetTimestamp      234 net/disk_cache/blockfile/index_table_v3.cc   int time = cell.GetTimestamp();
GetTimestamp     1042 net/disk_cache/blockfile/index_table_v3.cc   new_cell.SetTimestamp(old_cell.GetTimestamp());
GetTimestamp       64 net/disk_cache/blockfile/index_table_v3.h   int GetTimestamp() const;
GetTimestamp      178 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(timestamp, entry.GetTimestamp());
GetTimestamp      192 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(timestamp, entry2.GetTimestamp());
GetTimestamp       81 ppapi/c/ppb_audio_buffer.h   PP_TimeDelta (*GetTimestamp)(PP_Resource buffer);
GetTimestamp       80 ppapi/c/ppb_video_frame.h   PP_TimeDelta (*GetTimestamp)(PP_Resource frame);
GetTimestamp       38 ppapi/cpp/audio_buffer.cc     return get_interface<PPB_AudioBuffer_0_1>()->GetTimestamp(pp_resource());
GetTimestamp       41 ppapi/cpp/audio_buffer.h   PP_TimeDelta GetTimestamp() const;
GetTimestamp       38 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetTimestamp(pp_resource());
GetTimestamp       42 ppapi/cpp/video_frame.h   PP_TimeDelta GetTimestamp() const;
GetTimestamp       34 ppapi/proxy/audio_buffer_resource.h   virtual PP_TimeDelta GetTimestamp() OVERRIDE;
GetTimestamp       31 ppapi/proxy/video_frame_resource.h   virtual PP_TimeDelta GetTimestamp() OVERRIDE;
GetTimestamp      122 ppapi/tests/test_media_stream_audio_track.cc     ASSERT_GE(buffer.GetTimestamp(), timestamp);
GetTimestamp      123 ppapi/tests/test_media_stream_audio_track.cc     timestamp = buffer.GetTimestamp();
GetTimestamp      109 ppapi/tests/test_media_stream_video_track.cc     ASSERT_GE(frame.GetTimestamp(), timestamp);
GetTimestamp      110 ppapi/tests/test_media_stream_video_track.cc     timestamp = frame.GetTimestamp();
GetTimestamp       20 ppapi/thunk/ppb_audio_buffer_api.h   virtual PP_TimeDelta GetTimestamp() = 0;
GetTimestamp       30 ppapi/thunk/ppb_audio_buffer_thunk.cc   return enter.object()->GetTimestamp();
GetTimestamp       91 ppapi/thunk/ppb_audio_buffer_thunk.cc   &GetTimestamp,
GetTimestamp       20 ppapi/thunk/ppb_video_frame_api.h   virtual PP_TimeDelta GetTimestamp() = 0;
GetTimestamp       30 ppapi/thunk/ppb_video_frame_thunk.cc   return enter.object()->GetTimestamp();
GetTimestamp       75 ppapi/thunk/ppb_video_frame_thunk.cc   &GetTimestamp,
GetTimestamp       17 sync/internal_api/events/protocol_event.cc   dict->SetDouble("time", event.GetTimestamp().ToJsTime());
GetTimestamp       41 sync/internal_api/protocol_event_buffer_unittest.cc   return event.GetTimestamp() == base::Time::FromInternalValue(id);
GetTimestamp       30 sync/internal_api/public/events/commit_request_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       29 sync/internal_api/public/events/commit_response_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       27 sync/internal_api/public/events/configure_get_updates_request_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       31 sync/internal_api/public/events/get_updates_response_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       32 sync/internal_api/public/events/normal_get_updates_request_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       30 sync/internal_api/public/events/poll_get_updates_request_event.h   virtual base::Time GetTimestamp() const OVERRIDE;
GetTimestamp       35 sync/internal_api/public/events/protocol_event.h   virtual base::Time GetTimestamp() const = 0;