OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullPathForDatabaseNoLock
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/storage/
DatabaseTracker.h
122
String
fullPathForDatabaseNoLock
(SecurityOrigin*, const String& name, bool createIfDoesNotExist);
DatabaseTracker.cpp
273
String DatabaseTracker::
fullPathForDatabaseNoLock
(SecurityOrigin* origin, const String& name, bool createIfNotExists)
331
return
fullPathForDatabaseNoLock
(origin, name, createIfNotExists).threadsafeCopy();
630
originQuotaManager().addDatabase(origin, names[i],
fullPathForDatabaseNoLock
(origin, names[i], false));
[
all
...]
Completed in 196 milliseconds