HomeSort by relevance Sort by last modified time
    Searched full:cachecontrol (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 134 String cacheControl = getAttribute(cache_controlAttr);
137 preparePOSTRequest(request, inSameDeck, cacheControl);
142 if (!cacheControl.isEmpty()) {
143 request.setHTTPHeaderField("cache-control", cacheControl);
145 if (cacheControl == "no-cache")
152 void WMLGoElement::preparePOSTRequest(ResourceRequest& request, bool inSameDeck, const String& cacheControl)
156 if (inSameDeck && cacheControl != "no-cache") {
WMLGoElement.h 47 void preparePOSTRequest(ResourceRequest&, bool inSameDeck, const String& cacheControl);
  /external/libvpx/examples/includes/geshi/geshi/
asp.php 71 'ServerVariables', 'TotalBytes', 'AddHeader', 'AppendToLog', 'BinaryWrite', 'Buffer', 'CacheControl',
  /frameworks/base/core/java/android/webkit/
CacheManager.java 857 String cacheControl = headers.getCacheControl();
858 if (cacheControl != null) {
859 String[] controls = cacheControl.toLowerCase().split("[ ,;]");
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/
webdefault.xml 92 <!-- cacheControl If set, all static content will have this value -->
152 <param-name>cacheControl</param-name>

Completed in 161 milliseconds