HomeSort by relevance Sort by last modified time
    Searched refs:AddOnly (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebIDBObjectStore.h 66 AddOnly,
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendInterface.h 57 AddOnly,
IDBObjectStore.cpp 84 m_objectStore->put(value, key, IDBObjectStoreBackendInterface::AddOnly, request, m_transaction->backend(), ec);
IDBObjectStoreBackendImpl.cpp 235 if (putMode == AddOnly && isExistingValue) {

Completed in 453 milliseconds