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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_custom_extension_provider.cc 17 : incognito_(incognito),
51 if (incognito_ != incognito)
content_settings_custom_extension_provider.h 51 bool incognito_; member in class:content_settings::CustomExtensionProvider
  /external/chromium_org/content/plugin/
plugin_channel.h 50 bool incognito() { return incognito_; }
51 void set_incognito(bool value) { incognito_ = value; }
92 bool incognito_; // True if the renderer is in incognito mode. member in class:content::PluginChannel
plugin_channel.cc 242 incognito_(false),
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 31 incognito_(incognito),
73 if (incognito_)
89 if (incognito_)
avatar_menu_button.h 49 bool incognito_; member in class:AvatarMenuButton
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 164 bool incognito() const { return incognito_; }
215 bool incognito_; member in class:ppapi::proxy::PluginDispatcher
plugin_dispatcher.cc 73 incognito_(incognito) {
  /external/chromium_org/chrome/test/base/
testing_profile.h 189 void set_incognito(bool incognito) { incognito_ = incognito; }
308 bool incognito_; member in class:TestingProfile
testing_profile.cc 169 incognito_(false),
186 incognito_(false),
202 incognito_(false),
228 incognito_(false),
529 return incognito_;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_message_filter.h 224 bool incognito_; member in class:content::PepperMessageFilter
pepper_message_filter.cc 62 incognito_ = browser_context->IsOffTheRecord();
76 incognito_(false) {
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 282 bool incognito_; member in class:content::RenderMessageFilter
render_message_filter.cc 305 incognito_(browser_context->IsOffTheRecord()),
449 return incognito_;
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]
automation_provider_observers.h 1009 bool incognito_; member in class:AutomationProviderDownloadUpdatedObserver
    [all...]

Completed in 613 milliseconds