OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTimestamp
(Results
1 - 25
of
38
) 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
79
void SerializedNavigationEntryTestHelper::
SetTimestamp
(
/external/chromium_org/chrome/browser/network_time/
navigation_time_helper_unittest.cc
29
entry1->
SetTimestamp
(base::Time::Now());
46
entry1->
SetTimestamp
(
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/
rtp_packet_builder.h
24
void
SetTimestamp
(uint32 timestamp);
rtp_packet_builder.cc
51
void RtpPacketBuilder::
SetTimestamp
(uint32 timestamp) {
/external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h
72
void
SetTimestamp
(base::TimeDelta timestamp);
synthetic_web_input_event_builders.cc
180
void SyntheticWebTouchEvent::
SetTimestamp
(base::TimeDelta 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());
/external/chromium_org/content/public/browser/
navigation_entry.h
179
virtual void
SetTimestamp
(base::Time timestamp) = 0;
/external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc
80
decoded_frame->
SetTimestamp
(timestamp);
cdm_helpers.h
114
virtual void
SetTimestamp
(int64_t timestamp) OVERRIDE {
163
virtual void
SetTimestamp
(int64_t timestamp) OVERRIDE {
libvpx_cdm_video_decoder.cc
132
decoded_frame->
SetTimestamp
(timestamp);
ffmpeg_cdm_video_decoder.cc
323
cdm_video_frame->
SetTimestamp
(av_frame_->reordered_opaque);
/external/chromium_org/android_webview/native/
state_serializer_unittests.cc
68
entry->
SetTimestamp
(timestamp);
state_serializer.cc
275
entry->
SetTimestamp
(base::Time::FromInternalValue(timestamp));
/external/chromium_org/content/renderer/media/webrtc/
webrtc_video_sink_adapter.cc
57
video_frame->
SetTimestamp
(timestamp);
/external/chromium_org/media/base/
video_frame_pool.cc
78
frame->
SetTimestamp
(kNoTimestamp());
video_frame.h
244
void
SetTimestamp
(const base::TimeDelta& timestamp) {
/external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc
328
entry1->
SetTimestamp
(kTime1);
333
entry2->
SetTimestamp
(kTime2);
338
entry3->
SetTimestamp
(kTime3);
404
entry1->
SetTimestamp
(kTime1);
413
entry2->
SetTimestamp
(kTime2);
416
entry3->
SetTimestamp
(kTime3);
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc
259
entry->
SetTimestamp
(timestamp);
/external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc
276
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);
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/
rtp_parser_unittest.cc
78
packet_builder_.
SetTimestamp
(kTestTimestamp);
/external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc
389
current_frame_->
SetTimestamp
(frame->GetTimestamp() - start_time_);
Completed in 3062 milliseconds
1
2