OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DatabaseConnectionsWrapper
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/webkit/common/database/
database_connections.h
72
class WEBKIT_STORAGE_COMMON_EXPORT
DatabaseConnectionsWrapper
73
: public base::RefCountedThreadSafe<
DatabaseConnectionsWrapper
> {
75
DatabaseConnectionsWrapper
();
88
~
DatabaseConnectionsWrapper
();
89
friend class base::RefCountedThreadSafe<
DatabaseConnectionsWrapper
>;
database_connections.cc
124
DatabaseConnectionsWrapper
::
DatabaseConnectionsWrapper
()
129
DatabaseConnectionsWrapper
::~
DatabaseConnectionsWrapper
() {
132
void
DatabaseConnectionsWrapper
::WaitForAllDatabasesToClose() {
143
bool
DatabaseConnectionsWrapper
::HasOpenConnections() {
149
void
DatabaseConnectionsWrapper
::AddOpenConnection(
157
void
DatabaseConnectionsWrapper
::RemoveOpenConnection(
165
base::Bind(&
DatabaseConnectionsWrapper
::RemoveOpenConnection, this,
database_connections_unittest.cc
18
scoped_refptr<
DatabaseConnectionsWrapper
> obj,
27
scoped_refptr<
DatabaseConnectionsWrapper
> obj,
104
scoped_refptr<
DatabaseConnectionsWrapper
> obj(new
DatabaseConnectionsWrapper
);
/external/chromium_org/content/child/
web_database_observer_impl.h
70
scoped_refptr<webkit_database::
DatabaseConnectionsWrapper
> open_connections_;
web_database_observer_impl.cc
68
open_connections_(new webkit_database::
DatabaseConnectionsWrapper
) {
Completed in 41 milliseconds