HomeSort by relevance Sort by last modified time
    Searched refs:is_null (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/chromium/chrome/browser/history/
history_types.cc 397 threshold.is_null() ? AutocompleteAgeThreshold() : threshold;
history_backend.cc 738 DCHECK(!i->last_visit().is_null());
    [all...]
expire_history_backend.cc 138 // The time range affected. These can be is_null() to be unbounded in one
262 // An is_null begin time means that all history should be deleted.
502 if (!is_bookmarked && url_row.last_visit().is_null()) {
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 184 // into a Time object, Time::is_null() will return true.
269 !expires.is_null())); // has_expires
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 149 DCHECK(load_start_time_.is_null());
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 561 EXPECT_TRUE(last_update().is_null());
safe_browsing_service.cc 392 DCHECK(!check->start.is_null());
788 DCHECK(!check.start.is_null());
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 305 if (time.is_null())
  /external/v8/src/
compilation-cache.cc 151 if (name.is_null()) {
api.cc     [all...]
ast.h     [all...]
debug.h 230 bool IsLoaded() { return !debug_context_.is_null(); }
    [all...]
hydrogen.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 809 if (authentication_start_time_.is_null()) {
841 if (authentication_start_time_.is_null()) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 192 if (!last_ping_day.is_null()) {
202 if (last_active_ping_day.is_null())
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 755 (delete_end.is_null() || forms[i]->date_created < delete_end)) {
796 (get_end.is_null() || all_forms[i]->date_created < get_end)) {
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc     [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 187 response->setWasCached(!info.load_timing.base_time.is_null() &&
202 if (!timing_info.base_time.is_null()) {
  /external/chromium/base/
message_loop_unittest.cc 345 EXPECT_TRUE(run_time1.is_null());
346 EXPECT_FALSE(run_time2.is_null());
409 EXPECT_TRUE(run_time.is_null());
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 326 if (!websocket_idle_start_time_.is_null() &&
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 439 DCHECK(!url.last_visit().is_null());
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 184 if (!ssl_connect_start_time_.is_null())
ssl_client_socket_nss.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 764 ASSERT(!code_object_.is_null());
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 90 CHECK(result.error.is_null());
104 CHECK(result.error.is_null());
122 CHECK(result.error.is_null());
393 CHECK(!result.error.is_null());
    [all...]

Completed in 2056 milliseconds

1 2 34 5 6