OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebIDBDatabaseImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h
21
class
WebIDBDatabaseImpl
: public blink::WebIDBDatabase {
23
WebIDBDatabaseImpl
(int32 ipc_database_id,
26
virtual ~
WebIDBDatabaseImpl
();
webidbdatabase_impl.cc
31
WebIDBDatabaseImpl
::
WebIDBDatabaseImpl
(int32 ipc_database_id,
38
WebIDBDatabaseImpl
::~
WebIDBDatabaseImpl
() {
50
void
WebIDBDatabaseImpl
::createObjectStore(long long transaction_id,
67
void
WebIDBDatabaseImpl
::deleteObjectStore(long long transaction_id,
73
void
WebIDBDatabaseImpl
::createTransaction(
84
void
WebIDBDatabaseImpl
::close() {
91
void
WebIDBDatabaseImpl
::get(long long transaction_id,
108
void
WebIDBDatabaseImpl
::put(long long transaction_id
[
all
...]
Completed in 33 milliseconds