Home | History | Annotate | Download | only in http

Lines Matching refs:LookupByPath

92   entry = cache.LookupByPath(origin, "/foo2/index.html");
94 entry = cache.LookupByPath(origin, "/foo2/foobar.html");
96 entry = cache.LookupByPath(origin, "/foo2/bar/index.html");
98 entry = cache.LookupByPath(origin, "/foo2/");
101 entry = cache.LookupByPath(origin, "/foo2");
103 entry = cache.LookupByPath(origin, "/foo3/index.html");
105 entry = cache.LookupByPath(origin, "");
107 entry = cache.LookupByPath(origin, "/");
111 entry = cache.LookupByPath(origin, "");
249 cache_.LookupByPath(origin_, GeneratePath(realm_i, path_i));