HomeSort by relevance Sort by last modified time
    Searched refs:SetTimestamp (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.h 54 static void SetTimestamp(base::Time timestamp,
serialized_navigation_entry_test_helper.cc 78 void SerializedNavigationEntryTestHelper::SetTimestamp(
serialized_navigation_entry_unittest.cc 67 navigation_entry->SetTimestamp(kTimestamp);
serialized_navigation_entry.cc 343 entry->SetTimestamp(timestamp_);
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 103 natural_frame_->SetTimestamp(base::TimeDelta::FromMilliseconds(1));
104 larger_frame_->SetTimestamp(base::TimeDelta::FromMilliseconds(2));
105 smaller_frame_->SetTimestamp(base::TimeDelta::FromMilliseconds(3));
271 video_frame->SetTimestamp(media::kNoTimestamp());
278 video_frame->SetTimestamp(media::kNoTimestamp());
ffmpeg_video_decoder.cc 352 (*video_frame)->SetTimestamp(
vpx_video_decoder.cc 316 (*video_frame)->SetTimestamp(base::TimeDelta::FromMicroseconds(timestamp));
video_renderer_base.cc 424 frame->SetTimestamp(duration);
  /external/chromium_org/content/public/browser/
navigation_entry.h 180 virtual void SetTimestamp(base::Time timestamp) = 0;
  /external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc 80 decoded_frame->SetTimestamp(timestamp);
libvpx_cdm_video_decoder.cc 132 decoded_frame->SetTimestamp(timestamp);
ffmpeg_cdm_video_decoder.cc 324 cdm_video_frame->SetTimestamp(av_frame_->reordered_opaque);
clear_key_cdm.cc 309 decrypted_block->SetTimestamp(buffer->timestamp().InMicroseconds());
cdm_wrapper.cc 365 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
415 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
    [all...]
  /external/chromium_org/android_webview/native/
state_serializer_unittests.cc 67 entry->SetTimestamp(timestamp);
state_serializer.cc 272 entry->SetTimestamp(base::Time::FromInternalValue(timestamp));
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc 327 entry1->SetTimestamp(kTime1);
331 entry2->SetTimestamp(kTime2);
335 entry3->SetTimestamp(kTime3);
397 entry1->SetTimestamp(kTime1);
406 entry2->SetTimestamp(kTime2);
409 entry3->SetTimestamp(kTime3);
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc 245 entry->SetTimestamp(timestamp);
  /external/chromium_org/chrome/browser/sessions/
session_types_unittest.cc 67 navigation_entry->SetTimestamp(kTimestamp);
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 272 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) {
navigation_entry_impl.h 76 virtual void SetTimestamp(base::Time timestamp) OVERRIDE;
navigation_entry_impl_unittest.cc 216 entry1_->SetTimestamp(now);
navigation_controller_impl.cc 800 active_entry->SetTimestamp(timestamp);
    [all...]
  /external/chromium_org/media/base/
video_frame.h 231 void SetTimestamp(const base::TimeDelta& timestamp) {
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 399 current_frame_->SetTimestamp(frame->GetTimestamp() - start_time_);

Completed in 1294 milliseconds

1 2