HomeSort by relevance Sort by last modified time
    Searched refs:Now (Results 151 - 175 of 422) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/base/
cookie_monster.cc 395 last_statistic_record_time_(Time::Now()),
410 last_statistic_record_time_(base::Time::Now()),
575 // the expired cookies now.
579 GarbageCollectExpired(Time::Now(),
778 TimeTicks start_time(TimeTicks::Now());
798 histogram_time_get_->AddTime(TimeTicks::Now() - start_time);
863 TimeTicks beginning_time(TimeTicks::Now());
    [all...]
sdch_manager.cc 72 if (base::Time::Now() > expiration_)
376 base::Time expiration(base::Time::Now() + base::TimeDelta::FromDays(30));
421 expiration = base::Time::Now() + base::TimeDelta::FromSeconds(seconds);
440 // instead of just blocking additions. For now, with the spec in flux, it
transport_security_state.cc 99 base::Time current_time(base::Time::Now());
350 const base::Time current_time(base::Time::Now());
413 created_time = base::Time::Now();
628 created(base::Time::Now()),
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 177 TimeTicks start = TimeTicks::Now();
183 TimeDelta duration = TimeTicks::Now() - start;
211 // Since we have no tasks yet, all threads should be waiting by now.
226 start_time = Time::Now();
239 // be done by now, since tasks are being done serially.
241 (Time::Now() - start_time).InMilliseconds());
270 start_time = Time::Now();
397 // Since we have no tasks, all threads should be waiting by now.
  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 350 start_time_ = Time::Now();
364 // Now running ServerUnavailable test.
366 EXPECT_TRUE(Time::Now() - start_time_ >= one_second);
372 // Now running Overload test.
380 EXPECT_TRUE(Time::Now() - start_time_ >= one_second);
392 start_time_ = Time::Now();
406 // Now running ServerUnavailable test.
409 EXPECT_TRUE(Time::Now() - start_time_ < one_minute);
712 // time difference from now).
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 193 days = SanitizeDays((Time::Now() - last_ping_day).InDays());
204 return SanitizeDays((Time::Now() - last_active_ping_day).InDays());
441 // The ExtensionUpdater now owns the temp file.
524 Time now = Time::Now();
527 int days = (now - last).InDays();
546 Time earliest = now + TimeDelta::FromSeconds(kStartupWaitSeconds);
548 return saved_next - now;
766 Time::Now() - TimeDelta::FromSeconds(results->daystart_elapsed_seconds);
823 // Successfully fetched - now write crx to a file so we can have th
909 int64 now = Time::Now().ToInternalValue(); local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 137 wmevent->timeStampSeconds = base::Time::Now().ToDoubleT();
196 tab_switch_paint_time_ = base::TimeTicks::Now();
354 // right now/might want a press-and-hold display)
580 touch_event_.timeStampSeconds = base::Time::Now().ToDoubleT();
689 NativeWebKeyboardEvent wke(ch, flags, base::Time::Now().ToDoubleT(),
845 base::TimeDelta whiteout_duration = base::TimeTicks::Now() -
854 base::TimeDelta tab_switch_paint_duration = base::TimeTicks::Now() -
864 whiteout_start_time_ = base::TimeTicks::Now();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 201 // Binhash verification is only enabled for UMA users for now.
269 const base::TimeTicks start = base::TimeTicks::Now();
287 UMA_HISTOGRAM_TIMES("SB2.FilterCheck", base::TimeTicks::Now() - start);
394 base::TimeTicks::Now() - check->start);
674 const base::TimeTicks before = base::TimeTicks::Now();
692 UMA_HISTOGRAM_TIMES("SB2.DatabaseOpen", base::TimeTicks::Now() - before);
731 check->start = base::TimeTicks::Now();
789 HISTOGRAM_TIMES("SB.QueueDelay", base::TimeTicks::Now() - check.start);
890 // Client-side detection is disabled on ChromeOS for now, so don't bother
    [all...]
