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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 213 date_added_string = base::Int64ToString(Time::Now().ToInternalValue());
256 last_modified_date = base::Int64ToString(Time::Now().ToInternalValue());
bookmark_model.cc 56 date_added_ = Time::Now();
194 SetDateFolderModified(new_parent, Time::Now());
233 SetDateFolderModified(new_parent, Time::Now());
385 new_node->set_date_folder_modified(Time::Now());
396 return AddURLWithCreationTime(parent, index, title, url, Time::Now());
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 205 base::TimeTicks beginning_time = base::TimeTicks::Now();
216 base::TimeTicks::Now() - beginning_time);
237 base::TimeTicks beginning_time = base::TimeTicks::Now();
261 base::TimeTicks::Now() - beginning_time);
270 base::TimeTicks beginning_time = base::TimeTicks::Now();
294 base::TimeTicks::Now() - beginning_time);
595 // Now process the remaining characters in the search term.
758 int score = ScoreForValue((base::Time::Now() -
787 // TODO(mrossetti): This is good enough for now but must be fine-tuned.
    [all...]
history_unittest.cc 302 Time now = Time::Now(); local
304 Time month_ago = now - TimeDelta::FromDays(30);
316 // Create one for now and +/- 1 day.
317 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now - one_day));
318 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now));
319 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now + one_day));
333 db_->RemoveDownloadsBetween(now, Time());
339 db_->RemoveDownloadsBetween(now - TimeDelta::FromDays(60), Time());
414 Time now = Time::Now() local
    [all...]
  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 25 base::Int64ToString(base::Time::Now().ToInternalValue()) + ".db";
113 // Now the match works
210 base::Time now = base::Time::Now(); local
215 // Create one for now and +/- 1 day.
216 EXPECT_TRUE(AddTimestampedLogin(db.get(), "2", "foo2", now - one_day));
217 EXPECT_TRUE(AddTimestampedLogin(db.get(), "3", "foo3", now));
218 EXPECT_TRUE(AddTimestampedLogin(db.get(), "4", "foo4", now + one_day));
226 EXPECT_TRUE(db->GetLoginsCreatedBetween(now, base::Time(), &result));
231 db->RemoveLoginsCreatedBetween(now, base::Time())
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 181 record->times.push_back(TimeTicks::Now());
364 // done2 indicates config suceeded. Now change the mode so nudge can execute.
397 TimeTicks optimal_time = TimeTicks::Now() + delay;
477 TimeTicks optimal_time = TimeTicks::Now() + delay;
516 TimeTicks optimal_start = TimeTicks::Now() + poll_interval;
535 TimeTicks optimal_start = TimeTicks::Now() + poll_interval;
556 TimeTicks optimal_start = TimeTicks::Now() + poll1 + poll2;
616 TimeTicks optimal_start = TimeTicks::Now() + poll + throttle1;
808 TimeTicks optimal_start = TimeTicks::Now() + poll + backoff;
    [all...]
  /external/chromium/chrome/browser/webdata/
logins_table_unittest.cc 28 base::Int64ToString(Time::Now().ToTimeT()) +
120 // Now the match works
210 Time now = Time::Now(); local
215 // Create one for now and +/- 1 day.
216 EXPECT_TRUE(AddTimestampedLogin(&db, "2", "foo2", now - one_day));
217 EXPECT_TRUE(AddTimestampedLogin(&db, "3", "foo3", now));
218 EXPECT_TRUE(AddTimestampedLogin(&db, "4", "foo4", now + one_day));
226 db.GetLoginsTable()->RemoveLoginsCreatedBetween(now, Time());
  /external/chromium/net/base/
file_stream_posix.cc 199 base::TimeTicks start = base::TimeTicks::Now();
204 base::TimeTicks::Now() - start);
247 // now visible.
file_stream_win.cc 79 base::TimeTicks start = base::TimeTicks::Now();
87 base::TimeTicks::Now() - start);
cookie_monster_unittest.cc 132 // Firefox closely, however we now match Internet Explorer and Safari.
916 Time now = Time::Now(); local
944 Time now = Time::Now(); local
    [all...]
host_resolver_impl.cc 387 start_time_ = base::TimeTicks::Now();
394 // Since we could be running within Resolve() right now, we can't just
547 base::TimeDelta duration = base::TimeTicks::Now() - start_time_;
681 // Should be run on |orgin_thread_|, but that may not be well defined now.
    [all...]
  /external/chromium/net/http/
