Searched defs:isDeleted (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.h59 bool isDeleted() { return m_deleted; } function in class:blink::WebGLObject
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java86 public boolean isDeleted(int instructionOffset) method in class:VariableEditor
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBIndex.cpp76 if (isDeleted()) {
115 if (isDeleted()) {
145 if (isDeleted()) {
189 if (isDeleted()) {
224 bool IDBIndex::isDeleted() const function in class:blink::IDBIndex
226 return m_deleted || m_objectStore->isDeleted();
H A DIDBObjectStore.h98 bool isDeleted() const { return m_deleted; } function in class:blink::IDBObjectStore
H A DIDBCursor.cpp105 if (isDeleted()) {
137 if (isDeleted()) {
197 if (isDeleted()) {
253 if (isDeleted()) {
349 bool IDBCursor::isDeleted() const function in class:blink::IDBCursor
352 return m_source->idbObjectStore()->isDeleted();
353 return m_source->idbIndex()->isDeleted();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSetTest.cpp168 DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; } argument
187 bool isDeleted = false; local
188 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
203 EXPECT_FALSE(isDeleted);
206 EXPECT_TRUE(isDeleted);
H A DHashMapTest.cpp142 DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; } argument
172 bool isDeleted = false; local
174 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
191 EXPECT_FALSE(isDeleted);
195 EXPECT_TRUE(isDeleted);
202 bool isDeleted = false; local
207 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
216 EXPECT_FALSE(isDeleted);
220 EXPECT_TRUE(isDeleted);
[all...]
H A DListHashSetTest.cpp249 DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; } argument
268 bool isDeleted = false; local
270 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
287 EXPECT_FALSE(isDeleted);
291 EXPECT_TRUE(isDeleted);
460 bool isDeleted = false; local
463 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
482 EXPECT_FALSE(isDeleted);
484 EXPECT_TRUE(isDeleted);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp5201 inline bool isDeleted() const { return m_value == reinterpret_cast<IntWrapper*>(-1); } function in class:blink::AllocatesOnAssignment
5231 static bool equal(const AllocatesOnAssignment& a, const AllocatesOnAssignment& b) { return !a.isDeleted() && a == b; }
5242 static bool isDeletedValue(const T& value) { return value.isDeleted(); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 939 milliseconds