HomeSort by relevance Sort by last modified time
    Searched refs:m_willSendRequestReturnsNull (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 187 bool willSendRequestReturnsNull() const { return m_willSendRequestReturnsNull; }
188 void setWillSendRequestReturnsNull(bool returnsNull) { m_willSendRequestReturnsNull = returnsNull; }
264 bool m_willSendRequestReturnsNull;
LayoutTestController.cpp 70 , m_willSendRequestReturnsNull(false)
    [all...]

Completed in 126 milliseconds