HomeSort by relevance Sort by last modified time
    Searched full:incognito (Results 351 - 375 of 939) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/download/
download_service.h 33 // incognito or if the DownloadManager hasn't been created yet or if there is
save_page_browsertest.cc 583 // Open an Incognito window.
584 Browser* incognito = CreateIncognitoBrowser(); // Waits. local
585 ASSERT_TRUE(incognito);
589 BrowserContext::GetDownloadManager(incognito->profile()));
594 NavigateToURLWithDisposition(incognito, url, NEW_FOREGROUND_TAB,
603 content::BrowserContext::GetDownloadManager(incognito->profile()),
605 ASSERT_TRUE(GetCurrentTab(incognito)->SavePage(
609 ASSERT_TRUE(VerifySavePackageExpectations(incognito, url));
612 EXPECT_TRUE(incognito->window()->IsDownloadShelfVisible());
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.h 75 // The (non-incognito) Profile this Frontend belongs to.
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 76 // incognito profile or NULL (none of the above). We remember this in order
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h 54 // |incognito_observer| indicates that no incognito window had been opened
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 15 // Tests Incognito mode availability preference setting.
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items_list.js 214 // The 'allow in incognito' checkbox.
466 var incognito = el.querySelector('.incognito-control');
467 incognito.addEventListener('change', function(e) {
473 incognito.querySelector('input').checked = item.incognito_enabled;
474 incognito.hidden = false;
497 displayName + (view.incognito ? ' ' + str('viewIncognito') : '') +
506 incognito: view.incognito,
  /external/chromium_org/chrome/browser/resources/quick_office/
manifest_editor.json 34 "incognito": "split",
manifest_viewing.json 33 "incognito": "split",
  /external/chromium_org/chrome/browser/translate/
options_menu_model.cc 41 // Incognito mode does not get any preferences related items.
  /external/chromium_org/chrome/browser/ui/
alternate_error_tab_observer.cc 75 // Disable alternate error pages when in Incognito mode.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller_unittest.cc 52 void Reset(bool incognito) {
54 if (incognito)
245 // Tests the enabled state of open incognito.
247 // Create a new incognito profile.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 35 // Mode refers to whether a window is a normal window or an incognito window
  /external/chromium_org/chrome/browser/ui/cocoa/
framed_browser_window.h 55 // drawn (whether incognito or full pattern theme; an overlay image doesn't
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc 80 // incognito windows as well.
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 72 if (shortcuts_backend) { // May be NULL in incognito.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h 71 // Menu button that displays that either the incognito icon or the profile
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.cc 48 // incognito windows in metro mode.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 34 INCOGNITO,
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 79 // Opens |url| in an incognito browser window with the incognito profile of
81 // browser if a browser with the incognito profile does not exist. Returns the
82 // incognito window Browser.
  /external/chromium_org/chrome/test/functional/
gpu.py 67 # Open a new incognito window.
  /external/chromium_org/chromeos/login/
login_state.h 28 LOGGED_IN_USER_GUEST, // A guest is logged in (i.e. incognito)
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 53 // for non-incognito profiles.
  /external/chromium_org/content/browser/fileapi/
file_system_url_request_job_unittest.cc 346 TEST_F(FileSystemURLRequestJobTest, Incognito) {
349 // Creates a new filesystem context for incognito mode.
353 // The request should return NOT_FOUND error if it's in incognito mode.
360 // Make sure it returns success with regular (non-incognito) context.
  /external/chromium_org/tools/json_schema_compiler/test/
windows.json 17 "incognito": {"type": "boolean", "description": "Whether the window is incognito."},
165 "incognito": {"type": "boolean", "optional": true, "description": "Whether the new window should be an incognito window."},

Completed in 537 milliseconds

<<11121314151617181920>>