Searched defs:is_null (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/base/
H A Dnullable_string16.h17 explicit NullableString16(bool is_null) : is_null_(is_null) { } argument
18 NullableString16(const string16& string, bool is_null) argument
19 : string_(string), is_null_(is_null) {
23 bool is_null() const { return is_null_; } function in class:NullableString16
H A Dcallback_internal.cc10 bool CallbackBase::is_null() const { function in class:base::internal::CallbackBase
/external/chromium_org/base/
H A Dcallback_internal.cc12 bool CallbackBase::is_null() const { function in class:base::internal::CallbackBase
/external/chromium_org/ppapi/shared_impl/
H A Dhost_resource.h42 bool is_null() const { function in class:ppapi::HostResource
H A Darray_writer.h28 ArrayWriter(); // Creates an is_null() object
33 bool is_null() const { return !is_valid(); } function in class:ppapi::ArrayWriter
39 // Sets the array output back to its is_null() state.
46 // In either case, the object will become is_null() immediately after the
87 // is_null() immediately after the call since one output function should only
104 // is_null() immediately after the call since one output function should only
/external/chromium_org/base/strings/
H A Dnullable_string16.h21 NullableString16(const string16& string, bool is_null) argument
22 : string_(string), is_null_(is_null) {
26 bool is_null() const { return is_null_; } function in class:base::NullableString16
34 return a.is_null() == b.is_null() && a.string() == b.string();
/external/chromium_org/content/public/common/
H A Ddesktop_media_id.h47 bool is_null() { return type == TYPE_NONE; } function in struct:content::DesktopMediaID
/external/chromium_org/ppapi/cpp/
H A Dresource.h43 bool is_null() const { return !pp_resource_; } function in class:pp::Resource
H A Ddirectory_entry.h26 /// Default constructor for creating an is_null() <code>DirectoryEntry</code>
62 bool is_null() const { return !data_.file_ref; } function in class:pp::DirectoryEntry
H A Dvar.h111 bool is_null() const { return var_.type == PP_VARTYPE_NULL; } function in class:pp::Var
/external/chromium_org/tools/gn/
H A Dsource_dir.h41 bool is_null() const { return value_.empty(); } function in class:SourceDir
H A Dsource_file.h28 bool is_null() const { return value_.empty(); } function in class:SourceFile
H A Dlabel.h32 // is_null() label and sets the error.
38 bool is_null() const { return dir_.is_null(); } function in class:Label
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_rep.h31 bool is_null() const { return bitmap_.isNull(); } function in class:gfx::ImageSkiaRep
/external/chromium_org/base/profiler/
H A Dtracked_time.cc74 bool TrackedTime::is_null() const { return ms_ == 0; } function in class:tracked_objects::TrackedTime
/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.h34 bool is_null() const { return type == EMPTY_BUFFER; } function in struct:gfx::GpuMemoryBufferHandle
/external/chromium_org/base/android/
H A Dscoped_java_ref.h28 bool is_null() const { return obj_ == NULL; } function in class:base::android::JavaRef
/external/chromium_org/base/threading/
H A Dplatform_thread.h60 bool is_null() { function in class:base::PlatformThreadHandle
/external/v8/src/
H A Dhandles.h87 bool is_null() const { return location_ == NULL; } function in class:v8::internal::Handle
/external/chromium_org/content/common/
H A Dpage_state_serialization.h36 bool is_null; member in struct:content::ExplodedHttpBody
/external/chromium_org/net/base/
H A Dpriority_queue.h71 bool is_null() const { return priority_ == kNullPriority; } function in class:net::PriorityQueue::Pointer
/external/chromium_org/v8/src/
H A Dhandles.h82 bool is_null() const { return location_ == NULL; } function in class:v8::internal::Handle
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service_unittest.cc273 is_null = other.is_null;
290 bool is_null; member in struct:__anon2296::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/chromium_org/cc/resources/
H A Draster_worker_pool.h117 bool is_null() const { return !internal_.get(); } function in class:cc::RasterWorkerPool::Task
157 bool is_null() const { return !internal_.get(); } function in class:cc::RasterWorkerPool::RasterTask
/external/chromium_org/chrome/browser/net/
H A Dload_timing_browsertest.cc70 bool is_null() const { return is_null_; } function in class:__anon5373::RelativeTime
82 // Must be 0 when |is_null| is true.
131 if (!load_timing_deltas_.receive_headers_end.is_null()) {
149 if (!load_timing_deltas_.receive_headers_end.is_null()) {
159 if (load_timing_deltas_.connect_start.is_null() &&
160 !load_timing_deltas_.receive_headers_end.is_null()) {
183 if (!load_timing_deltas_.ssl_start.is_null()) {
383 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
412 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
498 EXPECT_TRUE(navigation_deltas.ssl_start.is_null());
[all...]

Completed in 9123 milliseconds

12