Home | History | Annotate | Download | only in webkit

Lines Matching refs:databasePath

1042      * @param databasePath String path to the directory where databases should
1045 public synchronized void setDatabasePath(String databasePath) {
1046 if (databasePath != null && !mDatabasePathHasBeenSet) {
1047 mDatabasePath = databasePath;
1056 * @param databasePath String path to the directory where the Geolocation
1060 public synchronized void setGeolocationDatabasePath(String databasePath) {
1061 if (databasePath != null
1062 && !databasePath.equals(mGeolocationDatabasePath)) {
1063 mGeolocationDatabasePath = databasePath;