refresh 3 LayoutTests/http/tests/resources/redirect.php $refresh = $_GET['refresh']; refresh 5 LayoutTests/http/tests/resources/redirect.php if (isset($refresh)) { refresh 7 LayoutTests/http/tests/resources/redirect.php header("Refresh: $refresh; url=$url"); refresh 270 Source/core/page/Page.cpp PluginData::refresh(); refresh 51 Source/core/plugins/DOMPluginArray.h void refresh(bool reload); refresh 170 Source/platform/network/HTTPParsers.cpp bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url) refresh 172 Source/platform/network/HTTPParsers.cpp unsigned len = refresh.length(); refresh 175 Source/platform/network/HTTPParsers.cpp if (!skipWhiteSpace(refresh, pos, fromHttpEquivMeta)) refresh 178 Source/platform/network/HTTPParsers.cpp while (pos != len && refresh[pos] != ',' && refresh[pos] != ';') refresh 184 Source/platform/network/HTTPParsers.cpp delay = refresh.stripWhiteSpace().toDouble(&ok); refresh 188 Source/platform/network/HTTPParsers.cpp delay = refresh.left(pos).stripWhiteSpace().toDouble(&ok); refresh 193 Source/platform/network/HTTPParsers.cpp skipWhiteSpace(refresh, pos, fromHttpEquivMeta); refresh 195 Source/platform/network/HTTPParsers.cpp if (refresh.find("url", urlStartPos, false) == urlStartPos) { refresh 197 Source/platform/network/HTTPParsers.cpp skipWhiteSpace(refresh, urlStartPos, fromHttpEquivMeta); refresh 198 Source/platform/network/HTTPParsers.cpp if (refresh[urlStartPos] == '=') { refresh 200 Source/platform/network/HTTPParsers.cpp skipWhiteSpace(refresh, urlStartPos, fromHttpEquivMeta); refresh 208 Source/platform/network/HTTPParsers.cpp if (refresh[urlStartPos] == '"' || refresh[urlStartPos] == '\'') { refresh 209 Source/platform/network/HTTPParsers.cpp UChar quotationMark = refresh[urlStartPos]; refresh 213 Source/platform/network/HTTPParsers.cpp if (refresh[urlEndPos] == quotationMark) refresh 225 Source/platform/network/HTTPParsers.cpp url = refresh.substring(urlStartPos, urlEndPos - urlStartPos).stripWhiteSpace(); refresh 76 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url); refresh 37 Source/platform/plugins/PluginData.cpp void reset(bool refresh) refresh 41 Source/platform/plugins/PluginData.cpp m_refresh = refresh; refresh 63 Source/platform/plugins/PluginData.h static void refresh(); refresh 94 Source/web/PopupContainer.h WebCore::IntRect refresh(const WebCore::IntRect& targetControlRect); refresh 336 public/platform/Platform.h virtual void getPluginList(bool refresh, WebPluginListBuilder*) { }