Home | History | Annotate | Download | only in child

Lines Matching defs:setDefersLoading

218   void SetDefersLoading(bool value);
290 void WebURLLoaderImpl::Context::SetDefersLoading(bool value) {
292 bridge_->SetDefersLoading(value);
900 void WebURLLoaderImpl::setDefersLoading(bool value) {
901 context_->SetDefersLoading(value);