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

  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 55 } incognito; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5959
66 } incognito; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5962
70 enum { REGULAR = 0, INCOGNITO = 1 } window_to_probe;
313 browser_a_incognito, check_case.profile_a.incognito.downloads);
317 browser_b_incognito, check_case.profile_b.incognito.downloads);
326 check_case.profile_a.incognito.windows,
328 check_case.profile_b.incognito.windows,
342 DownloadsCloseCheckCase::INCOGNITO));
346 DownloadsCloseCheckCase::INCOGNITO)))
394 // Second level nesting is {regular, incognito
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 34 INCOGNITO,
ntp_resource_cache.cc 72 // The URL for the the Learn More page shown on incognito new tab.
222 // Sometimes the |profile| is the parent (non-incognito) version of the user
225 return NTPResourceCache::INCOGNITO;
227 return NTPResourceCache::INCOGNITO;
238 } else if (win_type == INCOGNITO) {
258 } else if (win_type == INCOGNITO) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
ntp_resource_cache_android.cc 45 // Sometimes the |profile| is the parent (non-incognito) version of the user
48 return NTPResourceCache::INCOGNITO;
50 return NTPResourceCache::INCOGNITO;
57 // Android uses same html/css for incognito NTP and normal NTP
  /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.
345 // pick first non incognito tab
365 return tabstate.getBoolean(Tab.INCOGNITO);
376 * (this does not override handling of incognito tabs)
396 && state.getBoolean(Tab.INCOGNITO)) {
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...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 120 INCOGNITO = 32768,
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 136 INCOGNITO = 0x8000,
  /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_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 71 INCOGNITO: 2
125 * @type {regular: ?ProxyConfig, incognito: ?ProxyConfig}
128 config_: {regular: null, incognito: null},
131 * Do we have access to incognito mode?
341 * we wait until we have confirmed incognito access levels before
344 * @param {boolean} state The state of incognito access.
349 chrome.proxy.settings.get({incognito: false},
352 chrome.proxy.settings.get({incognito: true},
376 * Handles the response from 'proxy.settings.get' for incognito
389 this.config_.incognito = c.value
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 295 // Browser is in "incognito" mode, suppress logging URLs.
300 modifyFlags(INCOGNITO, SET);
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 52 * Incognito mode availability can take the following values: ,
53 * - 'enabled' for when both normal and incognito modes are available;
54 * - 'disabled' for when incognito mode is disabled;
55 * - 'forced' for when incognito mode is forced (normal mode is unavailable).
503 // Disabled when incognito is forced.
506 case 'open-incognito-window-command':
509 // Not available when incognito is disabled.
1121 case 'open-incognito-window-command':
1123 openBookmarks(LinkKind.INCOGNITO, e.target);
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 52 * Incognito mode availability can take the following values: ,
53 * - 'enabled' for when both normal and incognito modes are available;
54 * - 'disabled' for when incognito mode is disabled;
55 * - 'forced' for when incognito mode is forced (normal mode is unavailable).
490 // Disabled when incognito is forced.
493 case 'open-incognito-window-command':
496 // Not available when incognito is disabled.
644 'open-in-background-tab', 'open-in-new-window', 'open-incognito-window',
1121 case 'open-incognito-window-command':
1123 openBookmarks(LinkKind.INCOGNITO, e.target)
    [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 198 milliseconds