OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_connections_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/child/
web_database_observer_impl.cc
68
open_connections_
(new webkit_database::DatabaseConnectionsWrapper) {
80
open_connections_
->AddOpenConnection(origin_identifier.utf8(),
99
open_connections_
->RemoveOpenConnection(origin_identifier.utf8(),
170
open_connections_
->WaitForAllDatabasesToClose();
web_database_observer_impl.h
70
scoped_refptr<webkit_database::DatabaseConnectionsWrapper>
open_connections_
;
member in class:content::WebDatabaseObserverImpl
/external/chromium_org/webkit/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:webkit_database::DatabaseConnectionsWrapper
Completed in 1134 milliseconds