Searched defs:SetTimestamp (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.cc42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) { function in class:pp::VideoFrame
44 get_interface<PPB_VideoFrame_0_1>()->SetTimestamp(pp_resource(), timestamp);
H A Daudio_buffer.cc42 void AudioBuffer::SetTimestamp(PP_TimeDelta timestamp) { function in class:pp::AudioBuffer
44 get_interface<PPB_AudioBuffer_0_1>()->SetTimestamp(pp_resource(),
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_buffer_thunk.cc33 void SetTimestamp(PP_Resource buffer, PP_TimeDelta timestamp) { function in namespace:ppapi::thunk::__anon10239
34 VLOG(4) << "PPB_AudioBuffer::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
92 &SetTimestamp,
H A Dppb_video_frame_thunk.cc33 void SetTimestamp(PP_Resource frame, PP_TimeDelta timestamp) { function in namespace:ppapi::thunk::__anon10324
34 VLOG(4) << "PPB_VideoFrame::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
76 &SetTimestamp,
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.cc79 void SerializedNavigationEntryTestHelper::SetTimestamp( function in class:sessions::SerializedNavigationEntryTestHelper
/external/chromium_org/ppapi/c/
H A Dppb_video_frame.h91 void (*SetTimestamp)(PP_Resource frame, PP_TimeDelta timestamp); member in struct:PPB_VideoFrame_0_1
H A Dppb_audio_buffer.h91 void (*SetTimestamp)(PP_Resource buffer, PP_TimeDelta timestamp); member in struct:PPB_AudioBuffer_0_1
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) { function in class:ppapi::proxy::VideoFrameResource
H A Daudio_buffer_resource.cc40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) { function in class:ppapi::proxy::AudioBufferResource
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.cc151 SetTimestamp(base::TimeTicks::Now() - base::TimeTicks());
207 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) { function in class:content::SyntheticWebTouchEvent
/external/chromium_org/media/cast/net/rtp/
H A Drtp_packet_builder.cc42 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) { function in class:media::cast::RtpPacketBuilder
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc276 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) { function in class:content::NavigationEntryImpl
/external/chromium_org/net/disk_cache/blockfile/
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());

Completed in 222 milliseconds