isDeleted          94 Source/core/html/canvas/OESVertexArrayObject.cpp     if (arrayObject && (arrayObject->isDeleted() || !arrayObject->validate(0, context()))) {
isDeleted          58 Source/core/html/canvas/WebGLObject.h     bool isDeleted() { return m_deleted; }
isDeleted        2450 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(program->isDeleted());
isDeleted        2524 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return WebGLGetInfo(shader->isDeleted());
isDeleted         112 Source/modules/indexeddb/IDBCursor.cpp     if (isDeleted()) {
isDeleted         154 Source/modules/indexeddb/IDBCursor.cpp     if (isDeleted()) {
isDeleted         216 Source/modules/indexeddb/IDBCursor.cpp     if (isDeleted()) {
isDeleted         272 Source/modules/indexeddb/IDBCursor.cpp     if (isDeleted()) {
isDeleted         380 Source/modules/indexeddb/IDBCursor.cpp         return m_source->idbObjectStore()->isDeleted();
isDeleted         381 Source/modules/indexeddb/IDBCursor.cpp     return m_source->idbIndex()->isDeleted();
isDeleted         102 Source/modules/indexeddb/IDBCursor.h     bool isDeleted() const;
isDeleted          72 Source/modules/indexeddb/IDBIndex.cpp     if (isDeleted()) {
isDeleted         106 Source/modules/indexeddb/IDBIndex.cpp     if (isDeleted()) {
isDeleted         131 Source/modules/indexeddb/IDBIndex.cpp     if (isDeleted()) {
isDeleted         171 Source/modules/indexeddb/IDBIndex.cpp     if (isDeleted()) {
isDeleted         204 Source/modules/indexeddb/IDBIndex.cpp     return m_deleted || m_objectStore->isDeleted();
isDeleted          67 Source/modules/indexeddb/IDBIndex.h     bool isDeleted() const;
isDeleted          83 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         154 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         240 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         273 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         383 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         441 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         482 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         514 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         550 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted         581 Source/modules/indexeddb/IDBObjectStore.cpp     if (isDeleted()) {
isDeleted          90 Source/modules/indexeddb/IDBObjectStore.h     bool isDeleted() const { return m_deleted; }
isDeleted         142 Source/wtf/HashMapTest.cpp     DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; }
isDeleted         161 Source/wtf/HashMapTest.cpp     bool isDeleted;
isDeleted         162 Source/wtf/HashMapTest.cpp     RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
isDeleted         179 Source/wtf/HashMapTest.cpp     ASSERT_FALSE(isDeleted);
isDeleted         183 Source/wtf/HashMapTest.cpp     ASSERT_TRUE(isDeleted);
isDeleted         179 Source/wtf/ListHashSetTest.cpp     DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; }
isDeleted         197 Source/wtf/ListHashSetTest.cpp     bool isDeleted;
isDeleted         198 Source/wtf/ListHashSetTest.cpp     RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
isDeleted         213 Source/wtf/ListHashSetTest.cpp     ASSERT_FALSE(isDeleted);
isDeleted         216 Source/wtf/ListHashSetTest.cpp     ASSERT_TRUE(isDeleted);