OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_connections_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/child/
web_database_observer_impl.cc
67
open_connections_
(new storage::DatabaseConnectionsWrapper) {
79
open_connections_
->AddOpenConnection(origin_identifier.utf8(),
98
open_connections_
->RemoveOpenConnection(origin_identifier.utf8(),
169
open_connections_
->WaitForAllDatabasesToClose();
web_database_observer_impl.h
70
scoped_refptr<storage::DatabaseConnectionsWrapper>
open_connections_
;
member in class:content::WebDatabaseObserverImpl
/external/chromium_org/storage/common/database/
database_connections.cc
146
return !
open_connections_
.IsEmpty();
154
open_connections_
.AddConnection(origin_identifier, database_name);
170
open_connections_
.RemoveConnection(origin_identifier, database_name);
171
if (waiting_for_dbs_to_close_ &&
open_connections_
.IsEmpty())
database_connections.h
93
DatabaseConnections
open_connections_
;
member in class:storage::DatabaseConnectionsWrapper
Completed in 690 milliseconds