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

1 2 3

  /external/chromium_org/cc/resources/
texture_mailbox_deleter_unittest.cc 27 EXPECT_TRUE(context_provider->HasOneRef());
32 EXPECT_FALSE(context_provider->HasOneRef());
38 EXPECT_TRUE(context_provider->HasOneRef());
  /external/chromium_org/base/
callback_internal.cc 31 DCHECK(!bind_state_.get() || bind_state_->HasOneRef());
cancelable_callback_unittest.cc 97 EXPECT_TRUE(ref_counted->HasOneRef());
102 EXPECT_FALSE(ref_counted->HasOneRef());
108 EXPECT_TRUE(ref_counted->HasOneRef());
  /external/chromium_org/base/memory/
ref_counted.cc 12 bool RefCountedThreadSafeBase::HasOneRef() const {
weak_ptr.cc 20 DCHECK(sequence_checker_.CalledOnValidSequencedThread() || HasOneRef())
ref_counted.h 24 bool HasOneRef() const { return ref_count_ == 1; }
84 bool HasOneRef() const;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_unittest.cc 38 EXPECT_TRUE(backing_store->HasOneRef());
49 EXPECT_FALSE(backing_store->HasOneRef()); // local and db
51 EXPECT_TRUE(backing_store->HasOneRef()); // local
57 EXPECT_TRUE(backing_store->HasOneRef()); // local
68 EXPECT_FALSE(backing_store->HasOneRef()); // local and db
82 EXPECT_FALSE(backing_store->HasOneRef()); // db, connection count > 0
96 EXPECT_FALSE(backing_store->HasOneRef()); // local and connection
101 EXPECT_FALSE(backing_store->HasOneRef()); // local and connection
106 EXPECT_TRUE(backing_store->HasOneRef());
115 EXPECT_TRUE(backing_store->HasOneRef());
    [all...]
indexed_db_factory_unittest.cc 114 EXPECT_FALSE(disk_store1->HasOneRef());
115 EXPECT_FALSE(disk_store2->HasOneRef());
116 EXPECT_TRUE(disk_store3->HasOneRef());
119 EXPECT_TRUE(disk_store1->HasOneRef());
167 EXPECT_FALSE(mem_store1->HasOneRef());
168 EXPECT_FALSE(mem_store2->HasOneRef());
169 EXPECT_FALSE(mem_store3->HasOneRef());
172 EXPECT_FALSE(mem_store1->HasOneRef()); // mem_store1 and 2
173 EXPECT_FALSE(mem_store2->HasOneRef()); // mem_store1 and 2
174 EXPECT_TRUE(mem_store3->HasOneRef());
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_registration_unittest.cc 70 DCHECK(version_1->HasOneRef());
73 DCHECK(!version_2->HasOneRef());
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 24 bool HasOneRef() { return ref_count_.Value() == 1; }
69 return !core_->HasOneRef();
  /external/chromium_org/net/base/
test_completion_callback.cc 64 if (!buffer_->HasOneRef())
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_external_data_service.cc 43 DCHECK(it->second->HasOneRef());
57 if (it->second->HasOneRef()) {
  /external/chromium_org/content/test/
ppapi_unittest.cc 107 DCHECK(instance_->HasOneRef());
109 DCHECK(module_->HasOneRef());
  /external/chromium_org/mojo/system/
platform_handle_dispatcher.cc 92 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
102 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
channel_unittest.cc 116 EXPECT_TRUE(channel()->HasOneRef());
187 EXPECT_TRUE(channel()->HasOneRef());
230 EXPECT_TRUE(channel()->HasOneRef());
281 EXPECT_TRUE(channel()->HasOneRef());
322 EXPECT_TRUE(channel()->HasOneRef());
raw_shared_buffer.cc 75 DCHECK(HasOneRef());
dispatcher.cc 369 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
380 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
420 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
432 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
shared_buffer_dispatcher.cc 229 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
239 DCHECK(HasOneRef()); // Only one ref => no need to take the lock.
248 shared_buffer_->HasOneRef() ?
  /external/chromium_org/ui/gfx/animation/
animation_container_unittest.cc 72 EXPECT_FALSE(container->HasOneRef());
77 EXPECT_TRUE(container->HasOneRef());
  /external/chromium_org/extensions/browser/
info_map_unittest.cc 89 EXPECT_TRUE(extension1->HasOneRef());
90 EXPECT_TRUE(extension2->HasOneRef());
91 EXPECT_TRUE(extension3->HasOneRef());
101 EXPECT_TRUE(weak_extension1->HasOneRef());
106 EXPECT_TRUE(extension2->HasOneRef());
110 EXPECT_TRUE(extension3->HasOneRef());
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 148 EXPECT_FALSE(session_namespace->HasOneRef());
154 EXPECT_FALSE(session_namespace->HasOneRef());
161 EXPECT_TRUE(session_namespace->HasOneRef());
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection_unittest.cc 72 EXPECT_TRUE(resource_collection_->HasOneRef());
78 EXPECT_TRUE(resource_collection_->HasOneRef());
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 99 DCHECK(!operation->HasOneRef());
  /external/chromium_org/content/browser/appcache/
appcache_storage_unittest.cc 97 EXPECT_TRUE(delegate_reference1->HasOneRef());
110 EXPECT_TRUE(delegate_reference1->HasOneRef());
117 EXPECT_TRUE(delegate_reference2->HasOneRef());
  /external/chromium_org/cc/trees/
blocking_task_runner.cc 39 } else if (task_runners->runners[i]->HasOneRef()) {

Completed in 2025 milliseconds

1 2 3