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

12

/external/chromium_org/ppapi/cpp/
H A Daudio_buffer.h48 void SetTimestamp(PP_TimeDelta timestamp);
H A Dvideo_frame.h49 void SetTimestamp(PP_TimeDelta 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(),
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);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_api.h21 virtual void SetTimestamp(PP_TimeDelta timestamp) = 0;
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,
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_audio_buffer_api.h21 virtual void SetTimestamp(PP_TimeDelta timestamp) = 0;
/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/api/
H A Dppb_video_frame.idl78 void SetTimestamp([in] PP_Resource frame, [in] PP_TimeDelta timestamp);
H A Dppb_audio_buffer.idl75 void SetTimestamp([in] PP_Resource buffer, [in] PP_TimeDelta timestamp);
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.h53 static void SetTimestamp(base::Time timestamp,
H A Dserialized_navigation_entry_test_helper.cc79 void SerializedNavigationEntryTestHelper::SetTimestamp( function in class:sessions::SerializedNavigationEntryTestHelper
/external/chromium_org/media/cast/net/rtp/
H A Drtp_packet_builder.h24 void SetTimestamp(uint32 timestamp);
H A Drtp_packet_builder.cc42 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) { function in class:media::cast::RtpPacketBuilder
/external/chromium_org/ppapi/proxy/
H A Daudio_buffer_resource.h35 virtual void SetTimestamp(PP_TimeDelta timestamp) OVERRIDE;
H A Dvideo_frame_resource.h32 virtual void SetTimestamp(PP_TimeDelta timestamp) OVERRIDE;
H A Daudio_buffer_resource.cc40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) { function in class:ppapi::proxy::AudioBufferResource
H A Dvideo_frame_resource.cc39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) { function in class:ppapi::proxy::VideoFrameResource
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.h75 void SetTimestamp(base::TimeDelta timestamp);
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/cdm/ppapi/external_clear_key/
H A Dfake_cdm_video_decoder.cc80 decoded_frame->SetTimestamp(timestamp);
/external/chromium_org/android_webview/native/
H A Dstate_serializer_unittest.cc68 entry->SetTimestamp(timestamp);
/external/chromium_org/content/public/browser/
H A Dnavigation_entry.h179 virtual void SetTimestamp(base::Time timestamp) = 0;

Completed in 4851 milliseconds

12