Home | History | Annotate | Download | only in enableReferrer

Lines Matching refs:incognito

77       pref.get({'incognito': true}, updateUIFromGet);
78 $('incognito').style.display = 'block';
79 $('incognito-forbidden').style.display = 'none';
100 * @param incognito{boolean} Whether the value is specific to incognito mode.
102 function setPrefValue(enabled, incognito) {
103 var scope = incognito ? 'incognito_session_only' : 'regular';
109 * incognito mode.
112 * incognito mode.
116 pref.clear({'incognito': true});
118 // Explicitly set the value for incognito mode.
119 pref.get({'incognito': true}, function(settings) {
120 pref.set({'incognito': true, 'value': settings.value});