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

  /external/webkit/Source/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 25 #include "NetworkStateNotifierPrivate.h"
30 NetworkStateNotifierPrivate::NetworkStateNotifierPrivate(NetworkStateNotifier* notifier)
40 void NetworkStateNotifierPrivate::onlineStateChanged(bool isOnline)
50 void NetworkStateNotifierPrivate::networkAccessPermissionChanged(bool isAllowed)
60 NetworkStateNotifierPrivate::~NetworkStateNotifierPrivate()
79 p = new NetworkStateNotifierPrivate(this);
NetworkStateNotifierPrivate.h 33 class NetworkStateNotifierPrivate : public QObject {
36 NetworkStateNotifierPrivate(NetworkStateNotifier* notifier);
37 ~NetworkStateNotifierPrivate();

Completed in 106 milliseconds