OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexedDBCallbacks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.cc
26
IndexedDBCallbacks
::
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
37
IndexedDBCallbacks
::
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
49
IndexedDBCallbacks
::
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
64
IndexedDBCallbacks
::~
IndexedDBCallbacks
() {}
66
void
IndexedDBCallbacks
::OnError(const IndexedDBDatabaseError& error) {
74
void
IndexedDBCallbacks
::OnSuccess(const std::vector<base::string16>& value)
[
all
...]
indexed_db_callbacks.h
29
class CONTENT_EXPORT
IndexedDBCallbacks
30
: public base::RefCounted<
IndexedDBCallbacks
> {
33
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
38
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
44
IndexedDBCallbacks
(IndexedDBDispatcherHost* dispatcher_host,
105
virtual ~
IndexedDBCallbacks
();
108
friend class base::RefCounted<
IndexedDBCallbacks
>;
110
// Originally from
IndexedDBCallbacks
:
Completed in 52 milliseconds