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

/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc36 void SetCacheControlFlag( function in namespace:__anon3426
173 SetCacheControlFlag(request_, net::LOAD_ONLY_FROM_CACHE);
178 SetCacheControlFlag(request_, net::LOAD_PREFERRING_CACHE);
181 SetCacheControlFlag(request_, net::LOAD_BYPASS_CACHE);
184 SetCacheControlFlag(request_, net::LOAD_ONLY_FROM_CACHE);

Completed in 247 milliseconds