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

  /external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.cpp 67 disk usage of the origin's databases can be limited with setDatabaseQuota().
149 void QWebSecurityOrigin::setDatabaseQuota(qint64 quota)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp 143 void InjectedBundle::setDatabaseQuota(uint64_t quota)
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 76 public void setDatabaseQuota(long quota) {
78 Log.i(LOG_TAG, "setDatabaseQuota() called with: " + quota);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 298 void LayoutTestController::setDatabaseQuota(uint64_t quota)
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 272 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 576 void LayoutTestController::setDatabaseQuota(int size)
580 m_topLoadingFrame->securityOrigin().setDatabaseQuota(size);
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 146 bindMethod("setDatabaseQuota", &LayoutTestController::setDatabaseQuota);
584 webkit_support::SetDatabaseQuota(5 * 1024 * 1024);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 670 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 1004 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
CallbackProxy.java 477 public void setDatabaseQuota(long quota) {

Completed in 157 milliseconds