/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.h | 36 bool incognito) 40 incognito(incognito) {} 44 bool incognito; member in struct:ExtensionPage 238 // Used to show confirmation UI for uninstalling extensions in incognito mode.
|
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map.h | 54 HostContentSettingsMap(PrefService* prefs, bool incognito); 116 // not be invoked on an incognito map. 221 // provided by |provider|, into |settings|. If |incognito| is true, adds only 222 // the content settings which are applicable to the incognito mode and differ 231 bool incognito) const;
|
content_settings_browsertest.cc | 59 // Check the cookie for the given URL in an incognito window. 63 Browser* incognito = CreateIncognitoBrowser(); local 64 ASSERT_TRUE(content::GetCookies(incognito->profile(), url).empty()); 65 ui_test_utils::NavigateToURL(incognito, url); 67 !content::GetCookies(incognito->profile(), url).empty()); 69 // Ensure incognito cookies don't leak to regular profile. 72 // Ensure cookies get wiped after last incognito window closes. 75 content::Source<Browser>(incognito)); 77 chrome::CloseWindow(incognito); 88 incognito = CreateIncognitoBrowser() [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_apitest.cc | 240 // Test spanning with incognito permission. 247 // Test spanning without incognito permission. 255 // Test split with incognito permission. 262 // Test split without incognito permission. 295 // Check that reloading an extension that runs in incognito split mode and
|
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console_unittest.cc | 88 // Test adding errors, and removing them by reference, by incognito status, 96 // Populate with both incognito and non-incognito errors (evenly distributed). 108 // Remove the incognito errors; three errors should remain, and all should 109 // be from non-incognito contexts.
|
/external/chromium_org/chrome/browser/tab_contents/ |
render_view_context_menu_unittest.cc | 272 // Verifies when Incognito Mode is not available (disabled by policy), 273 // Open Link in Incognito Window link in the context menu is disabled. 278 // Initially the Incognito mode is be enabled. So is the Open Link in 279 // Incognito Window link. 284 // Disable Incognito mode.
|
/external/chromium_org/chrome/common/extensions/api/ |
extension.json | 24 "description": "True for content scripts running inside incognito tabs, and for extension pages running inside an incognito process. The latter only applies to extensions with 'split' incognito_behavior." 143 "description": "Retrieves the state of the extension's access to Incognito-mode (as determined by the user-controlled 'Allowed in Incognito' checkbox.", 153 "description": "True if the extension has access to Incognito mode, false otherwise."
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 412 // need a different profile, and creating a popup window with an incognito 426 // incognito window. 431 // 2. the incognito popup we created originally 432 // 3. the new incognito tabbed browser that was created by Navigate(). 615 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO 616 // opens a new incognito window if no existing incognito window is present. 622 // Navigate() should have opened a new toplevel incognito window. 632 // the new incognito window. 638 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
framed_browser_window.mm | 409 BOOL incognito = windowStyle & THEMED_INCOGNITO; 416 if (active && incognito) 418 else if (active && !incognito) 420 else if (!active && incognito) 428 // If no theme image, use a gradient if incognito. 430 if (!themeImageColor && incognito) 472 if (themeProvider->HasCustomImage(IDR_THEME_FRAME_OVERLAY) && !incognito && 503 BOOL incognito = windowStyle & THEMED_INCOGNITO; 505 if (incognito)
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api_browsertest.cc | 271 // ExtensionFunctions. Also load the extension in incognito profiles for 272 // testing incognito. 343 // Disable file chooser for incognito profile. 823 " \"incognito\": false," [all...] |
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store.cc | 43 // Persistent incognito content settings. 45 // Session-only incognito content settings. 60 bool incognito) const { 74 if (incognito) { 344 bool incognito) { 348 OnContentSettingChanged(extension_id, incognito));
|
/external/chromium_org/webkit/browser/database/ |
database_tracker.h | 175 // used for an incognito profile. 213 // Deletes the directory that stores all DBs in incognito mode, if it exists. 295 // When in incognito mode, store a DELETE_ON_CLOSE handle to each 296 // main DB and journal file that was accessed. When the incognito profile 301 // In a non-incognito profile, all DBs in an origin are stored in a directory 302 // named after the origin. In an incognito profile though, we do not want the
|
/external/chromium/chrome/common/extensions/docs/static/ |
overview.html | 565 <h2 id="incognito"> Saving data and incognito mode </h2> 574 from a window that's in incognito mode. 575 By default, extensions don't run in incognito windows, 579 when the browser is incognito. 583 <em>Incognito mode</em> promises that the window will leave no tracks. 584 When dealing with data from incognito windows, 588 don't save history from incognito windows. 591 incognito or not. 598 don't store it if it's from an incognito window [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
overview.html | 538 <h2 id="incognito"> Saving data and incognito mode </h2> 547 from a window that's in incognito mode. 548 By default, extensions don't run in incognito windows. 551 when the browser is incognito. 555 <em>Incognito mode</em> promises that the window will leave no tracks. 556 When dealing with data from incognito windows, 560 don't save history from incognito windows. 563 incognito or not. 570 don't store it if it's from an incognito window [all...] |
/external/chromium/chrome/browser/ |
defaults.h | 65 // Should always open incognito windows when started with --incognito switch?
|
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module_constants.cc | 18 const char kIncognitoKey[] = "incognito"; 69 const char kIncognitoModeIsDisabled[] = "Incognito mode is disabled.";
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 44 // Whether the user can resize this at all. Resizing is disabled in incognito 45 // mode since any changes done in incognito mode are not saved anyway, and
|
/external/chromium_org/ash/ |
shell_delegate.h | 71 // Returns true if incognito mode is allowed for the user. 72 // Incognito windows are restricted for supervised users.
|
/external/chromium_org/chrome/browser/ |
defaults.h | 51 // Should always open incognito windows when started with --incognito switch?
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_cache_delegate.h | 36 bool incognito); 91 // with UMA once per each RulesCacheDelegate instance, unless in Incognito.
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_http_header_provider.h | 41 // Some headers may not be set given the |incognito| mode or whether 45 bool incognito,
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
apps_helper.h | 51 // Enables the app for the given index in incognito mode on |profile|. 54 // Disables the app for the given index in incognito mode on |profile|.
|
/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model.cc | 33 // incognito tabs. We therefore must listen for when this happens, and 112 // Our incognito tab model out lives the profile, so we need to recapture
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_delegate_impl.cc | 82 bool incognito) { 83 Profile* window_profile = incognito ?
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_bubble_sign_in_delegate_unittest.cc | 66 // Create an incognito browser. 99 // No effect is expected on the incognito browser.
|