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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifier.h52 , m_testUpdatesOnly(false)
84 // Tests should call this as it will change the type regardless of the value of m_testUpdatesOnly.
115 bool m_testUpdatesOnly; member in class:blink::NetworkStateNotifier
H A DNetworkStateNotifier.cpp64 if (m_testUpdatesOnly)
122 m_testUpdatesOnly = updatesOnly;
128 ASSERT(m_testUpdatesOnly);

Completed in 82 milliseconds