Home
last modified time | relevance | path

Searched refs:inSameDeck (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLGoElement.cpp120 bool inSameDeck = document->url().path() == url.path(); in executeTask() local
121 if (inSameDeck && url.hasFragmentIdentifier()) { in executeTask()
137 preparePOSTRequest(request, inSameDeck, cacheControl); in executeTask()
152 void WMLGoElement::preparePOSTRequest(ResourceRequest& request, bool inSameDeck, const String& cach… in preparePOSTRequest() argument
156 if (inSameDeck && cacheControl != "no-cache") { in preparePOSTRequest()
DWMLGoElement.h47 void preparePOSTRequest(ResourceRequest&, bool inSameDeck, const String& cacheControl);