HomeSort by relevance Sort by last modified time
    Searched refs:incognito_ (Results 1 - 11 of 11) 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; }
95 bool incognito_; // True if the renderer is in incognito mode. member in class:content::PluginChannel
plugin_channel.cc 244 incognito_(false),
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 168 bool incognito() const { return incognito_; }
204 bool incognito_; member in class:ppapi::proxy::PluginDispatcher
plugin_dispatcher.cc 72 incognito_(incognito) {
  /external/chromium_org/chrome/test/base/
testing_profile.cc 188 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;
    [all...]
testing_profile.h 122 bool incognito_; member in class:TestingProfile::Builder
355 bool incognito_; member in class:TestingProfile
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_unittest.cc 276 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/
render_message_filter.h 290 bool incognito_; member in class:content::RenderMessageFilter
render_message_filter.cc 319 incognito_(browser_context->IsOffTheRecord()),
464 return incognito_;
    [all...]

Completed in 985 milliseconds