Home
last modified time | relevance | path

Searched defs:SetTimestamp (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dvideo_frame_resource.cc39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp() function in ppapi::proxy::VideoFrameResource
Daudio_buffer_resource.cc40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp() function in ppapi::proxy::AudioBufferResource
/external/chromium_org/ppapi/cpp/
Dvideo_frame.cc42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp() function in pp::VideoFrame
Daudio_buffer.cc42 void AudioBuffer::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp() function in pp::AudioBuffer
/external/chromium_org/media/cdm/ppapi/
Dcdm_helpers.h105 virtual void SetTimestamp(int64_t timestamp) OVERRIDE { in SetTimestamp() function
154 virtual void SetTimestamp(int64_t timestamp) OVERRIDE { in SetTimestamp() function
/external/chromium_org/components/sessions/
Dserialized_navigation_entry_test_helper.cc79 void SerializedNavigationEntryTestHelper::SetTimestamp( in SetTimestamp() function in sessions::SerializedNavigationEntryTestHelper
/external/chromium_org/ppapi/c/
Dppb_video_frame.h91 void (*SetTimestamp)(PP_Resource frame, PP_TimeDelta timestamp); member
Dppb_audio_buffer.h91 void (*SetTimestamp)(PP_Resource buffer, PP_TimeDelta timestamp); member
/external/chromium_org/ppapi/thunk/
Dppb_video_frame_thunk.cc33 void SetTimestamp(PP_Resource frame, PP_TimeDelta timestamp) { in SetTimestamp() function
Dppb_audio_buffer_thunk.cc33 void SetTimestamp(PP_Resource buffer, PP_TimeDelta timestamp) { in SetTimestamp() function
/external/chromium_org/media/cast/net/rtp/
Drtp_packet_builder.cc42 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) { in SetTimestamp() function in media::cast::RtpPacketBuilder
/external/chromium_org/content/common/input/
Dsynthetic_web_input_event_builders.cc207 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) { in SetTimestamp() function in content::SyntheticWebTouchEvent
/external/chromium_org/content/browser/frame_host/
Dnavigation_entry_impl.cc276 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) { in SetTimestamp() function in content::NavigationEntryImpl
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc315 void EntryCell::SetTimestamp(int timestamp) { in SetTimestamp() function in disk_cache::EntryCell