Searched defs:setDatabaseQuota (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsecurityorigin.cpp67 disk usage of the origin's databases can be limited with setDatabaseQuota().
149 void QWebSecurityOrigin::setDatabaseQuota(qint64 quota) function in class:QWebSecurityOrigin
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp143 void InjectedBundle::setDatabaseQuota(uint64_t quota) function in class:WebKit::InjectedBundle
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp298 void LayoutTestController::setDatabaseQuota(uint64_t quota) function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp146 bindMethod("setDatabaseQuota", &LayoutTestController::setDatabaseQuota);
1415 void LayoutTestController::setDatabaseQuota(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp670 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp576 void LayoutTestController::setDatabaseQuota(int size) function in class:LayoutTestController
580 m_topLoadingFrame->securityOrigin().setDatabaseQuota(size);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1004 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp272 void LayoutTestController::setDatabaseQuota(unsigned long long quota) function in class:LayoutTestController

Completed in 167 milliseconds