Lines Matching defs:info
140 base::win::ScopedComPtr<BindContextInfo> info;
141 BindContextInfo::FromBindContext(bind_context, info.Receive());
142 DCHECK(info);
143 if (info && info->chrome_request()) {
208 base::win::ScopedComPtr<BindContextInfo> info;
209 BindContextInfo::FromBindContext(bind_ctx, info.Receive());
210 DCHECK(info);
211 if (info) {
212 if (info->is_switching()) {
224 info->set_no_cache(true);