Searched refs:SetTimestamp (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h105 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
154 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc531 entry1->SetTimestamp(kTime1);
535 entry2->SetTimestamp(kTime2);
539 entry3->SetTimestamp(kTime3);
598 entry0->SetTimestamp(kTime0);
602 entry1->SetTimestamp(kTime1);
606 entry2->SetTimestamp(kTime2);
610 entry3->SetTimestamp(kTime3);
614 entry4->SetTimestamp(kTime4);
618 entry5->SetTimestamp(kTime5);
622 entry6->SetTimestamp(kTime
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc247 entry->SetTimestamp(timestamp);
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dlibvpx_cdm_video_decoder.cc132 decoded_frame->SetTimestamp(timestamp);
H A Dffmpeg_cdm_video_decoder.cc327 cdm_video_frame->SetTimestamp(av_frame_->reordered_opaque);
H A Dclear_key_cdm.cc446 decrypted_block->SetTimestamp(buffer->timestamp().InMicroseconds());
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc275 entry->SetTimestamp(base::Time::FromInternalValue(timestamp));
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc276 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) { function in class:content::NavigationEntryImpl
H A Dnavigation_entry_impl.h76 virtual void SetTimestamp(base::Time timestamp) OVERRIDE;
H A Dnavigation_entry_impl_unittest.cc221 entry1_->SetTimestamp(now);
H A Dnavigation_controller_impl.cc845 active_entry->SetTimestamp(timestamp);
H A Dnavigation_controller_impl_unittest.cc2385 entry->SetTimestamp(timestamp);
/external/chromium_org/media/cast/net/rtp/
H A Drtp_parser_unittest.cc27 packet_builder_.SetTimestamp(kTestTimestamp);
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h69 void SetTimestamp(int timestamp);
H A Dindex_table_v3.cc315 void EntryCell::SetTimestamp(int timestamp) { function in class:disk_cache::EntryCell
749 cell.SetTimestamp(minutes);
1042 new_cell.SetTimestamp(old_cell.GetTimestamp());
H A Dindex_table_v3_unittest.cc168 entry.SetTimestamp(timestamp);
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.cc358 entry->SetTimestamp(timestamp_);
H A Dserialized_navigation_entry_unittest.cc71 navigation_entry->SetTimestamp(kTimestamp);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc579 touch_event_.SetTimestamp(timestamp);
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc245 touch_event_.SetTimestamp(timestamp);

Completed in 374 milliseconds

12