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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_policy_provider_unittest.cc 279 scoped_ptr<Value> cert_filter(
287 ASSERT_EQ(Value::TYPE_DICTIONARY, cert_filter->GetType());
289 static_cast<DictionaryValue*>(cert_filter.get());
content_settings_policy_provider.cc 352 scoped_ptr<base::Value> cert_filter; local
353 bool filter_read = pattern_filter_pair->Remove("filter", &cert_filter);
355 !cert_filter->IsType(base::Value::TYPE_DICTIONARY)) {
374 cert_filter.release());

Completed in 41 milliseconds