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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/content_settings/
content_settings_policy_provider.h 37 bool incognito) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_api_factory.cc 43 // Instance is shared between incognito and regular profiles.
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry_apitest.cc 86 // Load the extension in the non-incognito browser.
94 // So, create an incognito browser to use as a target to send the shortcuts
102 // incognito browser. Both shortcuts should have no effect (extension is not
113 // Create an incognito browser to capture the focus.
install_tracker_factory.cc 48 // The installs themselves are routed to the non-incognito profile and so
process_manager_unittest.cc 70 // Now add an incognito profile associated with the master above.
86 // Some notifications are observed for the incognito profile.
91 // Some notifications are observed for both incognito and original.
104 // This notification is observed for incognito profiles only.
  /external/chromium_org/chrome/browser/media/
media_device_id_salt.h 24 MediaDeviceIDSalt(PrefService* pref_service, bool incognito);
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 758 // Verify that allow/deny origin preferences are not saved in incognito.
759 Browser* incognito = CreateIncognitoBrowser(); local
760 ui_test_utils::NavigateToURL(incognito, GetTestPageURL());
761 ASSERT_TRUE(RequestPermissionAndWait(incognito));
762 PerformActionOnInfoBar(incognito, DENY, 0, 0);
763 CloseBrowserWindow(incognito);
765 incognito = CreateIncognitoBrowser();
766 ui_test_utils::NavigateToURL(incognito, GetTestPageURL());
767 ASSERT_TRUE(RequestPermissionAndWait(incognito));
768 PerformActionOnInfoBar(incognito, ALLOW, 0, 0)
    [all...]
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_factory.h 25 // GAIAInfoUpdateService (for example, if |profile| is incognito).
  /external/chromium_org/chrome/browser/resources/chromeos/speech_synthesis/
manifest.json 3 // should be incognito:split in Guest mode version.
  /external/chromium_org/chrome/browser/signin/
account_reconcilor_factory.h 21 // AccountReconcilor (for example, if |profile| is incognito).
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_factory.h 23 // ThumbnailService (for example, if |profile| is incognito).
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.h 30 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
window_operations.applescript 13 -- Checks if a window is in |normal mode| or |incognito mode|
  /external/chromium_org/chrome/browser/ui/search/
instant_ipc_sender.cc 36 // Implementation for incognito profiles.
instant_ipc_sender.h 23 // the instance will only send appropriate IPCs for incognito profiles.
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 47 bool incognito; member in struct:TabRendererData
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
ntp_resource_cache_android.cc 45 // Sometimes the |profile| is the parent (non-incognito) version of the user
48 return NTPResourceCache::INCOGNITO;
50 return NTPResourceCache::INCOGNITO;
57 // Android uses same html/css for incognito NTP and normal NTP
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.h 57 // Parses the "incognito" manifest key.
  /external/chromium_org/content/plugin/
plugin_thread.h 41 void OnCreateChannel(int renderer_id, bool incognito);
  /external/chromium_org/extensions/browser/
pref_names.h 26 // A preference that contains any extension-controlled incognito preferences.
  /external/chromium_org/sync/protocol/
extension_specifics.proto 33 // Whether or not this extension is enabled in incognito mode.
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc 192 // Check that we do not forget persistent incognito values after a reload.
207 // Main pref service shall see only non-incognito settings.
210 // Incognito pref service shall see incognito values.
219 // Check that we forget 'session only' incognito values after a reload.
235 // Main pref service shall see only non-incognito settings.
238 // Incognito pref service shall see session-only incognito values only
327 // Change only incognito persistent value.
335 // Change only incognito session-only value
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.h 103 // Makes the Profile being built an incognito profile.
156 bool incognito,
227 // DEPRECATED, because it's fragile to change a profile from non-incognito
228 // to incognito after the ProfileKeyedServices have been created (some
229 // ProfileKeyedServices either should not exist in incognito mode, or will
231 // but do not exist in incognito mode).
234 // Changes a profile's to/from incognito mode temporarily - profile will be
235 // returned to non-incognito before destruction to allow services to
237 // should create a true incognito profile using Builder::SetIncognito() or
238 // by using the TestingProfile constructor that allows setting the incognito
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc 82 // 1.2 In the incognito content-settings-map
100 // If this map is not for an incognito profile, these searches will never
101 // match. The additional incognito exceptions always overwrite the
192 // If this map is not for an incognito profile, these searches will never
193 // match. The additional incognito exceptions always overwrite the

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>