Searched refs:timestamp (Results 51 - 75 of 1370) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.h79 // |timestamp| returns the timestamp embedded in |policy|, callers can pass
81 // to discard policy data with a timestamp from the future.
84 base::Time* timestamp,
87 void SetUnmanagedInternal(const base::Time& timestamp);
95 // Decodes a PolicyFetchResponse into two PolicyMaps and a timestamp.
100 base::Time* timestamp,
111 void set_last_policy_refresh_time(base::Time timestamp) { argument
112 last_policy_refresh_time_ = timestamp;
H A Dcloud_policy_cache_base.cc88 base::Time* timestamp,
103 if (timestamp) {
104 *timestamp = temp_timestamp;
130 void CloudPolicyCacheBase::SetUnmanagedInternal(const base::Time& timestamp) { argument
136 last_policy_refresh_time_ = timestamp;
157 base::Time* timestamp,
165 if (timestamp) {
166 *timestamp = base::Time::UnixEpoch() +
167 base::TimeDelta::FromMilliseconds(policy_data.timestamp());
86 SetPolicyInternal( const em::PolicyFetchResponse& policy, base::Time* timestamp, bool check_for_timestamp_validity) argument
153 DecodePolicyResponse( const em::PolicyFetchResponse& policy_response, PolicyMap* mandatory, PolicyMap* recommended, base::Time* timestamp, PublicKeyVersion* public_key_version) argument
/external/chromium_org/content/browser/resources/media/new/
H A Dmain.js23 function onSystemProperty(timestamp, key, value) {
30 function onPlayerProperty(id, timestamp, key, value) {
31 manager.updatePlayerInfo(id, timestamp, key, value);
34 function onPlayerPropertyNoRecord(id, timestamp, key, value) {
35 manager.updatePlayerInfoNoRecord(id, timestamp, key, value);
41 function onPlayerOpen(id, timestamp) {
42 manager.addPlayer(id, timestamp);
83 // We have to simulate the timestamp since it isn't provided to us.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildProperties.java42 private String timestamp; field in class:BuildProperties
43 // the name of the directory containing the builds, typically <buildType>-<buildType><build date>-<timestamp>
106 timestamp = buildProperties.get("timestamp").toString();
109 "Value for timestamp not found in monitor.properties");
205 * Returns the timestamp.
209 return timestamp;
221 * Sets the timestamp.
222 * @param timestamp The timestamp t
224 setTimestamp(String timestamp) argument
[all...]
/external/chromium_org/ash/wm/
H A Dpower_button_controller.h45 void OnPowerButtonEvent(bool down, const base::TimeTicks& timestamp);
46 void OnLockButtonEvent(bool down, const base::TimeTicks& timestamp);
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser_unittest.cc45 EXPECT_EQ(output[0]->timestamp, 1373308092440.308);
52 EXPECT_EQ(output[1]->timestamp, 1373312347443.1);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.h13 // Abstract class for logging entries with a level, timestamp, string message.
27 virtual void AddEntryTimestamped(const base::Time& timestamp,
43 virtual void AddEntryTimestamped(const base::Time& timestamp,
/external/chromium_org/content/browser/renderer_host/media/
H A Dmidi_host.h39 double timestamp) OVERRIDE;
48 double timestamp);
/external/chromium_org/media/midi/
H A Dmidi_manager_mac.h30 double timestamp) OVERRIDE;
44 static double MIDITimeStampToSeconds(MIDITimeStamp timestamp);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformMouseEvent.h48 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
49 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
47 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DGamepadsChromium.cpp50 gamepad->timestamp(webGamepad.timestamp);
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebRTCStatsResponse.cpp56 size_t WebRTCStatsResponse::addReport(WebString id, WebString type, double timestamp) argument
59 return m_private->addReport(id, type, timestamp);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.h52 unsigned long long timestamp() const { return m_timestamp; } function in class:WebCore::Gamepad
53 void timestamp(unsigned long long val) { m_timestamp = val; } function in class:WebCore::Gamepad
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.idl28 readonly attribute Date timestamp;
H A DRTCStatsResponse.cpp48 size_t RTCStatsResponse::addReport(String id, String type, double timestamp) argument
50 m_result.append(RTCStatsReport::create(id, type, timestamp));
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIOutput.h49 void send(Uint8Array*, double timestamp, ExceptionState&);
50 void send(Vector<unsigned>, double timestamp, ExceptionState&);
52 // send() without optional |timestamp|.
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
H A Dthread.py76 def AddSample(self, category, name, timestamp, args=None):
77 if len(self._samples) and timestamp < self._samples[-1].start:
79 'Samples must be added in increasing timestamp order')
81 category, name, timestamp, args=args)
87 def BeginSlice(self, category, name, timestamp, args=None):
94 * timestamp: The timetsamp of the slice, in milliseconds.
99 if len(self._open_slices) > 0 and timestamp < self._open_slices[-1].start:
101 'Slices must be added in increasing timestamp order')
103 tracing_slice.Slice(self, category, name, timestamp, args=args))
132 def IsTimestampValidForBeginOrEnd(self, timestamp)
[all...]
/external/chromium_org/ui/app_list/cocoa/
H A Ditem_drag_controller.h34 timestamp:(NSTimeInterval)eventTimestamp;
37 timestamp:(NSTimeInterval)eventTimestamp;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
H A Dbuild.properties16 timestamp=0000
/external/chromium_org/content/public/common/
H A Dgeoposition.cc36 !timestamp.is_null();
/external/chromium_org/content/renderer/media/
H A Dmidi_message_filter.h43 double timestamp);
74 double timestamp);
88 double timestamp);
94 double timestamp);
H A Drenderer_webmidiaccessor_impl.h29 double timestamp);
/external/chromium_org/net/quic/congestion_control/
H A Dfix_rate_receiver.h33 QuicTime timestamp,
H A Dinter_arrival_receiver.h29 QuicTime timestamp,
H A Dtcp_receiver.cc29 QuicTime timestamp,
27 RecordIncomingPacket(QuicByteCount bytes, QuicPacketSequenceNumber sequence_number, QuicTime timestamp, bool revived) argument

Completed in 450 milliseconds

1234567891011>>