OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IDBObjectStoreBackendProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
IDBObjectStoreBackendProxy.h
40
class
IDBObjectStoreBackendProxy
: public WebCore::IDBObjectStoreBackendInterface {
43
virtual ~
IDBObjectStoreBackendProxy
();
61
IDBObjectStoreBackendProxy
(PassOwnPtr<WebIDBObjectStore>);
IDBObjectStoreBackendProxy.cpp
27
#include "
IDBObjectStoreBackendProxy
.h"
48
PassRefPtr<IDBObjectStoreBackendInterface>
IDBObjectStoreBackendProxy
::create(PassOwnPtr<WebIDBObjectStore> objectStore)
50
return adoptRef(new
IDBObjectStoreBackendProxy
(objectStore));
53
IDBObjectStoreBackendProxy
::
IDBObjectStoreBackendProxy
(PassOwnPtr<WebIDBObjectStore> objectStore)
58
IDBObjectStoreBackendProxy
::~
IDBObjectStoreBackendProxy
()
62
String
IDBObjectStoreBackendProxy
::name() const
67
String
IDBObjectStoreBackendProxy
::keyPath() const
72
PassRefPtr<DOMStringList>
IDBObjectStoreBackendProxy
::indexNames() cons
[
all
...]
Completed in 1204 milliseconds