Searched defs:now (Results 176 - 200 of 760) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/renderer_host/
H A Ddisplay_link_mac.cc145 const CVTimeStamp* now,
143 DisplayLinkCallback( CVDisplayLinkRef display_link, const CVTimeStamp* now, const CVTimeStamp* output_time, CVOptionFlags flags_in, CVOptionFlags* flags_out, void* context) argument
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp_unittest.cc33 void set_now(double now) { now_ = now; } argument
/external/chromium_org/content/browser/tracing/
H A Detw_system_event_consumer_win.cc126 base::TimeTicks now = base::TimeTicks::NowFromSystemTraceTime(); local
131 now_in_us.QuadPart = now.ToInternalValue();
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc120 base::TimeTicks now = base::TimeTicks::Now(); local
124 "idle_time", (now - last_access_time).InMilliseconds(),
125 "keep_awake_time", (now - begin_wake_up_time_).InMilliseconds());
126 if (now - last_access_time <
129 if (now - begin_wake_up_time_ >
/external/chromium_org/media/cast/logging/
H A Dlogging_impl_unittest.cc52 base::TimeTicks now; local
54 now = testing_clock_.NowTicks();
56 now, FRAME_CAPTURE_BEGIN, VIDEO_EVENT, rtp_timestamp, frame_id);
61 time_interval = now - start_time;
/external/chromium_org/media/cast/receiver/
H A Dcast_receiver_impl.cc196 const base::TimeTicks now = cast_environment->Clock()->NowTicks(); local
198 now, FRAME_DECODED, AUDIO_EVENT, rtp_timestamp, frame_id);
200 now, FRAME_PLAYOUT, AUDIO_EVENT, rtp_timestamp, frame_id,
201 playout_time - now);
217 const base::TimeTicks now = cast_environment->Clock()->NowTicks(); local
219 now, FRAME_DECODED, VIDEO_EVENT, rtp_timestamp, frame_id);
221 now, FRAME_PLAYOUT, VIDEO_EVENT, rtp_timestamp, frame_id,
222 playout_time - now);
/external/chromium_org/net/base/
H A Dexpiring_cache.h25 const ExpirationType& now,
43 // increasing, std::less<> can be used, which will simply ensure that |now| is
59 // bool operator()(const ComplexExpiration& now,
120 // Returns the value matching |key|, which must be valid at the time |now|.
125 const ValueType* Get(const KeyType& key, const ExpirationType& now) { argument
131 if (!expiration_comp_(now, it->second.second)) {
132 Evict(it, now, true);
142 const ExpirationType& now,
148 Compact(now);
177 void Compact(const ExpirationType& now) { argument
22 Handle(const KeyType& key, const ValueType& value, const ExpirationType& expiration, const ExpirationType& now, bool onGet) const argument
140 Put(const KeyType& key, const ValueType& value, const ExpirationType& now, const ExpirationType& expiration) argument
198 Evict(typename EntryMap::iterator it, const ExpirationType& now, bool on_get) argument
[all...]
/external/chromium_org/net/cert/
H A Dx509_util_nss_unittest.cc149 base::Time now = base::Time::Now(); local
155 now,
156 now + base::TimeDelta::FromDays(1),
/external/chromium_org/net/dns/
H A Dmdns_cache.cc123 base::Time now,
130 if (now < next_expiration_) return;
135 if (now >= expiration) {
153 base::Time now) const {
167 if (now >= GetEffectiveExpiration(record)) continue;
122 CleanupRecords( base::Time now, const RecordRemovedCallback& record_removed_callback) argument
/external/chromium_org/net/quic/crypto/
H A Dcrypto_utils.cc24 void CryptoUtils::GenerateNonce(QuicWallTime now, argument
31 uint32 gmt_unix_time = now.ToUNIXSeconds();
/external/chromium_org/net/quic/
H A Dquic_server_session.cc66 void QuicServerSession::OnCongestionWindowChange(QuicTime now) { argument
77 int64 now_ms = now.Subtract(last_server_config_update_time_).ToMilliseconds();
136 last_server_config_update_time_ = now;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslauth.c289 PRTime now = PR_Now(); local
303 if (CERT_CacheOCSPResponseFromSideChannel(handle, ss->sec.peerCert, now,
316 now, ss->pkcs11PinArg, NULL);
/external/chromium_org/net/tools/quic/
H A Dquic_server_session.cc66 void QuicServerSession::OnCongestionWindowChange(QuicTime now) { argument
77 int64 now_ms = now.Subtract(last_server_config_update_time_).ToMilliseconds();
136 last_server_config_update_time_ = now;
/external/chromium_org/remoting/base/
H A Dplugin_thread_task_runner.cc209 void PluginThreadTaskRunner::RunDueTasks(base::TimeTicks now) { argument
214 delayed_queue_.top().delayed_run_time <= now) {
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_linux.cc169 base::Time now = base::Time::Now(); variable
170 if (!IsSafeToReloadPolicy(now, &delay)) {
176 if (!IsSafeToReloadPolicy(now, &delay)) {
193 bool IsSafeToReloadPolicy(const base::Time& now, base::TimeDelta* delay) { argument
210 last_modification_clock_ = now;
216 base::TimeDelta age = now - last_modification_clock_;
/external/chromium_org/remoting/host/
H A Dregister_support_host_request_unittest.cc118 int64 now = static_cast<int64>(base::Time::Now().ToDoubleT()); local
120 EXPECT_GE(now, time);
H A Dresizing_host_observer.cc133 base::Time now = now_function_.Run(); local
145 if (now < next_allowed_resize) {
148 next_allowed_resize - now,
178 previous_resize_time_ = now;
/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.cc82 base::Time now = base::Time::Now(); local
84 now - round_statistics_.start_time);
87 now - time_of_end_of_last_round_);
/external/chromium_org/sync/engine/
H A Dmodel_type_entity.cc13 base::Time now) {
26 now,
27 now,
10 NewLocalItem( const std::string& client_tag, const sync_pb::EntitySpecifics& specifics, base::Time now) argument
/external/chromium_org/sync/sessions/
H A Ddata_type_tracker.cc202 base::TimeTicks now) const {
208 unthrottle_time_ - now);
212 base::TimeTicks now) {
213 unthrottle_time_ = std::max(unthrottle_time_, now + duration);
216 void DataTypeTracker::UpdateThrottleState(base::TimeTicks now) { argument
217 if (now >= unthrottle_time_) {
211 ThrottleType(base::TimeDelta duration, base::TimeTicks now) argument
/external/chromium_org/sync/syncable/
H A Dmutable_entry.cc34 const base::Time& now = base::Time::Now(); local
35 kernel->put(CTIME, now);
36 kernel->put(MTIME, now);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DProgressTracker.cpp195 double now = currentTime(); local
196 double notifiedProgressTimeDelta = now - m_lastNotifiedProgressTime;
207 m_lastNotifiedProgressTime = now;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.cpp204 double now = currentTimeMS(); local
205 if (complete || !m_lastProgressNotificationTimeMS || (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS)) {
206 m_lastProgressNotificationTimeMS = now;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.cpp129 double now = WTF::monotonicallyIncreasingTime(); local
130 double stopTime = now + minDuration;
131 for (unsigned step = 0; step < minRepeatCount || now < stopTime; ++step) {
140 now = WTF::monotonicallyIncreasingTime();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdate.cpp121 UDate now = Calendar::getNow(); local
126 tryDate(now);
129 tryDate(now + 6.0*30*ONEDAY);
131 UDate limit = now * 10; // Arbitrary limit

Completed in 407 milliseconds

1234567891011>>