Searched refs:IsDeleted (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/sync/test/fake_server/
H A Dtombstone_entity.cc42 bool TombstoneEntity::IsDeleted() const { function in class:fake_server::TombstoneEntity
H A Dtombstone_entity.h28 virtual bool IsDeleted() const OVERRIDE;
H A Dunique_client_entity.h32 virtual bool IsDeleted() const OVERRIDE;
H A Dbookmark_entity.h54 virtual bool IsDeleted() const OVERRIDE;
H A Dfake_server_entity.cc107 sync_entity->set_deleted(IsDeleted());
H A Dfake_server_entity.h42 virtual bool IsDeleted() const = 0;
H A Dpermanent_entity.h42 virtual bool IsDeleted() const OVERRIDE;
H A Dunique_client_entity.cc83 bool UniqueClientEntity::IsDeleted() const { function in class:fake_server::UniqueClientEntity
H A Dbookmark_entity.cc128 bool BookmarkEntity::IsDeleted() const { function in class:fake_server::BookmarkEntity
H A Dpermanent_entity.cc111 bool PermanentEntity::IsDeleted() const { function in class:fake_server::PermanentEntity
H A Dfake_server.cc85 } else if (entity->IsDeleted()) {
369 if (entity->IsDeleted()) {
466 if (entity->IsDeleted() || entity->IsFolder()) {
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager.h58 bool IsDeleted() const { function in class:gpu::gles2::Renderbuffer
67 return has_been_bound_ && !IsDeleted();
H A Dquery_manager.cc125 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());
H A Dquery_manager.h40 bool IsDeleted() const { function in class:gpu::gles2::QueryManager::Query
45 return target() && !IsDeleted();
H A Dvertex_attrib_manager.h231 bool IsDeleted() const { function in class:gpu::gles2::VertexAttribManager
236 return !IsDeleted();
H A Dbuffer_manager.h58 bool IsDeleted() const { function in class:gpu::gles2::Buffer
63 return target() && !IsDeleted();
H A Dframebuffer_manager.h95 bool IsDeleted() const { function in class:gpu::gles2::Framebuffer
104 return has_been_bound_ && !IsDeleted();
H A Dshader_manager.cc145 if (!shader->IsDeleted()) {
196 if (shader->IsDeleted() && !shader->InUse()) {
H A Dshader_manager.h81 bool IsDeleted() const { function in class:gpu::gles2::Shader
H A Dquery_manager_unittest.cc172 EXPECT_TRUE(query->IsDeleted());
192 EXPECT_TRUE(query->IsDeleted());
207 EXPECT_FALSE(query->IsDeleted());
H A Dshader_manager_unittest.cc238 EXPECT_FALSE(shader1->IsDeleted());
244 EXPECT_TRUE(shader1->IsDeleted());
H A Dvertex_attrib_manager.cc74 if (!buffer_.get() || buffer_->IsDeleted()) {
/external/chromium_org/v8/src/
H A Dlookup-inl.h55 if (property_details_.IsDeleted()) return NOT_FOUND;
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc173 DCHECK(!IsDeleted());
177 bool LevelDBTransaction::DataIterator::IsDeleted() const { function in class:content::LevelDBTransaction::DataIterator
391 if (data_iterator_->IsValid() && data_iterator_->IsDeleted()) {
H A Dleveldb_transaction.h83 bool IsDeleted() const;

Completed in 395 milliseconds

12