Home | History | Annotate | Download | only in page

Lines Matching refs:canAccess

201 bool SecurityOrigin::canAccess(const SecurityOrigin* other) const
232 bool canAccess = false;
236 canAccess = true;
239 canAccess = true;
243 if (canAccess && isLocal())
244 canAccess = passesFileCheck(other);
246 return canAccess;
272 // We call isSameSchemeHostPort here instead of canAccess because we want
312 return canAccess(dragInitiator);
382 return canAccess(other.get());