HomeSort by relevance Sort by last modified time
    Searched defs:estimatedSize (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/chromium/src/
WebDatabase.cpp 81 unsigned long WebDatabase::estimatedSize() const
84 return m_private->estimatedSize();
  /external/webkit/WebCore/storage/
Database.cpp 135 PassRefPtr<Database> Database::openDatabase(ScriptExecutionContext* context, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize, ExceptionCode& e)
137 if (!DatabaseTracker::tracker().canEstablishDatabase(context, name, displayName, estimatedSize)) {
143 RefPtr<Database> database = adoptRef(new Database(context, name, expectedVersion, displayName, estimatedSize));
152 DatabaseTracker::tracker().setDatabaseDetails(context->securityOrigin(), name, displayName, estimatedSize);
166 Database::Database(ScriptExecutionContext* context, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
174 , m_estimatedSize(estimatedSize)
752 unsigned long Database::estimatedSize() const
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 280 static HGLOBAL createGlobalUrlFileDescriptor(const String& url, const String& title, int& /*out*/ estimatedSize)
296 estimatedSize = fileSize;
736 int estimatedSize = 0;
739 HGLOBAL urlFileDescriptor = createGlobalUrlFileDescriptor(url, titleStr, estimatedSize);
742 HGLOBAL urlFileContent = createGlobalURLContent(url, estimatedSize);
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 359 unsigned long long estimatedSize = 0;
361 // Only update estimatedSize if we are trying to create a a new database, i.e. the usage for the database is 0.
363 estimatedSize = tracker.detailsForNameAndOrigin(name, origin).expectedUsage();
365 android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize);
383 if (reclaimedQuotaBytes >= estimatedSize) {
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp     [all...]
  /external/icu4c/i18n/
ucol_tok.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 450 long estimatedSize =
451 ((Long) map.get("estimatedSize")).longValue();
456 databaseIdentifier, currentQuota, estimatedSize,
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 131 milliseconds