HomeSort by relevance Sort by last modified time
    Searched refs:quota (Results 51 - 66 of 66) sorted by null

1 23

  /external/webkit/WebKit/chromium/public/
WebKitClient.h 88 virtual WebStorageNamespace* createLocalStorageNamespace(const WebString& path, unsigned quota) { return 0; }
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 219 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
  /external/webkit/WebCore/page/
PageGroup.cpp 196 unsigned quota = page->settings()->localStorageQuota(); local
197 m_localStorage = StorageNamespace::localStorageNamespace(path, quota);
  /external/webkit/WebKit/win/
WebDatabaseManager.cpp 341 /* [in] */ unsigned long long quota)
349 DatabaseTracker::tracker().setQuota(SecurityOrigin::createFromString(origin).get(), quota);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
CallbackProxy.java 467 public void setDatabaseQuota(long quota) {
468 WebStorage.getInstance().setQuotaForOrigin("file://", quota);
  /external/kernel-headers/original/linux/
netdevice.h 396 int (*poll) (struct net_device *dev, int *quota);
397 int quota; member in struct:net_device
865 dev->quota += undo;
fs.h 143 #define S_NOQUOTA 32 /* Inode is not counted to quota */
314 #include <linux/quota.h>
570 * 3: quota file
573 * parent -> child -> normal -> xattr -> quota
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 417 quint64 quota = QWebSettings::offlineStorageDefaultQuota(); local
420 DatabaseTracker::tracker().setQuota(frame->document()->securityOrigin(), quota);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 443 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
446 webkit_security_origin_set_web_database_quota(origin, quota);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 264 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
267 [origin setQuota:quota];
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 321 * Notify the browser that the origin has exceeded it's database quota.
324 * @param currentQuota The current quota for the origin.
331 // Inform the callback proxy of the quota overflow. Send an object
334 // client to allow or deny quota is available.
338 public void updateQuota(long quota) {
339 nativeSetNewStorageLimit(quota);
352 public void updateQuota(long quota) {
353 nativeSetNewStorageLimit(quota);
568 * quota for the current origin or more space for the app cache, and that
570 * @param limit Is the new quota for an origin or new app cache max size
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 813 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
823 databaseManager->setQuota(TEXT("file:///"), quota);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.cpp 746 double quota = JSValueToNumber(context, arguments[0], NULL); local
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1842 milliseconds

1 23