HomeSort by relevance Sort by last modified time
    Searched refs:m_webIDBIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
IDBIndexBackendProxy.cpp 50 : m_webIDBIndex(index)
60 return m_webIDBIndex->name();
65 return m_webIDBIndex->storeName();
70 return m_webIDBIndex->keyPath();
75 return m_webIDBIndex->unique();
83 m_webIDBIndex->openObjectCursor(keyRange, direction, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
91 m_webIDBIndex->openKeyCursor(keyRange, direction, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
99 m_webIDBIndex->getObject(key, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
107 m_webIDBIndex->getKey(key, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
IDBIndexBackendProxy.h 57 OwnPtr<WebIDBIndex> m_webIDBIndex;

Completed in 1289 milliseconds