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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp127 bindMethod("queueForwardNavigation", &LayoutTestController::queueForwardNavigation);
405 void LayoutTestController::queueForwardNavigation(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp303 void LayoutTestController::queueForwardNavigation(int howFarForward) function in class:LayoutTestController
305 //qDebug() << ">>>queueForwardNavigation" << howFarForward;
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp936 controller->queueForwardNavigation(static_cast<int>(howFarForwardDouble));
2229 { "queueForwardNavigation", queueForwardNavigationCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
2333 void LayoutTestController::queueForwardNavigation(int howFarForward) function in class:LayoutTestController

Completed in 58 milliseconds