Home
last modified time | relevance | path

Searched refs:addURLToRedirect (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h195 static void addURLToRedirect(const QString& origin, const QString& destination); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp979 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination) in addURLToRedirect() function in DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h236 void addURLToRedirect(const QString& origin, const QString& destination);
DLayoutTestControllerQt.cpp864 void LayoutTestController::addURLToRedirect(const QString& origin, const QString& destination) in addURLToRedirect() function in LayoutTestController
866 DumpRenderTreeSupportQt::addURLToRedirect(origin, destination); in addURLToRedirect()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h49 void addURLToRedirect(std::string origin, std::string destination);
DLayoutTestController.cpp387 controller->addURLToRedirect(originBuffer.get(), destinationBuffer.get()); in addURLToRedirectCallback()
2391 void LayoutTestController::addURLToRedirect(std::string origin, std::string destination) in addURLToRedirect() function in LayoutTestController
/external/webkit/Tools/
DChangeLog-2011-02-162961 [Qt] Support layoutTestController.addURLToRedirect()
2965 (LayoutTestController::addURLToRedirect):
4096 (LayoutTestController::staticFunctions): Added addURLToRedirect.
4097 (LayoutTestController::addURLToRedirect): Added. Adds the redirection to the map.
4102 … if there is a redirection for the request’s URL, established by addURLToRedirect(), and if so,
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-16538 [Qt] Support layoutTestController.addURLToRedirect()
542 (DumpRenderTreeSupportQt::addURLToRedirect):