HomeSort by relevance Sort by last modified time
    Searched refs:shouldCache (Results 1 - 13 of 13) 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);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 117 public boolean shouldCache(){
  /frameworks/support/volley/src/com/android/volley/
RequestQueue.java 222 if (!request.shouldCache()) {
256 * <code>request.shouldCache()</code>.</p>
264 if (request.shouldCache()) {
NetworkDispatcher.java 114 if (request.shouldCache() && response.cacheEntry != null) {
Request.java 309 public final void setShouldCache(boolean shouldCache) {
310 mShouldCache = shouldCache;
316 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/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 138 milliseconds