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;
tombstone_entity.cc 42 bool TombstoneEntity::IsDeleted() const {
fake_server_entity.h 42 virtual bool IsDeleted() const = 0;
permanent_entity.h 42 virtual bool IsDeleted() const OVERRIDE;
unique_client_entity.h 32 virtual bool IsDeleted() const OVERRIDE;
bookmark_entity.h 54 virtual bool IsDeleted() const OVERRIDE;
fake_server_entity.cc 107 sync_entity->set_deleted(IsDeleted());
unique_client_entity.cc 83 bool UniqueClientEntity::IsDeleted() const {
bookmark_entity.cc 128 bool BookmarkEntity::IsDeleted() const {
permanent_entity.cc 111 bool PermanentEntity::IsDeleted() const {
fake_server.cc 85 } else if (entity->IsDeleted()) {
369 if (entity->IsDeleted()) {
466 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 40 bool IsDeleted() const {
45 return target() && !IsDeleted();
vertex_attrib_manager.h 231 bool IsDeleted() const {
236 return !IsDeleted();
shader_manager.h 81 bool IsDeleted() const {
shader_manager.cc 145 if (!shader->IsDeleted()) {
196 if (shader->IsDeleted() && !shader->InUse()) {
query_manager_unittest.cc 172 EXPECT_TRUE(query->IsDeleted());
192 EXPECT_TRUE(query->IsDeleted());
207 EXPECT_FALSE(query->IsDeleted());
shader_manager_unittest.cc 238 EXPECT_FALSE(shader1->IsDeleted());
244 EXPECT_TRUE(shader1->IsDeleted());
program_manager.h 160 bool IsDeleted() const {
  /external/chromium_org/v8/src/
lookup-inl.h 55 if (property_details_.IsDeleted()) return NOT_FOUND;
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 173 DCHECK(!IsDeleted());
177 bool LevelDBTransaction::DataIterator::IsDeleted() const {
391 if (data_iterator_->IsValid() && data_iterator_->IsDeleted()) {
leveldb_transaction.h 83 bool IsDeleted() const;

Completed in 379 milliseconds

1 2