Home
last modified time | relevance | path

Searched defs:estimatedSize (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebDatabase.cpp49 unsigned long long estimatedSize() const { return 0; } in estimatedSize() function in WebCore::AbstractDatabase
73 unsigned long WebDatabase::estimatedSize() const in estimatedSize() function in WebKit::WebDatabase
DDatabaseObserver.cpp52 …scriptExecutionContext, const String& name, const String& displayName, unsigned long estimatedSize) in canEstablishDatabase()
DWebWorkerClientImpl.h97 …tabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) in allowDatabase()
DWebWorkerBase.cpp70 …Frame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize) in create()
96 …Frame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize) in AllowDatabaseMainThreadBridge()
103 … frame, const WTF::String name, const WTF::String displayName, unsigned long estimatedSize, PassRe… in allowDatabaseTask()
218 …tabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) in allowDatabase()
/external/webkit/Source/WebCore/storage/
DDatabaseSync.cpp50unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) in openDatabaseSync()
79 const String& displayName, unsigned long estimatedSize) in DatabaseSync()
DAbstractDatabase.cpp175 const String& displayName, unsigned long estimatedSize) in AbstractDatabase()
349 unsigned long AbstractDatabase::estimatedSize() const in estimatedSize() function in WebCore::AbstractDatabase
DDatabase.cpp90unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, in openDatabase()
125 …tring& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize) in Database()
DDatabaseTracker.cpp139 …cutionContext* context, const String& name, const String& displayName, unsigned long estimatedSize) in canEstablishDatabase()
450 …SecurityOrigin* origin, const String& name, const String& displayName, unsigned long estimatedSize) in setDatabaseDetails()
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp293 …tring& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRe… in openDatabase()
312 …tring& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRe… in openDatabaseSync()
/external/webkit/Source/WebCore/storage/chromium/
DDatabaseTrackerChromium.cpp59 …scriptExecutionContext, const String& name, const String& displayName, unsigned long estimatedSize) in canEstablishDatabase()
/external/guava/guava/src/com/google/common/collect/
DLists.java188 int estimatedSize) { in newArrayListWithExpectedSize()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp411 unsigned long long estimatedSize = 0; in exceededDatabaseQuota() local
/external/webkit/Source/WebKit/chromium/public/
DWebFrameClient.h299 …ebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { retu… in allowDatabase()
/external/icu4c/i18n/
Ducol_tok.cpp2169 uint32_t estimatedSize = (2*rulesLength+UCOL_TOK_EXTRA_RULE_SPACE_SIZE); in ucol_tok_initTokenList() local
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1360 …tring& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRe… in openDatabase()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3640 …tring& databaseIdentifier, const unsigned long long currentQuota, unsigned long long estimatedSize) in exceededDatabaseQuota()