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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/net/
predictor.cc 112 next_trim_time_(base::TimeTicks::Now() + kDurationBetweenTrimmings),
175 base::TimeTicks now = base::TimeTicks::Now(); local
202 if ((now - last_omnibox_preconnect_).InSeconds() <
205 last_omnibox_preconnect_ = now;
223 if (kMinPreresolveSeconds > (now - last_omnibox_preresolve_).InSeconds())
226 last_omnibox_preresolve_ = now;
576 // Now every result_ is either resolved, or is being resolved
605 IncrementalTrimReferrers(true); // Do everything now.
661 base::TimeTicks now = base::TimeTicks::Now()
    [all...]
load_timing_observer.cc 34 int64 cur_time = (Time::Now() - Time()).InMicroseconds();
35 int64 cur_time_ticks = (TimeTicks::Now() - TimeTicks()).InMicroseconds();
  /external/chromium/chrome/browser/sessions/
session_restore.cc 185 // Start listening to network state notification now.
292 base::TimeTicks::Now() - restore_started_;
381 base::TimeTicks::Now() - restore_started_;
421 restore_started_(base::TimeTicks::Now()) {
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 70 Time current = Time::Now();
523 Time current = Time::Now();
565 Time current = Time::Now();
  /external/chromium/net/proxy/
proxy_service.cc 65 // Now by the time we run the proxy-autoconfig there is a lower chance of
872 base::TimeTicks::Now(),
908 stall_proxy_autoconfig_until_ - base::TimeTicks::Now();
920 base::TimeTicks::Now() + stall_proxy_auto_config_delay_;
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 496 base::Time now = base::Time::Now(); local
497 ThumbnailScore low_score(1.0, true, true, now);
498 ThumbnailScore medium_score(0.5, true, true, now);
499 ThumbnailScore high_score(0.0, true, true, now);
531 base::Time now = base::Time::Now(); local
532 ThumbnailScore low_score(1.0, true, true, now);
533 ThumbnailScore medium_score(0.5, true, true, now);
534 ThumbnailScore high_score(0.0, true, true, now);
    [all...]
history_types.cc 239 // Now just delete that range in the vector en masse (the STL ending is
302 end_time = base::Time::Now();
390 return (base::Time::Now() -
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 187 urgent_cleared_time_ = base::TimeTicks::Now();
192 if (urgent && base::TimeTicks::Now() < urgent_cleared_time_ + kSetUrgentDelay)
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 67 time_(base::Time::Now()),
68 time_ticks_(base::TimeTicks::Now()),
399 // GetEntry will cull old entries which should now include pc.
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 116 // going back now. Check if the other data types are registered though.
217 base::TimeTicks::Now() - login_start_time_);
289 login_start_time_(base::TimeTicks::Now()),
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 81 base::TimeTicks begin_compute_thumbnail = base::TimeTicks::Now();
121 base::TimeTicks::Now() - begin_compute_thumbnail);
202 // Now, if the backing store didn't exist, we will still try and
206 // We are going to render the thumbnail asynchronously now, so keep
293 // Now alloc/copy the memory so we own it and can pass it around,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 172 Time node_time = Time::Now() + TimeDelta::FromDays(2);
203 Time node_time = Time::Now() + TimeDelta::FromDays(2);
238 // F2 in the model should have two children now: F21 and the node edited.
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 135 promo_start) - base::Time::Now()).InMilliseconds());
138 promo_end) - base::Time::Now()).InMilliseconds());
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 442 tcp_->NotifyClock(PseudoTcp::Now());
518 if (tcp_->GetNextClock(PseudoTcp::Now(), timeout)) {
  /external/v8/test/mjsunit/regress/
regress-1708.js 47 // located in a lazy swept page with intact marking bits. Now shift
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore01.js 82 this DocumentElement node and verify the name of the inserted Comment node. Now
nodeinsertbefore02.js 79 this DocumentType node and verify the name of the inserted Comment node. Now
nodeisequalnode13.js 80 Element Node are not equal. Now import it once more with deep=true and using isEqual
81 verify if they are now equal.
noderemovechild16.js 80 Element child and verify the name of the returned node that was removed. Now attempt
noderemovechild17.js 79 node child and verify the contents of the returned node that was removed. Now attempt
noderemovechild18.js 82 node child and verify the contents of the returned node that was removed. Now attempt
noderemovechild20.js 79 Element child and verify the name of the returned node that was removed. Now attempt
noderemovechild21.js 79 and verify the name of the returned node that was removed. Now append the parent
noderemovechild22.js 79 and verify the name of the rturned node that was removed. Now to remove the child
noderemovechild23.js 79 and verify the name of the returned node that was removed. Now to remove the child

Completed in 425 milliseconds

1 2 3 4 5 6 7 891011>>