http_transaction_unittest.cc 238 response_.request_time = base::Time::Now();
244 response_.response_time = base::Time::Now();
  /external/chromium/net/spdy/
spdy_http_stream.cc 194 base::Time request_time = base::Time::Now();
323 response_info_->response_time = base::Time::Now();
380 // We need to complete any pending buffered read now.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild03.js 79 verify if the DocumentElement is null. Now try the reverse and a NOT_FOUND_ERR should be
noderemovechild04.js 82 verify if the DocumentType node is null. Now try the reverse and a NOT_FOUND_ERR should be
  /gdk/build/core/
add-toolchain.mk 43 # Now record the toolchain-specific information
  /ndk/build/core/
add-toolchain.mk 43 # Now record the toolchain-specific information
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 393 base::TimeTicks start_time = base::TimeTicks::Now();
402 base::TimeTicks checkpoint = base::TimeTicks::Now();
404 base::TimeTicks checkpoint2 = base::TimeTicks::Now();
410 checkpoint2 = base::TimeTicks::Now();
416 checkpoint2 = base::TimeTicks::Now();
436 base::TimeTicks::Now() - start_time);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 147 // We should now have one page action ready to go in the LocationBar.
206 base::TimeTicks start_time = base::TimeTicks::Now();
221 << (base::TimeTicks::Now() - start_time).InMilliseconds()
231 << (base::TimeTicks::Now() - start_time).InMilliseconds()
240 << (base::TimeTicks::Now() - start_time).InMilliseconds()
246 << (base::TimeTicks::Now() - start_time).InMilliseconds()
253 << (base::TimeTicks::Now() - start_time).InMilliseconds()
270 // We should now have one page action ready to go in the LocationBar.
623 // Now the active tab in last active window should be the new tab.
725 // Now the plugin should be in the cache, but we have to reload the page fo
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 138 // For now, the only thing we can do through policy is to turn sync off.
425 last_synced_time_ = base::Time::Now();
540 auth_error_time_ = base::TimeTicks::Now();
545 base::TimeTicks::Now() - auth_start_time_);
690 base::TimeTicks::Now() - auth_error_time_);
791 base::TimeDelta last_synced = base::Time::Now() - last_synced_time_;
813 auth_start_time_ = base::TimeTicks::Now();
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 69 base::Time current_time(base::Time::Now());
261 // For now, we will only fetch the first dictionary, which will at least
443 // Now, loop over the response cookies, and attempt to persist each.
514 base::Time current_time(base::Time::Now());
538 base::Time current_time(base::Time::Now());
616 // OK to save the current response cookie now.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 213 uint32 PseudoTcp::Now() {
227 uint32 now = Now();
249 m_lastrecv = m_lastsend = m_lasttraffic = now;
291 void PseudoTcp::NotifyClock(uint32 now) {
296 if (m_rto_base && (talk_base::TimeDiff(m_rto_base + m_rx_rto, now) <= 0)) {
305 << ") (now: " << now
309 if (!transmit(m_slist.begin(), now)) {
322 m_rto_base = now;
485 uint32 now = Now(); local
608 uint32 now = Now(); local
965 uint32 now = Now(); local
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc 157 // Now verify long keys.
214 // Now test the public API.
243 // Now let's create a file with the cache.
437 int seed = static_cast<int>(Time::Now().ToInternalValue());
665 int seed = static_cast<int>(Time::Now().ToInternalValue());
758 // This may be not thread-safe in general, but for now it's OK so add some
839 Time initial = Time::Now();
851 Time final = Time::Now();
1025 int seed = static_cast<int>(Time::Now().ToInternalValue());
1087 Time initial = Time::Now();
    [all...]
  /external/chromium/base/
message_loop_unittest.cc 119 // Now kick things off
150 // Now kick things off with the SEH block active.
183 *run_time_ = Time::Now();
206 Time time_before_run = Time::Now();
208 Time time_after_run = Time::Now();
279 Time time_before_run = Time::Now();
281 Time time_after_run = Time::Now();
330 Time start_time = Time::Now();
336 TimeDelta total_time = Time::Now() - start_time;
394 Time start_time = Time::Now();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 714 start_time_(base::Time::Now()) {
812 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
845 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
889 // Take CaptchaView ownership now that it's removed from grab_container_.
899 authentication_start_time_ = base::Time::Now();
    [all...]

Completed in 1452 milliseconds

1 2 3 4 5 6 78 91011>>