HomeSort by relevance Sort by last modified time
    Searched refs:CacheMode (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 40 enum CacheMode {
54 // Retrieve CacheMode setting value of this AwContents.
56 virtual CacheMode GetCacheMode() const = 0;
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 48 virtual CacheMode GetCacheMode() const OVERRIDE;
aw_contents_io_thread_client_impl.cc 209 AwContentsIoThreadClient::CacheMode
216 return static_cast<AwContentsIoThreadClient::CacheMode>(
  /frameworks/base/include/androidfw/
AssetManager.h 64 * files it has seen. This can be controlled with the "cacheMode"
72 typedef enum CacheMode {
77 } CacheMode;
79 AssetManager(CacheMode cacheMode = CACHE_OFF);
367 CacheMode mCacheMode; // is the cache enabled?
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc 175 AwContentsIoThreadClient::CacheMode cache_mode = io_client->GetCacheMode();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 211 enum CacheMode
681 CacheMode cache;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 211 enum CacheMode
681 CacheMode cache;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 61 void emitCachingMode(CacheMode c);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 61 void emitCachingMode(CacheMode c);
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 145 AssetManager::AssetManager(CacheMode cacheMode)
148 mCacheMode(cacheMode), mCacheValid(false)
    [all...]

Completed in 674 milliseconds