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

<<11121314151617181920>>

  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 247 // If last normal browser is incognito, open a non-incognito window, and allow
248 // closing of incognito one (if not guest). When this happens we need to wait
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 95 // Don't allow toplevel navigations to extension resources in incognito mode.
97 // incognito tab prevents that.
103 << "incognito tab.";
extension_context_menu_browsertest.cc 394 // Tests adding of context menus in incognito mode.
397 ExtensionTestMessageListener created_incognito("created item incognito",
401 ExtensionTestMessageListener onclick_incognito("onclick fired incognito",
404 // Open an incognito window.
407 ASSERT_TRUE(LoadContextMenuExtensionIncognito("incognito"));
431 // that the incognito version doesn't fire until we explicitly click the
432 // incognito menu item.
extension_process_manager.cc 28 // Incognito profiles use this process manager. It is mostly a shim that decides
30 // on whether a given extension uses "split" or "spanning" incognito behavior.
54 // Returns true if the extension is allowed to run in incognito mode.
394 "We shouldn't be trying to create an incognito extension view unless "
395 "it has been enabled for incognito.";
410 // background page is shared with incognito, so we don't create another.
458 // incognito window. Watch for new browsers and create the hosts if
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TabBase.java 60 /** Whether or not this tab is an incognito tab. */
215 * @param incognito Whether or not this tab is incognito.
219 public TabBase(boolean incognito, Context context, WindowAndroid window) {
220 this(INVALID_TAB_ID, incognito, context, window);
226 * @param incognito Whether or not this tab is incognito.
230 public TabBase(int id, boolean incognito, Context context, WindowAndroid window) {
235 mIncognito = incognito;
431 * @return Whether or not this tab is incognito
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 69 // Returns whether the window should be created in incognito mode.
71 // |urls| is the list of urls to open. If we are creating an incognito window,
72 // the function will remove these urls which may not be opened in incognito
windows_event_router.cc 116 // When switching between windows in the default and incognito profiles,
118 // can't see the new focused window across the incognito boundary.
147 // incognito profile, or NULL iff the previous profile is losing focus.
  /external/chromium_org/chrome/browser/extensions/
extension_util.cc 31 // work in incognito mode.
87 // uses "spanning" behavior and it has incognito access. "split" mode
99 // incognito (and split mode should be set).
  /external/chromium_org/chrome/browser/guestview/
guestview.cc 124 RendererContentSettingRules* rules, bool incognito) {
130 incognito)); local
137 incognito)); local
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.cc 80 // incognito window being opened from the time it is instantiated to the time it
92 // This method can be checked to see whether any incognito window has been
150 // incognito session active (or gets spawned during the collection).
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.cc 29 bool incognito,
34 // 2. Only transmit for non-Incognito profiles.
38 if (incognito || !ShouldAppendHeaders(url))
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 214 // "Normal" windows are not allowed when incognito is enforced.
218 // Incognito windows are not allowed when incognito is disabled.
app_list_controller_delegate.h 85 // |incognito| is true to create an incognito window.
86 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
  /external/chromium_org/chrome/common/extensions/api/
developer_private.idl 26 boolean incognito;
73 boolean incognito;
170 // Allow / Disallow item with |item_id| in incognito mode.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
background_pages.html 20 extension uses <a href="manifest/incognito.html">incognito</a>
21 "split" mode, a second instance is created for incognito windows.)
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 69 bool incognito, bool is_widget_mode,
74 // We don't want to do incognito when privileged, since we're
76 bool incognito_mode = !is_privileged() && incognito;
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client.cc 107 // We don't support FileSystem in incognito mode yet.
139 // We don't support FileSystem in incognito mode yet.
164 // We don't support FileSystem in incognito mode yet.
  /external/chromium_org/content/browser/worker_host/test/
worker_browsertest.cc 117 // Incognito windows should not share workers with non-incognito windows
120 // Load a non-incognito tab and have it create a shared worker
123 // Incognito worker should not share with non-incognito
  /external/chromium/chrome/browser/profiles/
profile.h 142 // performed while incognito. (ex: creating a bookmark)
151 // incognito mode.
197 // Return whether this profile is incognito. Default is false.
200 // Return the incognito version of this profile. The returned pointer
205 // Destroys the incognito profile.
208 // True if an incognito profile exists.
212 // profile is not incognito.
422 // this profile supports a session service (it isn't incognito), and
426 // This returns NULL in two situations: the profile is incognito, or the
467 // or if one profile is the incognito version of another profile (or vic
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 260 // Note that only split-mode incognito is tested, because spanning mode
261 // incognito looks the same as normal mode when the only API activity comes
265 // regular and incognito mode.
289 // regular and incognito mode.
312 // regular and incognito mode.
363 // regular and incognito mode.
408 // regular and incognito mode.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 61 // per BrowserContext which is shared with incognito.
299 // Called when an incognito profile is created or destroyed.
318 // For each profile: a bool indicating whether it is an incognito profile,
319 // and a pointer to the corresponding (non-)incognito profile.
347 // of the event, the next time for the "cross" profile (i.e. the incognito
429 // Determines whether the specified profile is an incognito profile (based on
449 // A map of original profile -> corresponding incognito profile (and vice
  /external/chromium_org/chrome/browser/profiles/
profile.h 88 // performed while incognito. (ex: creating a bookmark)
97 // incognito mode.
178 // Return the incognito version of this profile. The returned pointer
187 // Destroys the incognito profile.
190 // True if an incognito profile exists.
194 // profile is not incognito.
241 // or if one profile is the incognito version of another profile (or vice
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer_browsertest.cc 47 explicit MockRenderViewContextMenu(bool incognito);
94 MockRenderViewContextMenu::MockRenderViewContextMenu(bool incognito)
97 if (incognito)
218 void Reset(bool incognito) {
220 menu_.reset(new MockRenderViewContextMenu(incognito));
403 // Create a menu in an incognito profile.
407 // contacted but this test makes sure that if profile is incognito, that
  /external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc 117 #define GET_NEXE_FD(renderer, instance, incognito, info, expect_hit) \
124 incognito, \
306 TEST_F(PnaclHostTest, Incognito) {
313 // Check that an incognito translation is not stored in the cache
319 // Check that an incognito translation can hit from a normal one.
331 // second one has not blocked on the incognito one)
350 // If the non-incognito request comes first, it should
  /external/chromium/chrome/common/extensions/docs/
manifest.html 281 <a href="#incognito">incognito</a>
382 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split",
512 <h3 id="incognito">incognito</h3>
516 behave if allowed to run in incognito mode.
521 will run in a single shared process. Any events or messages from an incognito
522 tab will be sent to the shared process, with an <em>incognito</em> flag
529 an incognito window will run in their own incognito process. If the app or extension contains a background page (…)
    [all...]

Completed in 1358 milliseconds

<<11121314151617181920>>