Searched defs:addURLToRedirect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp979 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp864 void LayoutTestController::addURLToRedirect(const QString& origin, const QString& destination) function in class:LayoutTestController
866 DumpRenderTreeSupportQt::addURLToRedirect(origin, destination);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp387 controller->addURLToRedirect(originBuffer.get(), destinationBuffer.get());
2159 { "addURLToRedirect", addURLToRedirectCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
2391 void LayoutTestController::addURLToRedirect(std::string origin, std::string destination) function in class:LayoutTestController

Completed in 46 milliseconds