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

  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 89 INCOGNITO = 32768,
aah_tx_player.cpp 159 // Browser is in "incognito" mode, suppress logging URLs.
164 mFlags |= INCOGNITO;
257 (mFlags & INCOGNITO)
    [all...]
  /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 215 PageState(Context c, boolean incognito) {
216 mIncognito = incognito;
218 mOriginalUrl = mUrl = "browser:incognito";
227 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
228 mIncognito = incognito;
249 static final String INCOGNITO = "privateBrowsingEnabled";
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 120 INCOGNITO = 32768,
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 135 INCOGNITO = 0x8000,
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 274 // Browser is in "incognito" mode, suppress logging URLs.
279 modifyFlags(INCOGNITO, SET);
283 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 399 milliseconds