HomeSort by relevance Sort by last modified time
    Searched defs:incognito (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 5 var incognito; variable
19 'scope': (incognito ? 'incognito_session_only' : 'regular')
26 incognito = current.incognito;
36 'incognito': incognito
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs_unittest.cc 25 IncognitoModePrefs::Availability incognito; local
26 EXPECT_TRUE(IncognitoModePrefs::IntToAvailability(0, &incognito));
27 EXPECT_EQ(IncognitoModePrefs::ENABLED, incognito);
28 EXPECT_TRUE(IncognitoModePrefs::IntToAvailability(1, &incognito));
29 EXPECT_EQ(IncognitoModePrefs::DISABLED, incognito);
30 EXPECT_TRUE(IncognitoModePrefs::IntToAvailability(2, &incognito));
31 EXPECT_EQ(IncognitoModePrefs::FORCED, incognito);
33 EXPECT_FALSE(IncognitoModePrefs::IntToAvailability(10, &incognito));
34 EXPECT_EQ(IncognitoModePrefs::ENABLED, incognito);
35 EXPECT_FALSE(IncognitoModePrefs::IntToAvailability(-1, &incognito));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store_unittest.cc 46 void(const std::string& extension_id, bool incognito));
54 bool incognito) {
56 store->GetRuleIterator(content_type, resource_identifier, incognito));
67 bool incognito,
71 store->GetRuleIterator(content_type, resource_identifier, incognito));
193 bool incognito = false; local
196 store(), CONTENT_SETTINGS_TYPE_COOKIES, std::string(), incognito, &rules); local
213 store(), CONTENT_SETTINGS_TYPE_COOKIES, std::string(), incognito, &rules); local
231 store(), CONTENT_SETTINGS_TYPE_COOKIES, std::string(), incognito, &rules); local
241 store(), CONTENT_SETTINGS_TYPE_COOKIES, std::string(), incognito, &rules) local
249 store(), CONTENT_SETTINGS_TYPE_COOKIES, std::string(), incognito, &rules); local
    [all...]
content_settings_api.cc 71 bool incognito = false; local
75 incognito = true;
78 if (incognito) {
79 // We don't check incognito permissions here, as an extension should be
82 // Incognito profiles can't access regular mode ever, they only exist in
125 bool incognito = false; local
126 if (params->details.incognito.get())
127 incognito = *params->details.incognito;
128 if (incognito && !include_incognito())
213 bool incognito = false; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 47 bool incognito; member in struct:TabRendererData
  /external/chromium_org/content/plugin/
plugin_channel.h 50 bool incognito() { return incognito_; } function in class:content::PluginChannel
95 bool incognito_; // True if the renderer is in incognito mode.
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder_unittest.cc 139 Profile* incognito = profile1_->GetOffTheRecordProfile(); local
142 EXPECT_CALL(*event_router.get(), CallEventRouter(incognito, _, _, _, _))
189 Profile* incognito = profile1_->GetOffTheRecordProfile(); local
194 EXPECT_CALL(*event_router.get(), CallEventRouter(incognito, _, _, _, _))
205 Profile* incognito = profile1_->GetOffTheRecordProfile(); local
211 CallEventRouter(incognito, "", kEventName, incognito, url));
214 DispatchEventToRenderers(event_router.get(), kEventName, incognito, true,
234 Profile* incognito = profile1_->GetOffTheRecordProfile(); local
239 EXPECT_CALL(*event_router.get(), CallEventRouter(incognito, _, _, _, _)
    [all...]
menu_manager.h 72 Id(bool incognito, const ExtensionKey& extension_key);
79 bool incognito; member in struct:extensions::MenuItem::Id
161 bool incognito() const { return id_.incognito; } function in class:extensions::MenuItem
361 // Removes all "incognito" "split" mode context items.
menu_manager_unittest.cc 64 MenuItem* CreateTestItem(Extension* extension, bool incognito = false) {
68 MenuItem::Id id(incognito, key);
214 bool incognito = true; local
238 value.SetBoolean("incognito", incognito);
253 EXPECT_EQ(incognito, item->incognito());
735 // with incognito 'true'.
744 // with incognito 'false'.
762 // Remove all context menu items with incognito true
    [all...]
menu_manager.cc 55 const char kIncognitoKey[] = "incognito";
203 value->SetBoolean(kIncognitoKey, id_.incognito);
225 bool incognito = false; local
226 if (!value.GetBoolean(kIncognitoKey, &incognito))
228 Id id(incognito, MenuItem::ExtensionKey(extension_id));
273 new Id(incognito, MenuItem::ExtensionKey(extension_id)));
375 parent->incognito() != child->incognito() ||
412 child->incognito() != new_parent->incognito() ||
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc 96 // In incognito, use local data regardless of the pref.
100 scoped_ptr<TestingProfile> incognito = builder.Build(); local
101 incognito->SetOriginalProfile(profile());
104 incognito->GetPrefs()->SetBoolean(
108 incognito.get(),
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller_unittest.cc 242 // Tests the enabled state of open incognito.
244 // Create an incognito Profile. It must be associated with the original
250 TestingProfile* incognito = testing_incognito.get(); local
253 incognito->CreateBookmarkModel(true);
254 BookmarkModel* model = BookmarkModelFactory::GetForProfile(incognito);
261 NULL, NULL, NULL, incognito, NULL, nodes[0]->parent(), nodes);
  /external/chromium_org/chrome/common/
content_settings.h 34 bool incognito);
40 bool incognito; member in struct:ContentSettingPatternSource
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 107 bool incognito);
168 bool incognito() const { return incognito_; } function in class:ppapi::proxy::PluginDispatcher
203 // incognito mode.
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 62 // Check the cookie for the given URL in an incognito window.
66 Browser* incognito = CreateIncognitoBrowser(); local
67 ASSERT_TRUE(content::GetCookies(incognito->profile(), url).empty());
68 ui_test_utils::NavigateToURL(incognito, url);
70 !content::GetCookies(incognito->profile(), url).empty());
72 // Ensure incognito cookies don't leak to regular profile.
75 // Ensure cookies get wiped after last incognito window closes.
78 content::Source<Browser>(incognito));
80 chrome::CloseWindow(incognito);
91 incognito = CreateIncognitoBrowser()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.h 58 bool incognito,
63 bool incognito; member in struct:extensions::ExtensionPage
245 // Used to show confirmation UI for uninstalling extensions in incognito mode.
  /external/chromium_org/chrome/browser/guest_view/
