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

  /external/chromium_org/chrome/renderer/
content_settings_observer.h 130 bool allow_running_insecure_content_; member in class:ContentSettingsObserver
content_settings_observer.cc 161 allow_running_insecure_content_(false),
176 allow_running_insecure_content_ = parent->allow_running_insecure_content_;
578 if (!allow_running_insecure_content_ && !allowed_per_settings) {
616 allow_running_insecure_content_ = allow;

Completed in 61 milliseconds