Searched refs:setDatabaseQuota (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebsecurityorigin.h53 void setDatabaseQuota(qint64 quota);
H A Dqwebsecurityorigin.cpp70 disk usage of the origin's databases can be limited with setDatabaseQuota().
152 void QWebSecurityOrigin::setDatabaseQuota(qint64 quota) function in class:QWebSecurityOrigin
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h143 void setDatabaseQuota(int size);
H A DLayoutTestControllerQt.cpp401 void LayoutTestController::setDatabaseQuota(int size) function in class:LayoutTestController
405 m_topLoadingFrame->securityOrigin().setDatabaseQuota(size);
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp219 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h76 void setDatabaseQuota(unsigned long long quota);
H A DLayoutTestController.cpp748 controller->setDatabaseQuota(static_cast<unsigned long long>(quota));
1393 { "setDatabaseQuota", setDatabaseQuotaCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp443 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm264 void LayoutTestController::setDatabaseQuota(unsigned long long quota)
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp813 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController

Completed in 49 milliseconds