guest_view_base.cc 142 bool incognito) {
148 incognito)); local
155 incognito)); local
  /external/chromium_org/chrome/browser/
jumplist_win.cc 104 // Create an IShellLink object which launches Chrome in incognito mode, and
107 scoped_refptr<ShellLinkItem> incognito = CreateShellLink(); local
108 incognito->GetCommandLine()->AppendSwitch(switches::kIncognito);
112 incognito->set_title(incognito_title);
113 incognito->set_icon(chrome_path.value(), 0);
114 items.push_back(incognito);
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 609 // Verify that allow/deny origin preferences are not saved in incognito.
610 Browser* incognito = CreateIncognitoBrowser(); local
611 ui_test_utils::NavigateToURL(incognito, GetTestPageURL());
612 ASSERT_TRUE(RequestPermissionAndWait(incognito));
613 PerformActionOnInfoBar(incognito, DENY, 0, 0);
614 CloseBrowserWindow(incognito);
616 incognito = CreateIncognitoBrowser();
617 ui_test_utils::NavigateToURL(incognito, GetTestPageURL());
618 ASSERT_TRUE(RequestPermissionAndWait(incognito));
619 PerformActionOnInfoBar(incognito, ALLOW, 0, 0)
    [all...]
  /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/test/base/
in_process_browser_test.cc 314 // Create a new browser with using the incognito profile.
315 Browser* incognito = new Browser( local
318 AddBlankTabAndShow(incognito);
319 return incognito;
  /external/chromium_org/extensions/browser/
extension_pref_value_map.cc 18 // Whether the extension has access to the incognito profile.
25 // Persistent extension controlled preferences for the incognito profile,
28 // Session only extension controlled preferences for the incognito profile.
29 // These preferences are deleted when the incognito profile is destroyed.
72 bool incognito) const {
79 if (incognito && !ext->second->incognito_enabled)
83 GetEffectivePrefValueController(pref_key, incognito, NULL);
113 bool incognito = (from_incognito != NULL); local
115 GetEffectivePrefValueController(pref_key, incognito, from_incognito);
245 bool incognito,
    [all...]
  /external/chromium_org/chrome/browser/download/
save_page_browsertest.cc 588 // Open an Incognito window.
589 Browser* incognito = CreateIncognitoBrowser(); // Waits. local
590 ASSERT_TRUE(incognito);
594 BrowserContext::GetDownloadManager(incognito->profile()));
599 NavigateToURLWithDisposition(incognito, url, NEW_FOREGROUND_TAB,
608 content::BrowserContext::GetDownloadManager(incognito->profile()),
610 ASSERT_TRUE(GetCurrentTab(incognito)->SavePage(
614 ASSERT_TRUE(VerifySavePackageExpectations(incognito, url));
617 EXPECT_TRUE(incognito->window()->IsDownloadShelfVisible());
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 294 bool incognito = (pref_service != profile_->GetPrefs()); local
319 if (incognito) {
329 incognito,
388 bool incognito) {
394 extension_id, pref_key, incognito);
452 bool incognito) {
453 if (incognito) {
532 bool incognito = false; local
535 &incognito));
537 // Check incognito access
607 bool incognito = local
690 bool incognito = local
    [all...]
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 971 Browser* incognito = CreateIncognitoBrowser(); local
    [all...]

Completed in 976 milliseconds

1 2