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

/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc87 void FillCache(URLRequestContext* context) { function in namespace:net::__anon2374
117 FillCache(context);
139 FillCache(context);
164 FillCache(context);
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc103 void FillCache(net::URLRequestContext* context) { function in namespace:__anon1515
499 FillCache(profile()->GetRequestContext()->GetURLRequestContext());
566 // No call to FillCache
/external/v8/src/
H A Dstub-cache.cc1022 static MaybeObject* FillCache(Isolate* isolate, MaybeObject* maybe_code) { function in namespace:v8::internal
1073 return FillCache(isolate_, compiler.CompileCallInitialize(flags));
1122 return FillCache(isolate_, compiler.CompileCallPreMonomorphic(flags));
1141 return FillCache(isolate_, compiler.CompileCallNormal(flags));
1160 return FillCache(isolate_, compiler.CompileCallMegamorphic(flags));
1180 return FillCache(isolate_, compiler.CompileCallMiss(flags));
1198 return FillCache(isolate_, compiler.CompileCallDebugBreak(flags));
1216 return FillCache(isolate_, compiler.CompileCallDebugPrepareStepIn(flags));
H A Disolate.h1128 void FillCache();

Completed in 2728 milliseconds