safe_browsing_store_unittest_helper.cc 62 const base::Time now = base::Time::Now(); local
69 EXPECT_TRUE(store->WriteAddHash(kAddChunk1, now, kHash2));
109 // EXPECT_TRUE(add_full_hashes_result[0].received == now)?
110 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
144 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
151 const base::Time now = base::Time::Now(); local
157 EXPECT_TRUE(store->WriteAddHash(kAddChunk1, now, kHash2));
224 const base::Time now = base::Time::Now() local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 358 base::TimeTicks now = base::TimeTicks::Now(); local
359 if ((now - last_paint_) >= base::TimeDelta::FromMilliseconds(kTimeoutMs)) {
378 start_ = base::TimeTicks::Now();
420 last_paint_ = base::TimeTicks::Now();
  /external/chromium/chrome/common/
metrics_helpers.cc 102 : start_time_(Time::Now()),
174 return static_cast<int>((Time::Now() - start_time_).InSeconds());
310 return base::Uint64ToString(Time::Now().ToTimeT());
588 // Snapshot now contains only a delta to what we've already_logged.
  /external/chromium/webkit/glue/media/
buffered_data_source.cc 269 read_submitted_time_ = base::Time::Now();
342 base::TimeDelta delta = base::Time::Now() - read_submitted_time_;
352 read_submitted_time_ = base::Time::Now();
  /external/chromium/webkit/glue/
webkitclient_impl.cc 87 if (base::Time::Now() - last_updated_time_ > cache_valid_time_)
97 last_updated_time_ = base::Time::Now();
449 return base::Time::Now().ToDoubleT();
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 181 new_row.set_last_visit(base::Time::Now());
  /external/chromium/chrome/browser/instant/
instant_controller.cc 49 // kInstantWasEnabledOnce was added after instant, set it now to make sure
77 base::Time::Now().ToInternalValue());
80 base::Time::Now() - base::Time::FromInternalValue(enable_time);
107 base::Time::Now().ToInternalValue());
120 base::Time::Now() - base::Time::FromInternalValue(enable_time);
461 // Because of the state of the stack we can't destroy the loader now.
486 // Because of the state of the stack we can't destroy the loader now.
539 // If Update would change loaders, update now. This indicates transitioning
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 229 // that the user has already navigated away from. For now, we'll be
283 // that prerendering hasn't even started yet), record that this TC now would
304 // Since we are actually using it now, restore it.
367 return base::Time::Now();
371 return base::TimeTicks::Now();
375 base::Time now = GetCurrentTime(); local
376 return (now - start < max_prerender_age_);
495 last_prefetch_seen_time_ = base::TimeTicks::Now();
518 base::TimeTicks::Now() - last_prefetch_seen_time_;
  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 37 return base::Time::Now();
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 26 base::Int64ToString(Time::Now().ToTimeT()) +
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 45 int seed = static_cast<int>(Time::Now().ToInternalValue());
stress_cache.cc 116 int seed = static_cast<int>(Time::Now().ToInternalValue());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 64 static uint32 Now();
85 void NotifyClock(uint32 now);
93 bool GetNextClock(uint32 now, long& timeout);
151 bool clock_check(uint32 now, long& nTimeout);
154 bool transmit(const SList::iterator& seg, uint32 now);
  /cts/tests/core/
ctscore.mk 33 # Now the rules to build the apk with core-tests resource
  /external/chromium/base/
time.h 16 // decrease (if the user changes the computer clock, Time::Now() may actually
225 // Contains the NULL time. Use Time::Now() to get the current time.
239 // times are increasing, or that two calls to Now() won't be the same.
240 static Time Now();
242 // Returns the current time. Same as Now() except that this function always
405 // Indicates whether fast timers are usable right now. For instance,
458 // Platform-dependent tick count representing "right now."
461 static TimeTicks Now();
465 // resolution. THIS CALL IS GENERALLY MUCH MORE EXPENSIVE THAN Now() AND
540 // Please use Now() to create a new object. This is for internal us
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 175 Time visit_time = Time::Now() - TimeDelta::FromDays(80);
328 Time::Now(), false,
375 // intranet address and is now hitting ctrl-enter, which completes to a
388 // intranet address and is now hitting ctrl-enter, which completes to a
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 206 Time::Now(),
207 Time::Now() +
337 // OnSSLCertificateError(). Right now we don't have the certificate

Completed in 601 milliseconds

1 2 3 4 5 67 8 91011>>