Searched defs:onLine (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorOnLine.h40 bool onLine() function in class:blink::NavigatorOnLine
42 return networkStateNotifier().onLine();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNetworkStateNotifier.cpp38 void WebNetworkStateNotifier::setOnLine(bool onLine) argument
40 networkStateNotifier().setOnLine(onLine);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifier.h56 bool onLine() const function in class:blink::NetworkStateNotifier
H A DNetworkStateNotifier.cpp46 void NetworkStateNotifier::setOnLine(bool onLine) argument
52 if (m_isOnLine == onLine)
55 m_isOnLine = onLine;
58 Page::networkStateChanged(onLine);

Completed in 100 milliseconds