Searched refs:onLine (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNetworkStateNotifier.cpp40 void WebNetworkStateNotifier::setOnLine(bool onLine) argument
42 networkStateNotifier().setOnLine(onLine);
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DNetworkStateNotifier.cpp49 void NetworkStateNotifier::setOnLine(bool onLine) argument
51 if (m_isOnLine == onLine)
54 m_isOnLine = onLine;
H A DNetworkStateNotifier.h40 bool onLine() const { return m_isOnLine; } function in class:WebCore::NetworkStateNotifier
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWorkerNavigator.idl37 readonly attribute boolean onLine;
H A DNavigatorBase.h46 bool onLine() const;
H A DNavigator.idl36 readonly attribute boolean onLine;
H A DNavigatorBase.cpp124 bool NavigatorBase::onLine() const function in class:WebCore::NavigatorBase
126 return networkStateNotifier().onLine();
H A DPage.cpp79 AtomicString eventName = networkStateNotifier().onLine() ? eventNames().onlineEvent : eventNames().offlineEvent;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DApplicationCacheModel.js179 get onLine()
H A DApplicationCacheItemsView.js67 this.updateNetworkState(this._model.onLine);
/external/chromium_org/chrome/browser/resources/file_manager/js/media/
H A Dvideo_player.js214 if (streaming && !navigator.onLine) {
H A Daudio_player.js379 var error = (!navigator.onLine && metadata.streaming) ?
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp96 bool isNowOnline = networkStateNotifier().onLine();
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js146 if (navigator.onLine) {
390 if (navigator.onLine) {
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.js292 (!this.appData_.offlineEnabled && !navigator.onLine)) {
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_view.js458 !navigator.onLine && metadata.streaming) {

Completed in 265 milliseconds