Searched refs:addURLToRedirect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 195 static void addURLToRedirect(const QString& origin, const QString& destination); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 979 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination) in addURLToRedirect() function in DumpRenderTreeSupportQt
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 236 void addURLToRedirect(const QString& origin, const QString& destination);
|
D | LayoutTestControllerQt.cpp | 864 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/ |
D | LayoutTestController.h | 49 void addURLToRedirect(std::string origin, std::string destination);
|
D | LayoutTestController.cpp | 387 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/ |
D | ChangeLog-2011-02-16 | 2961 [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/ |
D | ChangeLog-2011-02-16 | 538 [Qt] Support layoutTestController.addURLToRedirect() 542 (DumpRenderTreeSupportQt::addURLToRedirect):
|