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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 34 INCOGNITO,
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 55 } incognito; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9597
66 } incognito; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9600
70 enum { REGULAR = 0, INCOGNITO = 1 } window_to_probe;
314 browser_a_incognito, check_case.profile_a.incognito.downloads);
318 browser_b_incognito, check_case.profile_b.incognito.downloads);
327 check_case.profile_a.incognito.windows,
329 check_case.profile_b.incognito.windows,
343 DownloadsCloseCheckCase::INCOGNITO));
347 DownloadsCloseCheckCase::INCOGNITO)))
395 // Second level nesting is {regular, incognito
    [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/include/
AwesomePlayer.h 138 INCOGNITO = 0x8000,
  /packages/apps/Browser/src/com/android/browser/
Tab.java 223 PageState(Context c, boolean incognito) {
224 mIncognito = incognito;
226 mOriginalUrl = mUrl = "browser:incognito";
235 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
236 mIncognito = incognito;
257 static final String INCOGNITO = "privateBrowsingEnabled";
    [all...]

Completed in 88 milliseconds