Home
last modified time | relevance | path

Searched refs:FillCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/url_request/
Dview_cache_helper_unittest.cc87 void FillCache(URLRequestContext* context) { in FillCache() function
117 FillCache(context); in TEST()
139 FillCache(context); in TEST()
164 FillCache(context); in TEST()
/external/v8/src/
Dstub-cache.cc685 static void FillCache(Isolate* isolate, Handle<Code> code) { in FillCache() function
730 FillCache(isolate_, code); in ComputeCallInitialize()
759 FillCache(isolate_, code); in ComputeCallPreMonomorphic()
776 FillCache(isolate_, code); in ComputeCallNormal()
793 FillCache(isolate_, code); in ComputeCallArguments()
812 FillCache(isolate_, code); in ComputeCallMegamorphic()
832 FillCache(isolate_, code); in ComputeCallMiss()
852 FillCache(isolate_, code); in ComputeCallDebugBreak()
871 FillCache(isolate_, code); in ComputeCallDebugPrepareStepIn()
Disolate.h1139 void FillCache();
/external/chromium/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc103 void FillCache(net::URLRequestContext* context) { in FillCache() function
499 FillCache(profile()->GetRequestContext()->GetURLRequestContext()); in TEST_F()