Searched defs:is_null (Results 26 - 39 of 39) sorted by relevance

12

/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h235 DCHECK(!is_null() || handle == kNullPluginWindow);
239 bool is_null() const { return transport_type == EMPTY; } function in struct:gfx::GLSurfaceHandle
/external/chromium_org/chrome/browser/net/
H A Dload_timing_browsertest.cc71 bool is_null() const { return is_null_; } function in class:__anon4336::RelativeTime
83 // Must be 0 when |is_null| is true.
135 if (!load_timing_deltas_.receive_headers_end.is_null()) {
153 if (!load_timing_deltas_.receive_headers_end.is_null()) {
163 if (load_timing_deltas_.connect_start.is_null() &&
164 !load_timing_deltas_.receive_headers_end.is_null()) {
187 if (!load_timing_deltas_.ssl_start.is_null()) {
386 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
415 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
501 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
[all...]
H A Dpref_proxy_config_tracker_impl_unittest.cc299 is_null = other.is_null;
316 bool is_null; member in struct:__anon4344::CommandLineTestParams
359 if (GetParam().is_null) {
375 true, // is_null
387 false, // is_null
400 false, // is_null
412 false, // is_null
426 false, // is_null
444 false, // is_null
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h151 DCHECK(is_null());
156 bool is_null() const { return cb_.is_null(); } function in class:content::ContentDecryptorDelegate::TrackableCallback
160 DCHECK(cb_.is_null());
/external/chromium_org/mojo/public/cpp/bindings/
H A Darray.h69 bool is_null() const { return is_null_; } function in class:mojo::Array
138 if (!input.is_null()) {
/external/chromium_org/net/base/
H A Dpriority_queue.h78 bool is_null() const { return priority_ == kNullPriority; } function in class:net::PriorityQueue::Pointer
250 DCHECK(!pointer.is_null());
/external/chromium_org/v8/src/
H A Dhandles.h66 bool is_null() const { return location_ == NULL; } function in class:v8::internal::MaybeHandle
124 bool is_null() const { return location_ == NULL; } function in class:v8::internal::Handle
/external/lldb/examples/synthetic/
H A Dlibcxx.py166 is_null = property(_isnull_impl,None) variable in class:stdlist_entry
173 if node.is_null:
188 if node != None and node.sbvalue.IsValid() and not(node.is_null):
369 is_null = property(_null_impl,None) variable in class:stdmap_iterator_node
378 if x.is_null:
380 while (not x.left.is_null):
390 if x.is_null:
392 while (not x.right.is_null):
398 if x.is_null:
404 if node.is_null
[all...]
/external/chromium_org/base/time/
H A Dtime.h265 bool is_null() const { function in class:base::Time
631 bool is_null() const { function in class:base::TimeTicks
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc212 bool is_null() const { return !start; } function in struct:base::internal::AshmemRegion::FreeChunk
243 if (reused_chunk.is_null())
311 if (!free_chunk.is_null()) {
326 if (!next_free_chunk.is_null()) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh637 inline bool is_null (void) const { return 0 == *this; } function in struct:OT::Offset
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh637 inline bool is_null (void) const { return 0 == *this; } function in struct:OT::Offset
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py209 if self.is_null():
256 def is_null(self): member in class:PyObjectPtr
632 if pyop_m_self.is_null():
682 if not pyop_value.is_null():
891 if not pyop_value.is_null():
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli755 (** [is_null v] returns [true] if the value [v] is the null (zero) value.
757 val is_null : llvalue -> bool var

Completed in 5558 milliseconds

12