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

  /external/chromium_org/chrome/browser/content_settings/
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
  /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
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 168 bool incognito() const { return incognito_; }
204 bool incognito_; member in class:ppapi::proxy::PluginDispatcher
  /external/chromium_org/chrome/test/base/
testing_profile.h 122 bool incognito_; member in class:TestingProfile::Builder
355 bool incognito_; member in class:TestingProfile

Completed in 231 milliseconds