OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBIndexImpl
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebIDBIndexImpl.cpp
27
#include "
WebIDBIndexImpl
.h"
42
WebIDBIndexImpl
::
WebIDBIndexImpl
(PassRefPtr<IDBIndexBackendInterface> backend)
47
WebIDBIndexImpl
::~
WebIDBIndexImpl
()
51
WebString
WebIDBIndexImpl
::name() const
56
WebString
WebIDBIndexImpl
::storeName() const
61
WebString
WebIDBIndexImpl
::keyPath() const
66
bool
WebIDBIndexImpl
::unique() const
71
void
WebIDBIndexImpl
::openObjectCursor(const WebIDBKeyRange& keyRange, unsigned short direction, WebIDBCallbacks* callb (…)
[
all
...]
WebIDBIndexImpl.h
41
class
WebIDBIndexImpl
: public WebIDBIndex {
43
WebIDBIndexImpl
(WTF::PassRefPtr<WebCore::IDBIndexBackendInterface>);
44
virtual ~
WebIDBIndexImpl
();
WebIDBObjectStoreImpl.cpp
36
#include "
WebIDBIndexImpl
.h"
95
return new
WebIDBIndexImpl
(index);
103
return new
WebIDBIndexImpl
(index);
Completed in 1088 milliseconds