OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usesInLineKeys
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp
130
const bool
usesInLineKeys
= !keyPath.isNull();
131
if (
usesInLineKeys
) {
IDBObjectStore.cpp
183
const bool
usesInLineKeys
= !keyPath.isNull();
189
if (putMode != WebIDBDatabase::CursorUpdate &&
usesInLineKeys
&& key) {
193
if (!
usesInLineKeys
&& !hasKeyGenerator && !key) {
197
if (
usesInLineKeys
) {
Completed in 32 milliseconds