OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_willSendRequestReturnsNull
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h
153
bool willSendRequestReturnsNull() { return
m_willSendRequestReturnsNull
; }
154
void setWillSendRequestReturnsNull(bool f) {
m_willSendRequestReturnsNull
= f; }
180
bool
m_willSendRequestReturnsNull
;
/external/webkit/Tools/DumpRenderTree/
LayoutTestController.h
237
bool willSendRequestReturnsNull() const { return
m_willSendRequestReturnsNull
; }
238
void setWillSendRequestReturnsNull(bool returnsNull) {
m_willSendRequestReturnsNull
= returnsNull; }
374
bool
m_willSendRequestReturnsNull
;
Completed in 93 milliseconds