Searched refs:m_willSendRequestClearHeaders (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h234 const std::set<std::string>& willSendRequestClearHeaders() const { return m_willSendRequestClearHeaders; }
235 void setWillSendRequestClearHeader(std::string header) { m_willSendRequestClearHeaders.insert(header); }
391 std::set<std::string> m_willSendRequestClearHeaders; member in class:LayoutTestController

Completed in 42 milliseconds