HomeSort by relevance Sort by last modified time
    Searched refs:incognito_ (Results 1 - 13 of 13) 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 51 bool incognito() { return incognito_; }
52 void set_incognito(bool value) { incognito_ = value; }
96 bool incognito_; // True if the renderer is in incognito mode. member in class:content::PluginChannel
plugin_channel.cc 243 incognito_(false),
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 162 bool incognito() const { return incognito_; }
198 bool incognito_; member in class:ppapi::proxy::PluginDispatcher
plugin_dispatcher.cc 72 incognito_(incognito) {
  /external/chromium_org/chrome/test/base/
testing_profile.cc 176 incognito_(false),
195 incognito_(false),
213 incognito_(false),
246 incognito_(incognito),
582 return force_incognito_ || incognito_;
874 incognito_(false),
900 incognito_ = true;
932 incognito_,
testing_profile.h 128 bool incognito_; member in class:TestingProfile::Builder
370 bool incognito_; member in class:TestingProfile
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_test.cc 265 scoped_ptr<TestingProfile> incognito_ = builder.Build().Pass(); local
266 incognito_->SetOriginalProfile(profile_.get());
268 NULL, NULL, incognito_.get(), NULL, nodes[0]->parent(), nodes, false);
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 287 bool incognito_; member in class:content::RenderMessageFilter
render_message_filter.cc 330 incognito_(browser_context->IsOffTheRecord()),
473 return incognito_;
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]
automation_provider_observers.h 835 bool incognito_; member in class:AutomationProviderDownloadUpdatedObserver
    [all...]

Completed in 144 milliseconds