HomeSort by relevance Sort by last modified time
    Searched refs:FORCED (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.h 30 // Incognito mode forced. Users may open pages *ONLY* in Incognito mode.
32 FORCED,
incognito_mode_prefs_unittest.cc 23 ASSERT_EQ(2, IncognitoModePrefs::FORCED);
31 EXPECT_EQ(IncognitoModePrefs::FORCED, incognito);
51 Value::CreateIntegerValue(IncognitoModePrefs::FORCED));
52 EXPECT_EQ(IncognitoModePrefs::FORCED,
incognito_mode_prefs.cc 43 if (result == IncognitoModePrefs::FORCED)
44 LOG(ERROR) << "Ignoring FORCED incognito. Parental control logging on";
72 incognito_avail == IncognitoModePrefs::FORCED);
82 case IncognitoModePrefs::FORCED:
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 75 SetPolicies(INCOGNITO_ENABLED_UNKNOWN, IncognitoModePrefs::FORCED);
76 VerifyValues(IncognitoModePrefs::FORCED);
97 SetPolicies(INCOGNITO_ENABLED_TRUE, IncognitoModePrefs::FORCED);
98 VerifyValues(IncognitoModePrefs::FORCED);
profile_manager.cc 256 IncognitoModePrefs::FORCED) {
    [all...]
profile_manager_unittest.cc 434 // incognito mode is forced.
435 IncognitoModePrefs::SetAvailability(prefs, IncognitoModePrefs::FORCED);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 93 // menu is disabled when Incognito mode is forced (by a policy).
105 IncognitoModePrefs::FORCED);
launcher_context_menu.cc 225 controller_->profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 93 FORCED // Requires that forced_file_path be non-empty.
118 // Should be non-empty if |test_type| == FORCED. Value of GetForcedFilePath().
298 EXPECT_EQ(test_case.test_type == FORCED,
550 // 3: Forced Safe
551 FORCED,
554 FILE_PATH_LITERAL("forced-foo.txt"),
557 FILE_PATH_LITERAL("forced-foo.txt"),
627 // 2: Forced Dangerous URL
628 FORCED,
631 FILE_PATH_LITERAL("forced-foo.txt")
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 256 IncognitoModePrefs::FORCED);
297 IncognitoModePrefs::FORCED);
337 IncognitoModePrefs::FORCED);
tabs_api.cc 331 if (!incognito && incognito_availability == IncognitoModePrefs::FORCED) {
336 } else if (incognito_availability == IncognitoModePrefs::FORCED) {
338 // incognito when forced so by policy.
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 216 IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 331 incognito_avail != IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc     [all...]
browser_navigator.cc 103 // If incognito is forced, we punt.
106 IncognitoModePrefs::FORCED) {
browser_navigator_browsertest.cc 179 // Set kIncognitoModeAvailability to FORCED.
182 IncognitoModePrefs::FORCED);
185 IncognitoModePrefs::FORCED);
409 // with our non-tabbed browser window so Navigate() is forced to create a
    [all...]
browser_browsertest.cc     [all...]

Completed in 675 milliseconds