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

  /packages/apps/Browser/src/com/android/browser/
TabControl.java 159 * Returns true if there are any incognito tabs open.
160 * @return True when any incognito tabs are open, false otherwise.
351 // pick first non incognito tab
371 return tabstate.getBoolean(Tab.INCOGNITO);
382 * (this does not override handling of incognito tabs)
402 && state.getBoolean(Tab.INCOGNITO)) {
Tab.java 216 PageState(Context c, boolean incognito) {
217 mIncognito = incognito;
219 mOriginalUrl = mUrl = "browser:incognito";
228 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
229 mIncognito = incognito;
250 static final String INCOGNITO = "privateBrowsingEnabled";
    [all...]
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 136 INCOGNITO = 0x8000,
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.h 129 INCOGNITO = 32768,
PreviewPlayerBase.cpp 253 // Browser is in "incognito" mode, suppress logging URLs.
258 mFlags |= INCOGNITO;
262 if (!(mFlags & INCOGNITO)) {
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 273 // Browser is in "incognito" mode, suppress logging URLs.
278 modifyFlags(INCOGNITO, SET);
282 if (!(mFlags & INCOGNITO)) {
    [all...]
  /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...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 952 case 'open-incognito-window-command':
1036 case 'open-incognito-window-command':
    [all...]

Completed in 307 milliseconds