HomeSort by relevance Sort by last modified time
    Searched refs:ToTimeT (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium/base/
pr_time_unittest.cc 141 time_t computed_time = parsed_time.ToTimeT();
154 time_t computed_time = parsed_time.ToTimeT();
166 EXPECT_EQ(0, parsed_time.ToTimeT());
169 EXPECT_EQ(0, parsed_time.ToTimeT());
178 EXPECT_EQ(1, parsed_time.ToTimeT());
181 EXPECT_EQ(1, parsed_time.ToTimeT());
190 EXPECT_EQ(2, parsed_time.ToTimeT());
193 EXPECT_EQ(2, parsed_time.ToTimeT());
202 EXPECT_EQ(-1, parsed_time.ToTimeT());
205 EXPECT_EQ(-1, parsed_time.ToTimeT());
    [all...]
time_unittest.cc 44 time_t now_t_2 = our_time_2.ToTimeT();
47 EXPECT_EQ(10, Time().FromTimeT(10).ToTimeT());
51 EXPECT_EQ(0, Time().ToTimeT());
70 EXPECT_EQ(0, zero_time.ToTimeT());
time.cc 61 time_t Time::ToTimeT() const {
time.h 252 time_t ToTimeT() const;
314 // TODO(iyengar) Move the FromString/FromTimeT/ToTimeT/FromFileTime to
  /external/chromium/chrome/browser/webdata/
logins_table.cc 135 s.BindInt64(10, form.date_created.ToTimeT());
219 s1.BindInt64(0, delete_begin.ToTimeT());
223 delete_end.ToTimeT());
233 s2.BindInt64(0, delete_begin.ToTimeT());
237 delete_end.ToTimeT());
logins_table_win.cc 26 s.BindInt64(2, info.date_created.ToTimeT());
keyword_table_unittest.cc 26 base::Int64ToString(Time::Now().ToTimeT()) +
104 EXPECT_EQ(created_time.ToTimeT(), restored_url->date_created().ToTimeT());
autofill_table_unittest.cc 101 base::Int64ToString(Time::Now().ToTimeT()) +
572 MakeAutofillEntry("Name", "Superman", t.ToTimeT(), -1));
687 EXPECT_GE(s_home.ColumnInt64(0), pre_creation_time.ToTimeT());
688 EXPECT_LE(s_home.ColumnInt64(0), post_creation_time.ToTimeT());
712 EXPECT_GE(s_billing.ColumnInt64(0), pre_creation_time.ToTimeT());
713 EXPECT_LE(s_billing.ColumnInt64(0), post_creation_time.ToTimeT());
732 pre_modification_time.ToTimeT());
734 post_modification_time.ToTimeT());
765 pre_modification_time_2.ToTimeT());
767 post_modification_time_2.ToTimeT());
    [all...]
token_service_table_unittest.cc 24 base::Int64ToString(Time::Now().ToTimeT()) +
web_apps_table_unittest.cc 26 base::Int64ToString(Time::Now().ToTimeT()) +
autofill_table.cc 81 s->BindInt64(9, Time::Now().ToTimeT());
118 s->BindInt64(5, Time::Now().ToTimeT());
475 s.BindInt64(0, delete_begin.ToTimeT());
479 delete_end.ToTimeT());
524 s.BindInt64(1, delete_begin.is_null() ? 0 : delete_begin.ToTimeT());
526 delete_end.ToTimeT());
650 s.BindInt64(1, date_created.ToTimeT());
    [all...]
keyword_table.cc 45 s->BindInt64(6, url.date_created().ToTimeT());
  /external/chromium/chrome/browser/history/
download_database.cc 158 statement.BindInt64(2, info.start_time.ToTimeT());
188 time_t start_time = delete_begin.ToTimeT();
189 time_t end_time = delete_end.ToTimeT();
starred_url_database_unittest.cc 37 EXPECT_EQ(entry.date_added.ToTimeT(), db_value.date_added.ToTimeT());
thumbnail_database.cc 280 statement.BindInt64(4, score.time_at_snapshot.ToTimeT());
375 statement.BindInt64(1, time.ToTimeT());
384 statement.BindInt64(0, time.ToTimeT());
397 statement.BindInt64(0, time.ToTimeT());
thumbnail_database_unittest.cc 132 EXPECT_EQ(time.ToTimeT(), time_out.ToTimeT());
  /external/chromium/chrome/common/
thumbnail_score.cc 66 // When testing equality we use ToTimeT() because that's the value
72 time_at_snapshot.ToTimeT() == rhs.time_at_snapshot.ToTimeT() &&
metrics_helpers.cc 310 return base::Uint64ToString(Time::Now().ToTimeT());
377 integral_build_time = static_cast<int64>(time.ToTimeT());
  /external/chromium/chrome/browser/password_manager/
login_database.cc 186 s.BindInt64(COLUMN_DATE_CREATED, form.date_created.ToTimeT());
273 s.BindInt64(0, delete_begin.ToTimeT());
275 : delete_end.ToTimeT());
350 s.BindInt64(0, begin.ToTimeT());
352 : end.ToTimeT());
  /external/chromium/net/base/
upload_data_stream.cc 97 element.expected_file_modification_time().ToTimeT() !=
98 info.last_modified.ToTimeT()) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 110 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
144 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
283 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
safe_browsing_store.h 75 received(static_cast<int32>(r.ToTimeT())),
safe_browsing_store_unittest.cc 266 EXPECT_GT(static_cast<int32>(future.ToTimeT()), 0)
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 224 base::Time::FromInternalValue(internal_value).ToTimeT()));
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 58 cached_policy.set_timestamp(base::Time::NowFromSystemTime().ToTimeT());

Completed in 295 milliseconds

1 2