Home | History | Annotate | Download | only in browser

Lines Matching full:setting

35  * Manages the interaction between the secure system setting for default geolocation
40 // Preference key for the value of the system setting last read by the browser
47 // The observer used to listen to the system setting.
56 * Checks whether the setting has changed and installs an observer to listen for
64 // Read and apply the setting if needed.
86 * Checks to see if the system setting has changed and if so,
121 * Parses the value of the default geolocation permissions setting.
123 * @param setting A space-separated list of origins.
126 private static HashSet<String> parseAllowGeolocationOrigins(String setting) {
128 if (!TextUtils.isEmpty(setting)) {
129 for (String origin : setting.split("\\s+")) {
154 * Gets the current system setting for default allowed geolocation origins.
190 * Listens for changes to the system setting.