Searched defs:isUnique (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DElementData.cpp107 inline uint32_t ElementData::arraySizeAndFlagsFromOther(const ElementData& other, bool isUnique) argument
117 ElementData::ElementData(const ElementData& other, bool isUnique) argument
H A DElementData.h116 bool isUnique() const { return m_arraySizeAndFlags & s_flagIsUnique; } function in class:WebCore::ElementData
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBCursor.cpp252 bool isUnique = m_cursorDirection == IndexedDB::CursorDirection::NextNoDuplicate || m_cursorDirection == IndexedDB::CursorDirection::PrevNoDuplicate; local
/macosx-10.10/WebCore-7600.1.25/page/
H A DSecurityOrigin.h175 bool isUnique() const { return m_isUnique; } function in class:WebCore::SecurityOrigin
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Ddynid.c277 int isUnique = 1; local
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreLevelDB.cpp1162 bool IDBBackingStoreLevelDB::createIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const String& name, const IDBKeyPath& keyPath, bool isUnique, bool isMultiEntry) argument

Completed in 88 milliseconds