Home
last modified time | relevance | path

Searched refs:m_resultDirty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBRequest.h74 bool isResultDirty() const { return m_resultDirty; } in isResultDirty()
170 bool m_resultDirty; variable
DIDBRequest.cpp74 , m_resultDirty(true) in IDBRequest()
112 m_resultDirty = false; in result()
376 m_resultDirty = true; in setResult()