HomeSort by relevance Sort by last modified time
    Searched defs:SetTimestamp (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.cc 79 void SerializedNavigationEntryTestHelper::SetTimestamp(
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.cc 151 SetTimestamp(base::TimeTicks::Now() - base::TimeTicks());
207 void SyntheticWebTouchEvent::SetTimestamp(base::TimeDelta timestamp) {
  /external/chromium_org/ppapi/cpp/
audio_buffer.cc 42 void AudioBuffer::SetTimestamp(PP_TimeDelta timestamp) {
44 get_interface<PPB_AudioBuffer_0_1>()->SetTimestamp(pp_resource(),
video_frame.cc 42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) {
44 get_interface<PPB_VideoFrame_0_1>()->SetTimestamp(pp_resource(), timestamp);
  /external/chromium_org/ppapi/proxy/
video_frame_resource.cc 39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) {
audio_buffer_resource.cc 40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) {
  /external/chromium_org/ppapi/thunk/
ppb_audio_buffer_thunk.cc 33 void SetTimestamp(PP_Resource buffer, PP_TimeDelta timestamp) {
34 VLOG(4) << "PPB_AudioBuffer::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
92 &SetTimestamp,
ppb_video_frame_thunk.cc 33 void SetTimestamp(PP_Resource frame, PP_TimeDelta timestamp) {
34 VLOG(4) << "PPB_VideoFrame::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
76 &SetTimestamp,
  /external/chromium_org/media/cast/net/rtp/
rtp_packet_builder.cc 42 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) {
  /external/chromium_org/ppapi/c/
ppb_video_frame.h 91 void (*SetTimestamp)(PP_Resource frame, PP_TimeDelta timestamp);
ppb_audio_buffer.h 91 void (*SetTimestamp)(PP_Resource buffer, PP_TimeDelta timestamp);
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 276 void NavigationEntryImpl::SetTimestamp(base::Time timestamp) {
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 315 void EntryCell::SetTimestamp(int timestamp) {
749 cell.SetTimestamp(minutes);
    [all...]

Completed in 244 milliseconds