Searched refs:onLine (Results 1 - 15 of 15) 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();
H A DNavigatorOnLine.idl36 readonly attribute boolean 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.cpp46 void NetworkStateNotifier::setOnLine(bool onLine) argument
52 if (m_isOnLine == onLine)
55 m_isOnLine = onLine;
58 Page::networkStateChanged(onLine);
H A DNetworkStateNotifier.h56 bool onLine() const function in class:blink::NetworkStateNotifier
/external/chromium_org/remoting/webapp/
H A Dsmart_reconnector.js90 if (navigator.onLine) {
/external/chromium_org/chrome/browser/resources/options/
H A Deasy_unlock_turn_off_overlay.js82 if (navigator.onLine) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DApplicationCacheModel.js183 get onLine()
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.js224 if (navigator.onLine)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp76 networkStateChanged(networkStateNotifier().onLine());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DApplicationCacheItemsView.js67 this.updateNetworkState(this._model.onLine);
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js255 var error = (!navigator.onLine && !metadata.external.present) ?
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js146 if (navigator.onLine) {
424 if (navigator.onLine) {
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.js306 (!this.appData_.offlineEnabled && !navigator.onLine)) {
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js384 !navigator.onLine && !metadata.external.present) {

Completed in 4787 milliseconds