Searched refs:incognito_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_custom_extension_provider.cc17 : incognito_(incognito),
51 if (incognito_ != incognito)
H A Dcontent_settings_custom_extension_provider.h51 bool incognito_; member in class:content_settings::CustomExtensionProvider
/external/chromium_org/content/plugin/
H A Dplugin_channel.h50 bool incognito() { return incognito_; }
51 void set_incognito(bool value) { incognito_ = value; }
95 bool incognito_; // True if the renderer is in incognito mode. member in class:content::PluginChannel
H A Dplugin_channel.cc244 incognito_(false),
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.h168 bool incognito() const { return incognito_; }
204 bool incognito_; member in class:ppapi::proxy::PluginDispatcher
H A Dplugin_dispatcher.cc72 incognito_(incognito) {
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc188 incognito_(false),
207 incognito_(false),
225 incognito_(false),
258 incognito_(incognito),
614 if (force_incognito_ || incognito_)
620 return force_incognito_ || incognito_;
911 incognito_(false),
937 incognito_ = true;
969 incognito_,
H A Dtesting_profile.h122 bool incognito_; member in class:TestingProfile::Builder
355 bool incognito_; member in class:TestingProfile
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu_unittest.cc276 scoped_ptr<TestingProfile> incognito_ = builder.Build().Pass(); local
277 incognito_->SetOriginalProfile(profile_.get());
279 NULL, NULL, incognito_.get(), NULL, nodes[0]->parent(), nodes, false);
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.h290 bool incognito_; member in class:content::RenderMessageFilter
H A Drender_message_filter.cc319 incognito_(browser_context->IsOffTheRecord()),
464 return incognito_;

Completed in 317 milliseconds