Home | History | Annotate | Download | only in core

Lines Matching refs:SetFakeResponse

129   factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(),
131 factory_.SetFakeResponse(GURL(kManifestFetchFailureURL), "",
134 factory_.SetFakeResponse(GURL(kBadManifestURL), "bad protobuf", net::HTTP_OK,
136 factory_.SetFakeResponse(GURL(kGoodManifestURL),
139 factory_.SetFakeResponse(GURL(kResourceFetchFailureURL),
142 factory_.SetFakeResponse(GURL(kGoodResourceURL), "good", net::HTTP_OK,
144 factory_.SetFakeResponse(GURL(kForcedStartingURLManifestURL),
174 factory_.SetFakeResponse(GURL(kConfigURL), "",
197 factory_.SetFakeResponse(GURL(kConfigURL), "bad protobuf", net::HTTP_OK,
222 factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(),
252 factory_.SetFakeResponse(GURL(PRECACHE_CONFIG_SETTINGS_URL),
287 factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(),
289 factory_.SetFakeResponse(manifest_url, PrecacheManifest().SerializeAsString(),