HomeSort by relevance Sort by last modified time
    Searched refs:OffTheRecord (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/
pepper_flash_settings_helper_impl.h 32 virtual bool OffTheRecord() OVERRIDE;
pepper_flash_settings_helper_impl.cc 68 bool PepperFlashSettingsHelperImpl::OffTheRecord() {
plugin_service_impl_browsertest.cc 52 virtual bool OffTheRecord() OVERRIDE { return false; }
200 MOCK_METHOD0(OffTheRecord, bool());
334 virtual bool OffTheRecord() OVERRIDE { return false; }
plugin_process_host.h 64 virtual bool OffTheRecord() = 0;
ppapi_plugin_process_host.h 51 virtual bool OffTheRecord() = 0;
plugin_data_remover_impl.cc 130 virtual bool OffTheRecord() OVERRIDE {
plugin_process_host.cc 393 client->OffTheRecord());
ppapi_plugin_process_host.cc 359 process_id, renderer_child_id, client->OffTheRecord());
  /external/chromium/chrome/browser/
plugin_data_remover.h 49 virtual bool OffTheRecord();
plugin_data_remover.cc 85 bool PluginDataRemover::OffTheRecord() {
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 166 virtual bool OffTheRecord() OVERRIDE {
167 return filter()->OffTheRecord();
204 virtual bool OffTheRecord() OVERRIDE {
205 return filter_->OffTheRecord();
253 virtual bool OffTheRecord() OVERRIDE {
254 if (filter()->OffTheRecord())
472 bool RenderMessageFilter::OffTheRecord() const {
    [all...]
render_message_filter.h 107 bool OffTheRecord() const;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider_unittest.cc 191 TEST_F(DefaultProviderTest, OffTheRecord) {
host_content_settings_map_unittest.cc 614 TEST_F(HostContentSettingsMapTest, OffTheRecord) {
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 119 TEST_F(PrefDefaultProviderTest, OffTheRecord) {
host_content_settings_map_unittest.cc 448 TEST_F(HostContentSettingsMapTest, OffTheRecord) {
    [all...]

Completed in 266 milliseconds