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

  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 34 void set_allow_loading(bool allow_loading) { allow_loading_ = allow_loading; }
56 bool LoadingAllowed() const { return allow_loading_; }
104 bool allow_loading_; member in class:plugins::PluginPlaceholder
plugin_placeholder.cc 56 allow_loading_(false),
197 if (!allow_loading_) {

Completed in 509 milliseconds