Searched refs:originAndDatabasesMap (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebDatabaseManagerProxy.cpp156 HashMap<String, RefPtr<APIObject> > originAndDatabasesMap; local
157 originAndDatabasesMap.set(originKey(), origin);
158 originAndDatabasesMap.set(originQuotaKey(), WebUInt64::create(originAndDatabases.originQuota));
159 originAndDatabasesMap.set(originUsageKey(), WebUInt64::create(originAndDatabases.originUsage));
160 originAndDatabasesMap.set(databaseDetailsKey(), ImmutableArray::adopt(databases));
162 result.append(ImmutableDictionary::adopt(originAndDatabasesMap));

Completed in 109 milliseconds