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

1 2 3 4 5 6

  /external/chromium/base/
nullable_string16.h 17 explicit NullableString16(bool is_null) : is_null_(is_null) { }
18 NullableString16(const string16& string, bool is_null)
19 : string_(string), is_null_(is_null) {
23 bool is_null() const { return is_null_; } function in class:NullableString16
callback_unittest.cc 86 EXPECT_TRUE(c0.is_null());
87 EXPECT_TRUE(c1.is_null());
88 EXPECT_TRUE(c2.is_null());
89 EXPECT_TRUE(c3.is_null());
90 EXPECT_TRUE(c4.is_null());
91 EXPECT_TRUE(c5.is_null());
92 EXPECT_TRUE(c6.is_null());
96 EXPECT_TRUE(null_callback_.is_null());
97 EXPECT_FALSE(callback_a_.is_null());
98 EXPECT_FALSE(callback_b_.is_null());
    [all...]
callback_internal.cc 10 bool CallbackBase::is_null() const { function in class:base::internal::CallbackBase
message_pump_default.cc 41 if (delayed_work_time_.is_null()) {
callback_internal.h 60 bool is_null() const;
message_pump_win.cc 65 if (delayed_work_time_.is_null())
213 if (more_work_is_plausible && delayed_work_time_.is_null())
312 if (!delayed_work_time_.is_null()) {
message_loop.cc 430 if (!pending_task.delayed_run_time.is_null()) {
484 if (high_resolution_timer_expiration_.is_null()) {
504 if (!high_resolution_timer_expiration_.is_null()) {
572 if (!pending_task.delayed_run_time.is_null()) {
timer.h 249 if (trigger_time_.is_null())
  /external/chromium/net/socket_stream/
socket_stream_metrics.cc 37 if (!wait_start_time_.is_null())
73 if (!connect_establish_time_.is_null()) {
  /external/chromium/chrome/browser/prerender/
prerender_observer.cc 49 if (!pplt_load_start_.is_null()) {
  /external/chromium/base/metrics/
stats_counters.cc 96 return Enabled() && !start_time_.is_null() && stop_time_.is_null();
  /external/chromium/base/files/
file_path_watcher_win.cc 142 if (file_exists && (last_modified_.is_null() ||
147 } else if (file_exists && !first_notification_.is_null()) {
168 } else if (!file_exists && !last_modified_.is_null()) {
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.cc 35 if (!t.is_null())
41 if (!node->date_added().is_null()) {
  /external/chromium/chrome/browser/net/
load_timing_observer.cc 183 if (!it->second.connect_start.is_null()) {
187 if (!it->second.connect_end.is_null())
189 if (!it->second.dns_start.is_null())
191 if (!it->second.dns_end.is_null())
193 if (!it->second.ssl_start.is_null())
195 if (!it->second.ssl_end.is_null())
263 !last_connect_job_record_.dns_start.is_null()) {
279 !socket_it->second.ssl_start.is_null()) {
pref_proxy_config_service_unittest.cc 273 is_null = other.is_null;
290 bool is_null; member in struct:__anon4239::CommandLineTestParams
331 if (GetParam().is_null) {
347 true, // is_null
359 false, // is_null
372 false, // is_null
384 false, // is_null
398 false, // is_null
416 false, // is_null
    [all...]
  /external/v8/src/
compiler.cc 105 closure_.is_null() &&
122 (shared_info().is_null() || !shared_info()->optimization_disabled());
308 if (!optimized_code.is_null()) {
348 if (!info->shared_info().is_null()) {
362 ASSERT(!isolate->global_context().is_null());
417 ASSERT(!info->code().is_null());
498 if (result.is_null()) {
513 if (!script_name.is_null()) {
519 script->set_data(script_data.is_null() ? HEAP->undefined_value()
531 if (extension == NULL && !result.is_null()) {
    [all...]
messages.cc 82 Handle<Object> stack_trace_handle = stack_trace.is_null()
86 Handle<Object> stack_frames_handle = stack_frames.is_null()
compiler.h 141 return !closure().is_null() && (closure()->context()->global() != NULL);
191 ASSERT(!script_.is_null());
195 if (!shared_info_.is_null()) {
json-parser.h 183 if (result.is_null() || c0_ != kEndOfString) {
299 if (key.is_null() || c0_ != ':') return ReportUnexpectedCharacter();
302 if (value.is_null()) return ReportUnexpectedCharacter();
333 if (element.is_null()) return ReportUnexpectedCharacter();
  /external/v8/test/cctest/
test-compiler.cc 138 if (fun.is_null()) return -1;
157 if (fun.is_null()) return -1;
178 if (fun.is_null()) return -1;
199 if (fun.is_null()) return -1;
222 if (fun.is_null()) return;
255 CHECK(!fun.is_null());
270 CHECK(!fun.is_null());
293 CHECK(!fun0.is_null());
  /external/webkit/Source/WebKit/chromium/public/
WebString.h 130 if (s.is_null())
138 if (s.is_null())
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 253 !cache_->last_policy_refresh_time().is_null()) {
307 if (last_refresh.is_null())
368 if (!refresh_at.is_null()) {
file_based_policy_loader.cc 128 if (last_modification.is_null())
  /external/chromium/net/proxy/
polling_proxy_config_service.cc 70 if (last_poll_time_.is_null() ||
  /external/chromium/chrome/browser/history/
text_database.cc 320 int64 effective_begin_time = options.begin_time.is_null() ?
322 int64 effective_end_time = options.end_time.is_null() ?

Completed in 875 milliseconds

1 2 3 4 5 6