HomeSort by relevance Sort by last modified time
    Searched refs:PP_TimeTicks (Results 26 - 45 of 45) sorted by null

12

  /external/chromium_org/ppapi/cpp/
input_event.cc 68 PP_TimeTicks InputEvent::GetTimeStamp() const {
98 PP_TimeTicks time_stamp,
153 PP_TimeTicks time_stamp,
204 PP_TimeTicks time_stamp,
247 PP_TimeTicks time_stamp,
305 PP_TimeTicks time_stamp,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 58 PP_TimeTicks PPB_InputEvent_Shared::GetTimeStamp() {
214 PP_TimeTicks time_stamp,
252 PP_TimeTicks time_stamp,
282 PP_TimeTicks time_stamp,
311 PP_TimeTicks time_stamp,
332 PP_TimeTicks time_stamp,
  /external/chromium_org/native_client_sdk/src/examples/api/core/
core.cc 58 PP_TimeTicks last_receive_time_;
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 46 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
73 PP_TimeTicks time_stamp,
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 61 PP_TimeTicks GetTimeStamp(PP_Resource event) {
91 PP_TimeTicks time_stamp,
110 PP_TimeTicks time_stamp,
191 PP_TimeTicks time_stamp,
249 PP_TimeTicks time_stamp,
323 PP_TimeTicks time_stamp,
428 PP_TimeTicks time_stamp,
  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 74 PP_TimeTicks timestamp) {
89 // Convert PP_TimeTicks (a double, in seconds) to a TimeDelta (int64,
pepper_video_source_host.cc 192 // microseconds) and then to a PP_TimeTicks (a double, in seconds). All times
196 PP_TimeTicks timestamp = time_delta.InSecondsF();
plugin_module.cc 188 PP_TimeTicks GetTickTime() {
pepper_plugin_instance_impl.h     [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
pi_generator.cc 40 PP_TimeTicks start_time = PSInterfaceCore()->GetTimeTicks();
  /external/chromium_org/ppapi/tests/
testing_instance.h 74 // PP_TimeTicks start_time(core.GetTimeTicks());
89 PP_TimeTicks start_time);
testing_instance.cc 126 PP_TimeTicks start_time) {
128 PP_TimeTicks end_time(pp::Module::Get()->core()->GetTimeTicks());
130 PP_TimeTicks elapsed_time(end_time - start_time);
test_case.cc 201 PP_TimeTicks TestCase::NowInTimeTicks() {
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 111 PP_TimeTicks time_stamp,
126 PP_TimeTicks time_stamp,
138 PP_TimeTicks time_stamp,
152 PP_TimeTicks time_stamp,
187 PP_TimeTicks time_stamp,
video_source_resource.cc 100 PP_TimeTicks timestamp) {
ppapi_messages.h     [all...]
  /external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.cc 54 PP_TimeTicks time_stamp,
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 175 PP_TimeTicks first_frame_delivered_ticks_;
176 PP_TimeTicks last_swap_request_ticks_;
177 PP_TimeTicks swap_ticks_;
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 270 static PP_TimeTicks Pnacl_M14_PPB_Core_GetTimeTicks(void) {
    [all...]

Completed in 503 milliseconds

12