/external/chromium_org/chrome/browser/ui/ |
browser_finder.h | 29 // against both non-incognito and incognito profiles. If
|
browser_list.h | 77 // Returns true if at least one incognito session is active across all 81 // Returns true if at least one incognito session is active for |profile|
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 43 // Whether the user can resize this at all. Resizing is disabled in incognito 44 // mode since any changes done in incognito mode are not saved anyway, and
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 103 <button value="incognito">Configure incognito window settings.</button>
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
manifest.json | 69 "incognito": { 70 "documentation": "manifest/incognito.html",
|
/external/chromium_org/content/browser/webui/ |
url_data_manager_backend.h | 47 // be set for incognito profiles. Called on the UI thread. 106 // set for incognito profiles.
|
/external/chromium_org/content/plugin/ |
plugin_channel.h | 51 bool incognito() { return incognito_; } function in class:content::PluginChannel 96 bool incognito_; // True if the renderer is in incognito mode.
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SelectActionModeCallback.java | 82 Context context, ActionHandler actionHandler, boolean incognito) { 85 mIncognito = incognito;
|
/external/chromium_org/extensions/browser/ |
info_map.h | 48 // Returns true if the user has allowed this extension to run in incognito 53 // sub-profile (incognito to original profile, or vice versa).
|
/external/chromium/chrome/browser/download/ |
download_history.h | 59 // This is useful for incognito mode or when the history database is offline.
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service_factory.cc | 27 // Possibly handle Incognito mode.
|
/external/chromium/chrome/browser/resources/file_manager/ |
manifest.json | 7 "incognito" : "split",
|
/external/chromium_org/apps/shell/ |
shell_extensions_browser_client.h | 16 // with no related incognito context.
|
/external/chromium_org/chrome/browser/autofill/ |
personal_data_manager_factory.cc | 66 // |service| can be NULL in Incognito mode.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_cert_service_factory.h | 36 // incognito profile.
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_factory.cc | 43 // Allows the produced registry to be used in incognito mode.
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_extensions_browser_client.h | 24 // knowledge of Profiles, BrowserContexts and incognito.
|
extension_action_manager.h | 32 // shared between a profile and its incognito version.
|
/external/chromium_org/chrome/browser/notifications/ |
notification_system_observer.cc | 43 // We only want to remove the incognito notifications.
|
/external/chromium_org/chrome/browser/signin/ |
signin_manager_factory.h | 25 // SigninManager (for example, if |profile| is incognito).
|
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_button.h | 23 // A button used to show either the incognito avatar or the profile avatar.
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_unittest.cc | 164 // This class provides functionality to test the incognito window/normal window 168 // switcher button to the view. We also provide an incognito profile to ensure 210 // We need an incognito profile for the window switcher button to be 230 // Test whether the windows incognito/normal browser window switcher button
|
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
context_menu_handler.h | 30 // Callback for setting whether incognito mode is disabled.
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
recently_closed_tabs_handler.h | 52 // tab_restore_service_ may still be NULL, however, in incognito mode.
|
/packages/apps/Browser/src/com/android/browser/ |
UiController.java | 51 Tab openTab(String url, boolean incognito, boolean setActive,
|