Searched defs:now (Results 476 - 500 of 760) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc67 base::Time now,
75 ((now + base::TimeDelta::FromSeconds(kTimestampGraceIntervalSeconds)) -
65 ValidateTimestamp( base::Time not_before, base::Time now, ValidateTimestampOption timestamp_option) argument
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_unittest.cc502 Time now = Time::Now(); local
504 Time month_ago = now - TimeDelta::FromDays(30);
513 // Create one for now and +/- 1 day.
516 now - one_day, Time());
518 std::string(), std::string(), true, std::string(), now,
522 now + one_day, Time());
525 std::string(), "http://icon5", false, "UTF-8;UTF-16", now,
536 model()->RemoveAutoGeneratedSince(now);
541 model()->RemoveAutoGeneratedBetween(now - TimeDelta::FromDays(60), now);
566 Time now = Time::Now(); local
[all...]
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc147 Time now = Time::NowFromSystemTime(); local
149 base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(now));
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc273 base::Time now = base::Time::Now(); local
274 prefs_->SetDouble(kPrefTranslateLastDeniedTime, now.ToJsTime());
275 if (now - last_closed_time <= base::TimeDelta::FromDays(1))
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device.cc503 // The result is now ready.
569 // IsStarted() to return true from now on.
695 base::TimeTicks now = base::TimeTicks::Now(); local
698 UMA_HISTOGRAM_TIMES("TabCapture.CopyTimeBitmap", now - start_time);
717 base::TimeTicks now = base::TimeTicks::Now(); local
720 UMA_HISTOGRAM_TIMES("TabCapture.CopyTimeVideoFrame", now - start_time);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc266 const base::TimeTicks now = base::TimeTicks::Now(); local
268 if (!last_vsync_.is_null() && (now - last_vsync_) < vsync_period_) {
271 if (next_composite < now) {
280 delay = next_composite - now;
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc187 base::Time now = base::Time::Now(); local
188 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
190 base::Time one_day_ago = now - base::TimeDelta::FromDays(1);
194 base::Time sixty_days_ago = now - base::TimeDelta::FromDays(60);
457 // quota, and kOrigin3 with both. kOrigin1 is modified now, kOrigin2
/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager.cc267 base::TimeDelta now = base::TimeTicks::HighResNow() - base::TimeTicks(); local
269 return MarkAsCompleted(now.InMicroseconds());
/external/chromium_org/media/cast/test/
H A Dreceiver.cc392 const base::TimeTicks now = cast_env()->Clock()->NowTicks(); local
393 const base::TimeTicks earliest_time_to_play = now - max_frame_age_;
405 video_playout_queue_.front().first - now,
/external/chromium_org/net/base/
H A Dnetwork_change_notifier.cc107 base::TimeTicks now = base::TimeTicks::Now(); variable
236 if ((now - last_offline_packet_received_) <
245 now - last_offline_packet_received_);
255 now - last_ip_address_change_);
293 base::TimeTicks now = base::TimeTicks::Now(); local
294 base::TimeDelta request_duration = now - request.creation_time();
296 first_byte_after_connection_change_ = now - last_connection_change_;
316 now - last_connection_change_);
318 last_offline_packet_received_ = now;
320 if ((now
[all...]
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc119 const base::Time& now)
120 : verification_time(now),
121 expiration_time(now) {
125 const base::Time& now,
127 : verification_time(now),
132 const CacheValidityPeriod& now,
135 // weak ordering/sorting. |now| should only ever contain a single
138 DCHECK(now.verification_time == now.expiration_time);
140 // |now| contain
118 CacheValidityPeriod( const base::Time& now) argument
124 CacheValidityPeriod( const base::Time& now, const base::Time& expiration) argument
131 operator ()( const CacheValidityPeriod& now, const CacheValidityPeriod& expiration) const argument
588 base::Time now = base::Time::Now(); local
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc186 base::Time now = base::Time::Now(); local
187 node->Data()->last_used = now.ToInternalValue();
189 node->Data()->last_modified = now.ToInternalValue();
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc478 // packet, since they won't be acked now that one has been processed.
738 QuicTime now,
746 now, unacked_packets_.bytes_in_flight(), retransmittable);
737 TimeUntilSend( QuicTime now, HasRetransmittableData retransmittable) argument
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc144 // For now we assume CreateSnapshotFile always return a valid local file
693 base::Time now = base::Time::Now(); local
694 if (now - last_progress_callback_invocation_time_ >=
697 last_progress_callback_invocation_time_ = now;
H A Dsandbox_file_system_backend_delegate.cc415 // Get the directory size now and update the cache.
618 base::Time now = base::Time::Now(); local
619 bool throttled = now < next_release_time_for_open_filesystem_stat_;
622 now + base::TimeDelta::FromHours(kMinimumStatsCollectionIntervalHours);
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc210 time_t now = time(NULL);
211 fprintf(stderr, "Date: %s", ctime(&now)); // ctime() adds newline
252 double now = Env::Default()->NowMicros() * 1e-6; local
253 double micros = (now - last_op_finish_) * 1e6;
259 last_op_finish_ = now;
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp175 void Stamp( const char* now, TiXmlEncoding encoding );
196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding ) argument
198 assert( now );
212 while ( p < now )
672 // We now have something we presume to be a node of
957 // We now have either a closing tag...or another node.
1117 // We should find the end tag now
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp590 char* now; variable
594 *now = ch;
595 now++;
599 sprintf(now, szCode, szFunctionName, fileId, line);
600 while (*now) {
601 now++;
612 now = output;
632 fwrite(output, 1, now - output, file);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp115 // newObj PUT_TRACK_PARAMETERS_OBJ2(id, newObj) - store end, as now
257 const unsigned char* now = readString(start, end, out); local
259 // PUT_TRACK_STREAM(str, start, now)
261 return now; // consumed already ) at the end of the string
405 const unsigned char* now = readHexString(start, end, out); local
407 // str PUT_TRACK_STREAM(start, now)
409 return now; // consumed already > at the end of the string
533 const unsigned char* now = readName(start, end, out); local
535 //PUT_TRACK_STREAM(start, now)
537 return now;
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_optimization.cc51 // re-ordering, we keep default setting to |kFecMaskRandom| for now.
236 // Use max window filter for now.
241 // For now use the filtered loss for computing the robustness settings.
476 int64_t now = clock_->TimeInMilliseconds(); local
485 incoming_frame_times_[0] = now;
486 ProcessIncomingFrameRate(now);
615 int64_t now = clock_->TimeInMilliseconds(); local
616 if ((now - last_qm_update_time_) < kQmMinIntervalMs ||
617 (now - last_change_time_) < kQmMinIntervalMs) {
625 void MediaOptimization::ProcessIncomingFrameRate(int64_t now) { argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc251 void Process(int64_t now) { argument
261 int64_t diff_last_process_ms = now - last_process_time_ms_;
262 if (now - last_process_time_ms_ <= kMinDiffSinceLastProcessMs) {
265 last_process_time_ms_ = now;
328 void FrameCaptured(int64_t now) { argument
333 frames_.push_back(now);
336 void FrameProcessingStarted(int64_t now) { argument
340 delay_ms_ = now - frames_.front();
443 bool OveruseFrameDetector::FrameTimeoutDetected(int64_t now) const {
447 return (now
463 int64_t now = clock_->TimeInMilliseconds(); local
497 int64_t now = clock_->TimeInMilliseconds(); local
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.cc663 bool LayerAnimationElement::Progress(base::TimeTicks now, argument
672 (now < effective_start_time_)) {
679 base::TimeDelta elapsed = now - effective_start_time_;
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc199 base::TimeTicks now; local
214 now = base::TimeTicks::HighResNow();
223 FROM_HERE, base::Bind(callback, now, kDefaultInterval));
274 base::TimeTicks now = base::TimeTicks::Now(); variable
275 base::TimeDelta delta = now - last_get_vsync_parameters_time_;
278 last_get_vsync_parameters_time_ = now;
/external/chromium_org/v8/src/base/platform/
H A Dtime.cc405 LARGE_INTEGER now; variable
406 BOOL result = QueryPerformanceCounter(&now);
412 int64_t whole_seconds = now.QuadPart / ticks_per_second_;
413 int64_t leftover_ticks = now.QuadPart % ticks_per_second_;
449 DWORD now = timeGetTime(); variable
450 if (now < last_seen_now_) {
453 last_seen_now_ = now;
454 return (now + rollover_ms_) * Time::kMicrosecondsPerMillisecond;
/external/dhcpcd/
H A Dipv6rs.c572 struct timeval now; local
580 get_monotonic(&now);
685 struct timeval now, lt, expire, next; local
690 get_monotonic(&now);
702 if (timercmp(&now, &expire, >)) {
714 timersub(&expire, &now, &lt);
724 if (timercmp(&now, &rao->expire, >)) {
735 timersub(&rao->expire, &now, &lt);

Completed in 763 milliseconds

<<11121314151617181920>>