Searched refs:networkStateNotifier (Results 1 – 11 of 11) sorted by relevance
35 NetworkStateNotifier& networkStateNotifier() in networkStateNotifier() function37 …AtomicallyInitializedStatic(NetworkStateNotifier*, networkStateNotifier = new NetworkStateNotifier… in networkStateNotifier()39 return *networkStateNotifier; in networkStateNotifier()
136 NetworkStateNotifier& networkStateNotifier();
36 return networkStateNotifier().type(); in type()
126 return networkStateNotifier().onLine(); in onLine()
118 …AtomicString eventName = networkStateNotifier().onLine() ? eventNames().onlineEvent : eventNames()… in networkStateChanged()185 networkStateNotifier().setNetworkStateChangedFunction(networkStateChanged); in Page()
42 networkStateNotifier().setOnLine(onLine); in setOnLine()
72 bool isNowOnline = networkStateNotifier().onLine(); in networkStateChanged()
412 *retValue = !networkStateNotifier().onLine(); in platformGetValueStatic()551 *retValue = !networkStateNotifier().onLine(); in platformGetValue()
383 WebCore::networkStateNotifier().networkStateChange(online); in SetNetworkOnLine()406 WebCore::networkStateNotifier().networkTypeChange(connectionType); in SetNetworkType()
61 WebCore::networkStateNotifier().setNetworkAccessAllowed(isAllowed); in qt_networkAccessAllowed()
63603 * platform/network/NetworkStateNotifier.cpp: (WebCore::networkStateNotifier):63604 Make networkStateNotifier() static constructor thread safe. The object is created on the70012 (WebCore::networkStateNotifier):71952 (WebCore::networkStateNotifier): Ditto