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

  /external/webkit/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/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 262 BOOL shouldCache;
263 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), data, length, getWebDataSource(loader), &shouldCache)))
264 return shouldCache;
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 4800 milliseconds