/external/chromium/chrome/browser/extensions/ |
extension_function.h | 122 // Incognito browsers are not considered unless the calling extension has 123 // incognito access enabled. 126 // happen if only incognito windows are open, or early in startup or shutdown 152 // True if this callback should include information from incognito contexts 153 // even if our profile_ is non-incognito. Note that in the case of a "split" 155 // data from within the same profile_ (either incognito or not).
|
extension_proxy_apitest.cc | 180 // Now check the incognito preferences. 192 // Tests setting values only for incognito mode 206 // Now check the incognito preferences. 218 // Tests setting values also for incognito mode 239 // Now check the incognito preferences. 280 // Now check the incognito preferences.
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_apitest.cc | 175 // Now check the incognito preferences. 187 // Tests setting values only for incognito mode 198 // Now check the incognito preferences. 210 // Tests setting values also for incognito mode 229 // Now check the incognito preferences. 264 // Now check the incognito preferences.
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.cc | 61 // In incognito mode, no search information is exposed. (This check must be 63 // user is in incognito mode just by doing a cross origin request.)
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.mm | 203 BOOL incognito = windowStyle & THEMED_INCOGNITO; 213 else if (!popup && active && incognito) 215 else if (!popup && active && !incognito) 217 else if (!popup && !active && incognito) 224 // If no theme image, use a gradient if incognito. 226 if (!themeImageColor && incognito) 310 BOOL incognito = windowStyle & THEMED_INCOGNITO; 325 if (incognito)
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 30 div[role='main'].incognito { 144 .incognito section label, .incognito section legend { 153 .incognito .active section label, .incognito .active section legend, .incognito form > fieldset > label { 292 <button value="incognito">Configure incognito window settings.</button>
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_pref_provider.h | 37 PrefProvider(PrefService* prefs, bool incognito); 44 bool incognito) const OVERRIDE;
|
content_settings_internal_extension_provider.h | 36 bool incognito) const OVERRIDE;
|
content_settings_mock_provider.h | 28 bool incognito) const OVERRIDE;
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.cc | 44 LOG(ERROR) << "Ignoring FORCED incognito. Parental control logging on"; 94 // Disable incognito mode windows if parental controls are on. This is only
|
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_state_message_filter.cc | 63 // In incognito mode, no search information is exposed. (This check must be 65 // user is in incognito mode just by doing a cross origin request.)
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
app_list_controller_ash.cc | 60 bool incognito) { 61 if (incognito)
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate.cc | 25 // Assume that if the user is launching incognito they were previously running 26 // incognito so that we have nothing to restore from.
|
/external/chromium_org/chrome/browser/ui/webui/ |
signin_internals_ui.cc | 67 // empty in incognito mode. Alternatively, we could force about:signin to 68 // open in non-incognito mode always (like about:settings for ex.).
|
/external/chromium_org/content/browser/fileapi/ |
file_system_browsertest.cc | 31 void SimpleTest(const GURL& test_url, bool incognito = false) { 34 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
|
/external/chromium_org/tools/json_schema_compiler/test/ |
functions_on_types_unittest.cc | 62 details_value->SetBoolean("incognito", true); 68 EXPECT_TRUE(*params->details.incognito);
|
/external/chromium/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 215 // need a different profile, and creating a popup window with an incognito 228 // incognito window. 233 // 2. the incognito popup we created originally 234 // 3. the new incognito tabbed browser that was created by Navigate(). 386 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO 387 // opens a new incognito window if no existing incognito window is present. 393 // Navigate() should have opened a new toplevel incognito window. 403 // the new incognito window. 409 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO 547 Browser* incognito = local [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 189 // non-incognito window while an incognito window is open. 202 // Create a new incognito window. 207 // Close the normal browser. After this we only have the incognito window
|
/external/chromium/chrome/browser/sync/protocol/ |
extension_specifics.proto | 35 // Whether or not this extension is enabled in incognito mode.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_renderer_data.h | 47 bool incognito; member in struct:TabRendererData
|
/external/chromium/chrome/common/extensions/docs/static/ |
manifest.html | 42 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split", 173 <h3 id="incognito">incognito</h3> 177 behave if allowed to run in incognito mode. 182 will run in a single shared process. Any events or messages from an incognito 183 tab will be sent to the shared process, with an <em>incognito</em> flag 190 an incognito window will run in their own incognito process. If the app or extension contains a background page, that will also run in the incognito process [all...] |
/external/chromium_org/apps/ |
app_load_service_factory.cc | 54 // Redirected in incognito.
|
/external/chromium_org/ash/ |
new_window_delegate.h | 20 virtual void NewWindow(bool incognito) = 0;
|
/external/chromium_org/chrome/browser/android/ |
recently_closed_tabs_bridge.h | 48 // tab_restore_service_ may still be NULL, however, in incognito mode.
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_service_factory.h | 21 // the associated CaptivePortalService. Incognito profiles have their own
|