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

  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs_unittest.cc 23 ASSERT_EQ(2, IncognitoModePrefs::FORCED);
31 EXPECT_EQ(IncognitoModePrefs::FORCED, incognito);
51 new base::FundamentalValue(IncognitoModePrefs::FORCED));
52 EXPECT_EQ(IncognitoModePrefs::FORCED,
incognito_mode_prefs.cc 51 if (result == IncognitoModePrefs::FORCED)
52 LOG(ERROR) << "Ignoring FORCED incognito. Parental control logging on";
80 incognito_avail == IncognitoModePrefs::FORCED);
95 case IncognitoModePrefs::FORCED:
incognito_mode_prefs.h 33 // Incognito mode forced. Users may open pages *ONLY* in Incognito mode.
35 FORCED,
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 76 SetPolicies(INCOGNITO_ENABLED_UNKNOWN, IncognitoModePrefs::FORCED);
77 VerifyValues(IncognitoModePrefs::FORCED);
98 SetPolicies(INCOGNITO_ENABLED_TRUE, IncognitoModePrefs::FORCED);
99 VerifyValues(IncognitoModePrefs::FORCED);
profile_manager.cc 302 IncognitoModePrefs::FORCED) {
    [all...]
profile_manager_unittest.cc 564 // is forced to be incognito. That's why we need to create at least one user
583 // incognito mode is forced.
584 IncognitoModePrefs::SetAvailability(prefs, IncognitoModePrefs::FORCED);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 94 // menu is disabled when Incognito mode is forced (by a policy).
106 IncognitoModePrefs::FORCED);
launcher_context_menu.cc 252 controller_->profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 92 FORCED // Requires that forced_file_path be non-empty.
117 // Should be non-empty if |test_type| == FORCED. Value of GetForcedFilePath().
293 EXPECT_EQ(test_case.test_type == FORCED,
542 // 3: Forced Safe
543 FORCED,
546 FILE_PATH_LITERAL("forced-foo.txt"),
548 FILE_PATH_LITERAL("forced-foo.txt"),
615 // 2: Forced Dangerous URL
616 FORCED,
619 FILE_PATH_LITERAL("forced-foo.txt")
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 231 IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 368 incognito_avail != IncognitoModePrefs::FORCED;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 262 IncognitoModePrefs::FORCED);
303 IncognitoModePrefs::FORCED);
343 IncognitoModePrefs::FORCED);
    [all...]
tabs_api.cc 319 if (!incognito && incognito_availability == IncognitoModePrefs::FORCED) {
324 } else if (incognito_availability == IncognitoModePrefs::FORCED) {
326 // incognito when forced so by policy.
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc     [all...]
browser_command_controller_unittest.cc 154 IncognitoModePrefs::FORCED);
browser_navigator.cc 107 // If incognito is forced, we punt.
110 IncognitoModePrefs::FORCED) {
browser_navigator_browsertest.cc 177 // Set kIncognitoModeAvailability to FORCED.
180 IncognitoModePrefs::FORCED);
183 IncognitoModePrefs::FORCED);
413 // with our non-tabbed browser window so Navigate() is forced to create a
    [all...]
browser_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/
jumplist_win.cc 100 if (incognito_availability != IncognitoModePrefs::FORCED) {

Completed in 803 milliseconds