Home | History | Annotate | Download | only in browser

Lines Matching full:value

40     // Preference key for the value of the system setting last read by the browser
90 // Get the new value
93 // Get the last read value
98 // If the new value is the same as the last one we read, we're done.
103 // Save the new value as the last read value
113 // Remove the origins in the last read value
116 // Add the origins in the new value
121 * Parses the value of the default geolocation permissions setting.
159 String value = Settings.Secure.getString(mContext.getContentResolver(),
161 return value == null ? "" : value;
180 public void onReceiveValue(Boolean value) {
181 if (value != null && value.booleanValue()) {