HomeSort by relevance Sort by last modified time
    Searched refs:incognito (Results 26 - 36 of 36) sorted by null

12

  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 380 if (window.incognito) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 293 data_.incognito = contents->profile()->IsOffTheRecord();
392 if (!data_.incognito) {
900 int tab_id = data_.incognito ?
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 112 private static final String INCOGNITO_URI = "browser:incognito";
270 // remaining incognito tabs.
663 // Save time so that we know how old incognito tabs (if any) are.
    [all...]
TabBar.java 281 mIncognito = mTabContent.findViewById(R.id.incognito);
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 452 bool incognito = false; local
455 &incognito));
461 if (incognito)
513 // Don't expose incognito windows if the extension isn't allowed.
719 // We can't load extension URLs into incognito windows unless the extension
    [all...]
extensions_ui.cc 402 // Flipping the incognito bit will generate unload/load notifications for the
738 view_value->SetBoolean("incognito", iter->incognito);
760 // Repeat for the incognito process, if applicable.
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 405 data->incognito = contents->profile()->IsOffTheRecord();
tab.cc 455 tab_id = data().incognito ? IDR_THEME_TAB_BACKGROUND_INCOGNITO :
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 591 bool incognito = browser()->profile()->IsOffTheRecord(); local
594 image_name = incognito ? IDR_THEME_FRAME_INCOGNITO : IDR_THEME_FRAME;
596 image_name = incognito ? IDR_THEME_FRAME_INCOGNITO_INACTIVE :
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 952 case 'open-incognito-window-command':
1036 case 'open-incognito-window-command':
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 508 // Flipping the incognito bit will generate unload/load notifications for the
    [all...]

Completed in 1479 milliseconds

12