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

1 2

  /external/chromium_org/sync/test/fake_server/
tombstone_entity.h 28 virtual bool IsDeleted() const OVERRIDE;
fake_server_entity.h 39 virtual bool IsDeleted() const = 0;
permanent_entity.h 42 virtual bool IsDeleted() const OVERRIDE;
tombstone_entity.cc 45 bool TombstoneEntity::IsDeleted() const {
unique_client_entity.h 34 virtual bool IsDeleted() const OVERRIDE;
bookmark_entity.h 54 virtual bool IsDeleted() const OVERRIDE;
fake_server_entity.cc 96 sync_entity->set_deleted(IsDeleted());
unique_client_entity.cc 97 bool UniqueClientEntity::IsDeleted() const {
bookmark_entity.cc 132 bool BookmarkEntity::IsDeleted() const {
permanent_entity.cc 114 bool PermanentEntity::IsDeleted() const {
fake_server.cc 85 } else if (entity->IsDeleted()) {
375 if (entity->IsDeleted()) {
472 if (entity->IsDeleted() || entity->IsFolder()) {
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.h 58 bool IsDeleted() const {
67 return has_been_bound_ && !IsDeleted();
query_manager.cc 125 if (!IsDeleted()) {
187 if (have_context && !IsDeleted()) {
235 if (!IsDeleted()) {
278 if (!IsDeleted()) {
340 if (!IsDeleted()) {
385 if (!IsDeleted()) {
434 if (have_context && !IsDeleted()) {
681 DCHECK(!query->IsDeleted());
694 DCHECK(!query->IsDeleted());
buffer_manager.h 58 bool IsDeleted() const {
63 return target() && !IsDeleted();
framebuffer_manager.h 95 bool IsDeleted() const {
104 return has_been_bound_ && !IsDeleted();
query_manager.h 41 bool IsDeleted() const {
46 return target() && !IsDeleted();
vertex_attrib_manager.h 232 bool IsDeleted() const {
237 return !IsDeleted();
shader_manager.h 81 bool IsDeleted() const {
shader_manager.cc 103 if (!shader->IsDeleted()) {
154 if (shader->IsDeleted() && !shader->InUse()) {
shader_manager_unittest.cc 226 EXPECT_FALSE(shader1->IsDeleted());
232 EXPECT_TRUE(shader1->IsDeleted());
query_manager_unittest.cc 172 EXPECT_TRUE(query->IsDeleted());
192 EXPECT_TRUE(query->IsDeleted());
207 EXPECT_FALSE(query->IsDeleted());
vertex_attrib_manager.cc 74 if (!buffer_.get() || buffer_->IsDeleted()) {
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 168 DCHECK(!IsDeleted());
172 bool LevelDBTransaction::DataIterator::IsDeleted() const {
386 if (data_iterator_->IsValid() && data_iterator_->IsDeleted()) {
leveldb_transaction.h 84 bool IsDeleted() const;
  /external/chromium_org/v8/src/
lookup.cc 130 (property_details_.IsDeleted() ||

Completed in 174 milliseconds

1 2