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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegatePrivate.idl 63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 129 const bool shouldCache = (cacheInputIndex == mInputIndex)
131 return shouldCache;
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 117 public boolean shouldCache(){
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 229 if (!request.shouldCache()) {
263 * <code>request.shouldCache()</code>.</p>
271 if (request.shouldCache()) {
NetworkDispatcher.java 121 if (request.shouldCache() && response.cacheEntry != null) {
Request.java 418 public final void setShouldCache(boolean shouldCache) {
419 mShouldCache = shouldCache;
425 public final boolean shouldCache() {
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 125 public boolean shouldCache(){
DesktopAssetManager.java 232 if (key.shouldCache()){
290 if (key.shouldCache())
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
GLSLLoader.java 85 public boolean shouldCache(){
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 258 BOOL shouldCache;
259 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), data, length, getWebDataSource(loader), &shouldCache)))
260 return shouldCache;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1026 milliseconds