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

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
NetworkStateNotifier.h 40 bool onLine() const { return m_isOnLine; }
44 bool m_isOnLine;
51 : m_isOnLine(true)
NetworkStateNotifier.cpp 51 if (m_isOnLine == onLine)
54 m_isOnLine = onLine;

Completed in 45 milliseconds