HomeSort by relevance Sort by last modified time
    Searched defs:incognito_ (Results 1 - 4 of 4) 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/content/browser/renderer_host/
render_message_filter.h 323 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

Completed in 180 milliseconds