Searched refs:inSameDeck (Results 1 – 2 of 2) sorted by relevance
120 bool inSameDeck = document->url().path() == url.path(); in executeTask() local121 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() argument156 if (inSameDeck && cacheControl != "no-cache") { in preparePOSTRequest()
47 void preparePOSTRequest(ResourceRequest&, bool inSameDeck, const String& cacheControl);