HomeSort by relevance Sort by last modified time
    Searched defs:keyRange (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 59 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionState& es)
80 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, false, IDBDatabaseBackendInterface::NormalTask, request);
87 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(context, key, es);
90 return openCursor(context, keyRange.release(), direction, es);
93 PassRefPtr<IDBRequest> IDBIndex::count(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es)
109 backendDB()->count(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, request);
116 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(context, key, es);
119 return count(context, keyRange.release(), es);
122 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionState& es)
143 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, true, IDBDatabaseBackendInterface::NormalTask, request)
    [all...]
IDBCursor.cpp 255 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(m_currentPrimaryKey, es);
259 m_transaction->backendDB()->deleteRange(m_transaction->id(), effectiveObjectStore()->id(), keyRange, request);
IDBObjectStore.cpp 73 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es)
80 if (!keyRange) {
93 backendDB()->get(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, false, request);
99 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(context, key, es);
102 return get(context, keyRange.release(), es);
236 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es)
255 if (!keyRange) {
261 backendDB()->deleteRange(m_transaction->id(), id(), keyRange, request);
267 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(context, key, es);
270 return deleteFunction(context, keyRange.release(), es)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ParsedContentType.cpp 175 SubstringRange keyRange = parseToken(contentType, index);
176 if (!keyRange.second || index >= contentTypeLength) {
206 receiver.setContentTypeParameter(keyRange, valueRange);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 336 milliseconds