Searched defs:GetTimestamp (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.cc36 PP_TimeDelta VideoFrame::GetTimestamp() const { function in class:pp::VideoFrame
38 return get_interface<PPB_VideoFrame_0_1>()->GetTimestamp(pp_resource());
H A Daudio_buffer.cc36 PP_TimeDelta AudioBuffer::GetTimestamp() const { function in class:pp::AudioBuffer
38 return get_interface<PPB_AudioBuffer_0_1>()->GetTimestamp(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_buffer_thunk.cc25 PP_TimeDelta GetTimestamp(PP_Resource buffer) { function in namespace:ppapi::thunk::__anon10239
26 VLOG(4) << "PPB_AudioBuffer::GetTimestamp()";
30 return enter.object()->GetTimestamp();
91 &GetTimestamp,
H A Dppb_video_frame_thunk.cc25 PP_TimeDelta GetTimestamp(PP_Resource frame) { function in namespace:ppapi::thunk::__anon10324
26 VLOG(4) << "PPB_VideoFrame::GetTimestamp()";
30 return enter.object()->GetTimestamp();
75 &GetTimestamp,
/external/chromium_org/sync/internal_api/events/
H A Dcommit_request_event.cc25 base::Time CommitRequestEvent::GetTimestamp() const { function in class:syncer::CommitRequestEvent
H A Dcommit_response_event.cc22 base::Time CommitResponseEvent::GetTimestamp() const { function in class:syncer::CommitResponseEvent
H A Dconfigure_get_updates_request_event.cc23 base::Time ConfigureGetUpdatesRequestEvent::GetTimestamp() const { function in class:syncer::ConfigureGetUpdatesRequestEvent
H A Dget_updates_response_event.cc23 base::Time GetUpdatesResponseEvent::GetTimestamp() const { function in class:syncer::GetUpdatesResponseEvent
H A Dpoll_get_updates_request_event.cc19 base::Time PollGetUpdatesRequestEvent::GetTimestamp() const { function in class:syncer::PollGetUpdatesRequestEvent
H A Dnormal_get_updates_request_event.cc26 base::Time NormalGetUpdatesRequestEvent::GetTimestamp() const { function in class:syncer::NormalGetUpdatesRequestEvent
/external/chromium_org/media/base/
H A Daudio_timestamp_helper.cc35 base::TimeDelta AudioTimestampHelper::GetTimestamp() const { function in class:media::AudioTimestampHelper
42 return end_timestamp - GetTimestamp();
49 int64 delta_in_us = (target - GetTimestamp()).InMicroseconds();
/external/chromium_org/ppapi/c/
H A Dppb_video_frame.h80 PP_TimeDelta (*GetTimestamp)(PP_Resource frame); member in struct:PPB_VideoFrame_0_1
H A Dppb_audio_buffer.h81 PP_TimeDelta (*GetTimestamp)(PP_Resource buffer); member in struct:PPB_AudioBuffer_0_1
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc31 PP_TimeDelta VideoFrameResource::GetTimestamp() { function in class:ppapi::proxy::VideoFrameResource
H A Daudio_buffer_resource.cc32 PP_TimeDelta AudioBufferResource::GetTimestamp() { function in class:ppapi::proxy::AudioBufferResource
/external/chromium_org/v8/src/
H A Dperf-jit.cc73 uint64_t PerfJitLogger::GetTimestamp() { function in class:v8::internal::PerfJitLogger
94 code_load.p.timestamp = GetTimestamp();
/external/stressapptest/src/
H A Dos.h146 inline static uint64 GetTimestamp(void) { function in class:OsLayer
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc253 base::Time GetTimestamp() { function in namespace:typed_urls_helper
273 base::Time timestamp = GetTimestamp();
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc280 base::Time NavigationEntryImpl::GetTimestamp() const { function in class:content::NavigationEntryImpl
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1757 def GetTimestamp(): member in class:AndroidCommands
1777 'screenshot-%s.png' % self.GetTimestamp())
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member in struct:dd_function_table
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc234 int time = cell.GetTimestamp();
299 int EntryCell::GetTimestamp() const { function in class:disk_cache::EntryCell
1042 new_cell.SetTimestamp(old_cell.GetTimestamp());

Completed in 767 milliseconds