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

  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 100 Header locationHeader = response.getFirstHeader("location");
101 if (locationHeader == null) {
107 String location = locationHeader.getValue();
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]

Completed in 637 milliseconds