Home | History | Annotate | Download | only in Api

Lines Matching refs:databases

45     scripting or databases.
66 Use databases() to access the databases defined within a security origin. The
67 disk usage of the origin's databases can be limited with setDatabaseQuota().
118 Returns the number of bytes all databases in the security origin
131 Returns the quota for the databases in the security origin.
143 Sets the quota for the databases in the security origin to \a quota bytes.
147 to databases in this origin.
198 Returns a list of all databases defined in the security origin.
200 QList<QWebDatabase> QWebSecurityOrigin::databases() const
202 QList<QWebDatabase> databases;
208 return databases;
214 databases.append(webDatabase);
218 return databases;