OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:db_connections
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/webkit/common/database/
database_connections.cc
66
const DBConnections&
db_connections
= origin_it->second;
local
67
for (DBConnections::const_iterator db_it =
db_connections
.begin();
68
db_it !=
db_connections
.end(); db_it++) {
97
const DBConnections&
db_connections
= origin_it->second;
local
98
for (DBConnections::const_iterator db_it =
db_connections
.begin();
99
db_it !=
db_connections
.end(); db_it++) {
112
DBConnections&
db_connections
= origin_iterator->second;
local
113
int& count =
db_connections
[database_name].first;
118
db_connections
.erase(database_name);
119
if (
db_connections
.empty()
[
all
...]
Completed in 133 milliseconds