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

/external/chromium_org/android_webview/browser/
H A Daw_contents_io_thread_client.h40 enum CacheMode { enum in class:android_webview::AwContentsIoThreadClient
54 // Retrieve CacheMode setting value of this AwContents.
56 virtual CacheMode GetCacheMode() const = 0;
/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.h49 virtual CacheMode GetCacheMode() const OVERRIDE;
H A Daw_contents_io_thread_client_impl.cc224 AwContentsIoThreadClient::CacheMode
231 return static_cast<AwContentsIoThreadClient::CacheMode>(
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc179 AwContentsIoThreadClient::CacheMode cache_mode = io_client->GetCacheMode();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h211 enum CacheMode enum in namespace:nv50_ir
681 CacheMode cache;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h211 enum CacheMode enum in namespace:nv50_ir
681 CacheMode cache;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp61 void emitCachingMode(CacheMode c);
1367 CodeEmitterNVC0::emitCachingMode(CacheMode c)
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp61 void emitCachingMode(CacheMode c);
1367 CodeEmitterNVC0::emitCachingMode(CacheMode c)

Completed in 215 milliseconds