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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 55 DOMRequestState requestState(context);
56 return idbKeyToScriptValue(&requestState, m_lower);
61 DOMRequestState requestState(context);
62 return idbKeyToScriptValue(&requestState, m_upper);
78 DOMRequestState requestState(context);
79 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
90 DOMRequestState requestState(context);
91 RefPtr<IDBKey> bound = scriptValueToIDBKey(&requestState, boundValue);
102 DOMRequestState requestState(context);
103 RefPtr<IDBKey> bound = scriptValueToIDBKey(&requestState, boundValue)
    [all...]
IDBRequest.cpp 268 ScriptValue value = deserializeIDBValueBuffer(requestState(), buffer);
294 m_result = IDBAny::create(idbKeyToScriptValue(requestState(), idbKey));
312 ScriptValue value = deserializeIDBValueBuffer(requestState(), valueBuffer);
339 ScriptValue value = deserializeIDBValueBuffer(requestState(), valueBuffer);
343 RefPtr<IDBKey> expectedKey = createIDBKeyFromScriptValueAndKeyPath(requestState(), value, keyPath);
346 bool injected = injectIDBKeyIntoScriptValue(requestState(), primaryKey, value, keyPath);
371 return onSuccessInternal(deserializeIDBValue(requestState(), value));
388 ScriptValue value = deserializeIDBValueBuffer(requestState(), buffer);
460 cursorToNotify->setValueReady(requestState(), m_cursorKey.release(), m_cursorPrimaryKey.release(), m_cursorValue);
IDBFactory.cpp 153 DOMRequestState requestState(context);
154 RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
155 RefPtr<IDBKey> second = scriptValueToIDBKey(&requestState, secondValue);
IDBCursor.cpp 129 RefPtr<IDBKey> keyPathKey = createIDBKeyFromScriptValueAndKeyPath(m_request->requestState(), value, keyPath);
172 DOMRequestState requestState(context);
173 RefPtr<IDBKey> key = keyValue.isUndefined() ? 0 : scriptValueToIDBKey(&requestState, keyValue);
294 RefPtr<IDBKey> expectedKey = createIDBKeyFromScriptValueAndKeyPath(m_request->requestState(), value, metadata.keyPath);
297 bool injected = injectIDBKeyIntoScriptValue(m_request->requestState(), m_currentPrimaryKey, value, metadata.keyPath);
IDBObjectStore.cpp 105 static void generateIndexKeysForValue(DOMRequestState* requestState, const IDBIndexMetadata& indexMetadata, const ScriptValue& objectValue, IDBObjectStore::IndexKeys* indexKeys)
108 RefPtr<IDBKey> indexKey = createIDBKeyFromScriptValueAndKeyPath(requestState, objectValue, indexMetadata.keyPath);
143 DOMRequestState requestState(context);
144 RefPtr<IDBKey> key = keyValue.isUndefined() ? 0 : scriptValueToIDBKey(&requestState, keyValue);
185 DOMRequestState requestState(context);
196 RefPtr<IDBKey> keyPathKey = createIDBKeyFromScriptValueAndKeyPath(&requestState, value, keyPath);
206 if (!canInjectIDBKeyIntoScriptValue(&requestState, value, keyPath)) {
223 generateIndexKeysForValue(&requestState, it->value, value, &keys);
346 generateIndexKeysForValue(request->requestState(), m_indexMetadata, value, &indexKeys);
IDBRequest.h 110 DOMRequestState* requestState() { return &m_requestState; }
  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 23 enum RequestState {
61 RequestState request_state() const { return state_; }
65 RequestState state_;
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 347 milliseconds