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

1 2

  /external/chromium/base/
nullable_string16.h 16 explicit NullableString16(bool is_null) : is_null_(is_null) { }
17 NullableString16(const string16& string, bool is_null)
18 : string_(string), is_null_(is_null) {
22 bool is_null() const { return is_null_; } function in class:NullableString16
message_pump_default.cc 41 if (delayed_work_time_.is_null()) {
stats_counters.h 194 return Enabled() && !start_time_.is_null() && stop_time_.is_null();
message_pump_win.cc 66 if (delayed_work_time_.is_null())
219 if (more_work_is_plausible && delayed_work_time_.is_null())
318 if (!delayed_work_time_.is_null()) {
timer.h 247 if (trigger_time_.is_null())
stats_table_unittest.cc 319 EXPECT_TRUE(bar.start_time().is_null());
320 EXPECT_TRUE(bar.stop_time().is_null());
time.h 218 bool is_null() const { function in class:base::Time
424 bool is_null() const { function in class:base::TimeTicks
message_loop.cc 373 if (!pending_task.delayed_run_time.is_null()) {
429 if (!pending_task.delayed_run_time.is_null()) {
message_pump_glib.cc 25 if (from.is_null())
message_pump_libevent.cc 261 if (delayed_work_time_.is_null()) {
  /external/v8/src/
compiler.h 85 ASSERT(!closure_.is_null() &&
86 shared_info_.is_null() &&
87 script_.is_null());
97 ASSERT(closure_.is_null() &&
98 !shared_info_.is_null() &&
99 script_.is_null());
109 ASSERT(closure_.is_null() &&
110 shared_info_.is_null() &&
111 !script_.is_null());
120 if (!closure().is_null()) {
    [all...]
compiler.cc 97 bool is_run_once = (shared.is_null())
131 ASSERT(!i::Top::global_context().is_null());
184 if (code.is_null()) {
260 if (result.is_null()) {
274 if (!script_name.is_null()) {
280 script->set_data(script_data.is_null() ? Heap::undefined_value()
291 if (extension == NULL && !result.is_null()) {
301 if (result.is_null()) Top::ReportPendingMessages();
329 if (result.is_null()) {
339 if (!result.is_null() && validate != VALIDATE_JSON)
    [all...]
heap-profiler.cc 93 if (cluster.is_null()) return;
246 if (eq.is_null()) eq = cluster;
271 if (!coarser_->GetCoarseEquivalent(cluster).is_null()) return;
304 if (eq.is_null()) return;
352 ASSERT(!is_null());
373 if (!is_null()) {
456 if (!eq.is_null()) {
498 return !eq.is_null() && JSObjectsCluster::Compare(cluster, eq) != 0;
546 if (ref_cluster.is_null()) return;
558 if (cluster.is_null()) return
    [all...]
messages.cc 89 Handle<Object> stack_trace_val = stack_trace.is_null()
runtime.cc 278 if (value.is_null()) return value;
304 if (result.is_null()) return result;
330 if (result.is_null()) return result;
368 if (result.is_null()) return Failure::Exception();
390 if (object.is_null()) return Failure::Exception();
409 if (boilerplate.is_null()) return Failure::Exception();
428 if (boilerplate.is_null()) return Failure::Exception();
447 if (boilerplate.is_null()) return Failure::Exception();
466 if (boilerplate.is_null()) return Failure::Exception();
642 if (result.is_null()) return Failure::Exception()
    [all...]
heap-profiler.h 86 bool is_null() const { return constructor_ == NULL; } function in class:v8::internal::BASE_EMBEDDED
parser.cc     [all...]
debug.cc 697 if (boilerplate.is_null()) {
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-compiler.cc 136 if (fun.is_null()) return -1;
155 if (fun.is_null()) return -1;
176 if (fun.is_null()) return -1;
197 if (fun.is_null()) return -1;
220 if (fun.is_null()) return;
253 CHECK(!fun.is_null());
268 CHECK(!fun.is_null());
291 CHECK(!fun0.is_null());
  /external/webkit/WebKit/chromium/public/
WebString.h 133 if (s.is_null())
141 if (s.is_null())
  /external/chromium/net/socket_stream/
socket_stream_metrics.cc 37 if (!wait_start_time_.is_null())
  /external/chromium/net/flip/
flip_stream.cc 420 if (send_time_.is_null() || recv_first_byte_time_.is_null() ||
421 recv_last_byte_time_.is_null())
  /external/chromium/net/http/
http_transaction_unittest.h 230 if (!t->request_time.is_null())
236 if (!t->response_time.is_null())
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 183 if (end_time.is_null())

Completed in 554 milliseconds

1 2