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

/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h235 void setWillSendRequestClearHeader(std::string header) { m_willSendRequestClearHeaders.insert(header); } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp170 bindMethod("setWillSendRequestClearHeader", &LayoutTestController::setWillSendRequestClearHeader);
818 void LayoutTestController::setWillSendRequestClearHeader(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp286 void LayoutTestController::setWillSendRequestClearHeader(const QStringList& headers) function in class:LayoutTestController

Completed in 47 milliseconds