OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexId
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h
43
long long
indexId
,
65
long long
indexId
,
73
long long
indexId
,
85
long long
indexId
,
92
long long
indexId
);
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h
56
virtual void createIndex(long long transactionId, long long objectStoreId, long long
indexId
, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSERT_NOT_REACHED(); }
57
virtual void deleteIndex(long long transactionId, long long objectStoreId, long long
indexId
) { BLINK_ASSERT_NOT_REACHED(); }
74
virtual void get(long long transactionId, long long objectStoreId, long long
indexId
, const WebIDBKeyRange&, bool keyOnly, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
79
virtual void openCursor(long long transactionId, long long objectStoreId, long long
indexId
, const WebIDBKeyRange&, unsigned short direction, bool keyOnly, TaskType, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
80
virtual void count(long long transactionId, long long objectStoreId, long long
indexId
, const WebIDBKeyRange&, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.cpp
281
NPIdentifier
indexId
= WebBindings::getStringIdentifier(index.c_str());
282
if (!WebBindings::hasProperty(0, npValue,
indexId
))
285
if (!WebBindings::getProperty(0, npValue,
indexId
, &indexValue))
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp
414
int64_t
indexId
= m_metadata.maxIndexId + 1;
415
backendDB()->createIndex(m_transaction->id(), id(),
indexId
, name, keyPath, unique, multiEntry);
419
IDBIndexMetadata metadata(name,
indexId
, keyPath, unique, multiEntry);
422
m_metadata.indexes.set(
indexId
, metadata);
455
int64_t
indexId
= findIndexId(name);
456
if (
indexId
== IDBIndexMetadata::InvalidId) {
495
int64_t
indexId
= findIndexId(name);
496
if (
indexId
== IDBIndexMetadata::InvalidId) {
501
backendDB()->deleteIndex(m_transaction->id(), id(),
indexId
);
503
m_metadata.indexes.remove(
indexId
);
[
all
...]
IDBDatabase.h
62
void indexDeleted(int64_t objectStoreId, int64_t
indexId
);
IDBDatabase.cpp
106
void IDBDatabase::indexDeleted(int64_t objectStoreId, int64_t
indexId
)
110
it->value.indexes.remove(
indexId
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar
Completed in 76 milliseconds