Searched refs:primaryKey (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBCursorImpl.cpp60 WebIDBKey WebIDBCursorImpl::primaryKey() const function in class:WebKit::WebIDBCursorImpl
62 return m_idbCursorBackend->primaryKey();
H A DIDBCursorBackendProxy.cpp67 PassRefPtr<IDBKey> IDBCursorBackendProxy::primaryKey() const function in class:WebKit::IDBCursorBackendProxy
69 return m_idbCursor->primaryKey();
H A DWebIDBCursorImpl.h49 virtual WebIDBKey primaryKey() const;
H A DIDBCursorBackendProxy.h47 virtual PassRefPtr<WebCore::IDBKey> primaryKey() const;
/external/webkit/Source/WebCore/storage/
H A DIDBCursorBackendImpl.cpp67 PassRefPtr<IDBKey> IDBCursorBackendImpl::primaryKey() const function in class:WebCore::IDBCursorBackendImpl
69 return m_cursor->primaryKey();
85 m_objectStore->put(value, m_cursor->primaryKey(), IDBObjectStoreBackendInterface::CursorUpdate, callbacks, m_transaction.get(), ec);
120 m_objectStore->deleteFunction(m_cursor->primaryKey(), prpCallbacks, m_transaction.get(), ec);
H A DIDBCursor.idl38 readonly attribute IDBKey primaryKey;
H A DIDBCursorBackendInterface.h57 virtual PassRefPtr<IDBKey> primaryKey() const = 0;
H A DIDBCursor.cpp73 PassRefPtr<IDBKey> IDBCursor::primaryKey() const function in class:WebCore::IDBCursor
75 return m_backend->primaryKey();
H A DIDBCursor.h64 PassRefPtr<IDBKey> primaryKey() const;
H A DIDBCursorBackendImpl.h59 virtual PassRefPtr<IDBKey> primaryKey() const;
H A DIDBLevelDBBackingStore.cpp1772 static PassRefPtr<LevelDBRecordIdentifier> create(const Vector<char>& primaryKey, int64_t version) { return adoptRef(new LevelDBRecordIdentifier(primaryKey, version)); } argument
1776 Vector<char> primaryKey() const { return m_primaryKey; } function in class:WebCore::__anon14724::LevelDBRecordIdentifier
1777 void setPrimaryKey(const Vector<char>& primaryKey) { m_primaryKey = primaryKey; } argument
1782 LevelDBRecordIdentifier(const Vector<char>& primaryKey, int64_t version) : m_primaryKey(primaryKey), m_version(version) { ASSERT(!primaryKey.isEmpty()); } argument
1847 const Vector<char> key = ObjectStoreDataKey::encode(databaseId, objectStoreId, levelDBRecordIdentifier->primaryKey());
1911 RefPtr<IDBKey> primaryKey local
2081 RefPtr<IDBKey> primaryKey = getPrimaryKeyViaIndex(databaseId, objectStoreId, indexId, key); local
2125 RefPtr<IDBKey> primaryKey; local
2151 virtual PassRefPtr<IDBKey> primaryKey() { return m_currentKey; } function in class:WebCore::__anon14725::CursorImplCommon
2333 virtual PassRefPtr<IDBKey> primaryKey() { return m_primaryKey; } function in class:WebCore::__anon14725::IndexKeyCursorImpl
2396 virtual PassRefPtr<IDBKey> primaryKey() { return m_primaryKey; } function in class:WebCore::__anon14725::IndexCursorImpl
[all...]
H A DIDBBackingStore.h90 virtual PassRefPtr<IDBKey> primaryKey() = 0;
H A DIDBSQLiteBackingStore.cpp707 virtual PassRefPtr<IDBKey> primaryKey() { return m_currentKey; } function in class:WebCore::__anon14729::CursorImplCommon
804 virtual PassRefPtr<IDBKey> primaryKey() { return m_currentPrimaryKey; } function in class:WebCore::__anon14729::IndexKeyCursorImpl
842 virtual PassRefPtr<IDBKey> primaryKey() { return m_currentPrimaryKey; } function in class:WebCore::__anon14729::IndexCursorImpl
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBCursor.h53 virtual WebIDBKey primaryKey() const function in class:WebKit::WebIDBCursor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 143 milliseconds