HomeSort by relevance Sort by last modified time
    Searched defs:INCOGNITO (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 71 INCOGNITO: 2
123 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig}
126 config_: {regular: null, incognito: null},
129 * Do we have access to incognito mode?
339 * we wait until we have confirmed incognito access levels before
342 * @param {boolean} state The state of incognito access.
347 chrome.experimental.proxy.settings.get({incognito: false},
350 chrome.experimental.proxy.settings.get({incognito: true},
373 * Handles the response from 'proxy.settings.get' for incognito settings.
385 this.config_.incognito = c.value
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 120 INCOGNITO = 32768,
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 135 INCOGNITO = 0x8000,
  /packages/apps/Browser/src/com/android/browser/
Tab.java 217 PageState(Context c, boolean incognito) {
218 mIncognito = incognito;
220 mOriginalUrl = mUrl = "browser:incognito";
229 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
230 mIncognito = incognito;
251 static final String INCOGNITO = "privateBrowsingEnabled";
    [all...]

Completed in 4043 milliseconds