HomeSort by relevance Sort by last modified time
    Searched full:requeststate (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 39 DOMRequestState requestState(context);
43 RefPtr<IDBKeyRange> range = scriptValueToIDBKeyRange(&requestState, value);
47 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, value);
67 DOMRequestState requestState(context);
68 return idbKeyToScriptValue(&requestState, m_lower);
73 DOMRequestState requestState(context);
74 return idbKeyToScriptValue(&requestState, m_upper);
90 DOMRequestState requestState(context);
91 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
102 DOMRequestState requestState(context)
    [all...]
IDBVersionChangeEvent.cpp 55 DOMRequestState requestState(context);
56 return idbAnyToScriptValue(&requestState, m_oldVersion);
61 DOMRequestState requestState(context);
62 return idbAnyToScriptValue(&requestState, m_newVersion);
IDBCursor.cpp 132 RefPtr<IDBKey> keyPathKey = createIDBKeyFromScriptValueAndKeyPath(m_request->requestState(), value, keyPath);
176 DOMRequestState requestState(context);
177 RefPtr<IDBKey> key = keyValue.isUndefined() || keyValue.isNull() ? 0 : scriptValueToIDBKey(&requestState, keyValue);
188 DOMRequestState requestState(context);
189 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
190 RefPtr<IDBKey> primaryKey = scriptValueToIDBKey(&requestState, primaryKeyValue);
315 DOMRequestState requestState(context);
316 return idbKeyToScriptValue(&requestState, m_key);
322 DOMRequestState requestState(context);
323 return idbKeyToScriptValue(&requestState, m_primaryKey)
    [all...]
IDBFactory.cpp 168 DOMRequestState requestState(context);
169 RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
170 RefPtr<IDBKey> second = scriptValueToIDBKey(&requestState, secondValue);
IDBObjectStore.cpp 65 DOMRequestState requestState(context);
66 return idbAnyToScriptValue(&requestState, IDBAny::create(m_metadata.keyPath));
107 static void generateIndexKeysForValue(DOMRequestState* requestState, const IDBIndexMetadata& indexMetadata, const ScriptValue& objectValue, IDBObjectStore::IndexKeys* indexKeys)
110 RefPtr<IDBKey> indexKey = createIDBKeyFromScriptValueAndKeyPath(requestState, objectValue, indexMetadata.keyPath);
145 DOMRequestState requestState(context);
146 RefPtr<IDBKey> key = keyValue.isUndefined() ? 0 : scriptValueToIDBKey(&requestState, keyValue);
187 DOMRequestState requestState(context);
198 RefPtr<IDBKey> keyPathKey = createIDBKeyFromScriptValueAndKeyPath(&requestState, value, keyPath);
208 if (!canInjectIDBKeyIntoScriptValue(&requestState, value, keyPath)) {
225 generateIndexKeysForValue(&requestState, it->value, value, &keys)
    [all...]
IDBIndex.cpp 63 DOMRequestState requestState(context);
64 return idbAnyToScriptValue(&requestState, IDBAny::create(m_metadata.keyPath));
IDBDatabase.cpp 164 DOMRequestState requestState(context);
167 return idbAnyToScriptValue(&requestState, IDBAny::createString(m_metadata.version));
169 return idbAnyToScriptValue(&requestState, IDBAny::create(intVersion));
IDBRequest.h 137 DOMRequestState* requestState() { return &m_requestState; }
IDBRequest.cpp 100 DOMRequestState requestState(context);
101 return idbAnyToScriptValue(&requestState, m_source);
  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 23 enum RequestState {
62 RequestState request_state() const { return state_; }
66 RequestState state_;
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 293 milliseconds