Searched refs:timestamp (Results 126 - 150 of 2943) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/common/
H A Dgeoposition.cc36 !timestamp.is_null();
/external/chromium_org/content/renderer/media/
H A Dmidi_message_filter.h42 double timestamp);
73 double timestamp);
87 double timestamp);
93 double timestamp);
H A Drenderer_webmidiaccessor_impl.h29 double timestamp);
/external/chromium_org/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber.cc35 rtcp_event.timestamp = frame_event.timestamp;
57 rtcp_event.timestamp = packet_event.timestamp;
79 // the smallest RTP timestamp.
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.h29 // remaining frames. |compressed_frame_size| and |timestamp| are ignored.
32 int64_t timestamp,
/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h56 double timestamp; member in struct:PP_GamepadSampleData
/external/chromium_org/ppapi/cpp/
H A Daudio_buffer.h37 /// Gets the timestamp of the audio buffer.
39 /// @return A <code>PP_TimeDelta</code> containing the timestamp of the audio
43 /// Sets the timestamp of the audio buffer.
45 /// @param[in] timestamp A <code>PP_TimeDelta</code> containing the timestamp
48 void SetTimestamp(PP_TimeDelta timestamp);
H A Dvideo_frame.h38 /// Gets the timestamp of the video frame.
40 /// @return A <code>PP_TimeDelta</code> containing the timestamp of the video
44 /// Sets the timestamp of the video frame.
46 /// @param[in] timestamp A <code>PP_TimeDelta</code> containing the timestamp
49 void SetTimestamp(PP_TimeDelta timestamp);
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_api.h21 virtual void SetTimestamp(PP_TimeDelta timestamp) = 0;
/external/chromium_org/sync/internal_api/events/
H A Dnormal_get_updates_request_event.cc14 base::Time timestamp,
17 : timestamp_(timestamp),
88 base::Time timestamp,
94 : timestamp_(timestamp),
13 NormalGetUpdatesRequestEvent( base::Time timestamp, const sessions::NudgeTracker& nudge_tracker, const sync_pb::ClientToServerMessage& request) argument
87 NormalGetUpdatesRequestEvent( base::Time timestamp, ModelTypeSet nudged_types, ModelTypeSet notified_types, ModelTypeSet refresh_requested_types, bool is_retry, sync_pb::ClientToServerMessage request) argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.h15 // An object to wrap data with a checksum and a timestamp. These fields are used
30 // Wraps data with a checksum and a timestamp. Sample usage:
42 // Adds checksum and given |timestamp| to |data|.
43 static void Wrap(time_t timestamp, std::string* data);
45 // Strips out the timestamp from |data|. Returns |true| if the timestamp is
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCStatsReport.mm39 NSString* format = @"id: %@, type: %@, timestamp: %f, values: %@";
43 self.timestamp,
55 _timestamp = statsReport.timestamp;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCStatsReport.h36 @property(nonatomic, readonly) CFTimeInterval timestamp; variable
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.h81 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
82 *timestamp = fTexParamsTimestamp;
87 GrGpu::ResetTimestamp timestamp) {
89 fTexParamsTimestamp = timestamp;
86 setCachedTexParams(const TexParams& texParams, GrGpu::ResetTimestamp timestamp) argument
/external/chromium_org/third_party/webrtc/common_video/
H A Dtexture_video_frame_unittest.cc39 EXPECT_EQ(100u, frame.timestamp());
48 EXPECT_EQ(200u, frame.timestamp());
75 (frame1.timestamp() == frame2.timestamp()) &&
H A Dtexture_video_frame.cc20 uint32_t timestamp,
25 set_timestamp(timestamp);
62 handle_, width(), height(), timestamp(), render_time_ms());
17 TextureVideoFrame(NativeHandle* handle, int width, int height, uint32_t timestamp, int64_t render_time_ms) argument
/external/skia/src/gpu/gl/
H A DGrGLTexture.h81 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
82 *timestamp = fTexParamsTimestamp;
87 GrGpu::ResetTimestamp timestamp) {
89 fTexParamsTimestamp = timestamp;
86 setCachedTexParams(const TexParams& texParams, GrGpu::ResetTimestamp timestamp) argument
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcounter_series.js14 function CounterSample(timestamp, value) {
16 this.timestamp_ = timestamp;
27 set timestamp(timestamp) {
28 this.timestamp_ = timestamp;
135 this.samples_[i].timestamp = this.timestamps_[i];
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser_unittest.cc47 EXPECT_DOUBLE_EQ(1408395898606.132, output[0]->timestamp);
56 EXPECT_DOUBLE_EQ(1408126824575.058, output[1]->timestamp);
65 EXPECT_DOUBLE_EQ(1408131366137.021, output[2]->timestamp);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.h44 // timestamp. Uses SerializedNavigationEntry::FromSyncData to fill
48 base::Time timestamp);
94 base::Time timestamp; member in struct:SessionTab
144 base::Time timestamp; member in struct:SessionWindow
/external/chromium_org/chrome/browser/spellchecker/
H A Dmisspelling.cc35 : location(0), length(0), hash(0), timestamp(base::Time::Now()) {
48 timestamp(base::Time::Now()) {
57 "timestamp",
58 base::Int64ToString(static_cast<long>(timestamp.ToJsTime())));
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation.cc58 // a currently un-used timestamp for future proofing.
63 int64 timestamp = Time::Now().ToInternalValue(); local
65 &timestamp,
66 sizeof(timestamp),
/external/chromium_org/media/base/
H A Ddata_buffer.h42 base::TimeDelta timestamp() const { function in class:media::DataBuffer
47 void set_timestamp(const base::TimeDelta& timestamp) { argument
49 timestamp_ = timestamp;
/external/chromium_org/media/midi/
H A Dmidi_manager_mac.h31 double timestamp) OVERRIDE;
47 double timestamp);
51 static double MIDITimeStampToSeconds(MIDITimeStamp timestamp);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.h57 virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) OVERRIDE;
58 virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount) OVERRIDE;
59 virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE;

Completed in 4946 milliseconds

1234567891011>>