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

  /external/webkit/Source/WebCore/wml/
WMLGoElement.h 47 void preparePOSTRequest(ResourceRequest&, bool inSameDeck, const String& cacheControl);
WMLGoElement.cpp 120 bool inSameDeck = document->url().path() == url.path();
121 if (inSameDeck && url.hasFragmentIdentifier()) {
137 preparePOSTRequest(request, inSameDeck, cacheControl);
152 void WMLGoElement::preparePOSTRequest(ResourceRequest& request, bool inSameDeck, const String& cacheControl)
156 if (inSameDeck && cacheControl != "no-cache") {

Completed in 181 milliseconds