Searched refs:isAllowed (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/network/qt/
H A DNetworkStateNotifierQt.cpp50 void NetworkStateNotifierPrivate::networkAccessPermissionChanged(bool isAllowed) argument
52 if (isAllowed == m_networkAccessAllowed)
55 m_networkAccessAllowed = isAllowed;
83 void NetworkStateNotifier::setNetworkAccessAllowed(bool isAllowed) argument
85 p->networkAccessPermissionChanged(isAllowed);
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp323 else if (!isAllowed()) {
359 if (isAllowed()) {
459 if (!isAllowed()) {
631 if (!isAllowed()) {
646 ASSERT(isAllowed());
738 if (isAllowed()) {
H A DGeolocation.h85 bool isAllowed() const { return m_allowGeolocation == Yes; } function in class:WebCore::Geolocation
/external/smack/src/org/jivesoftware/smack/
H A DConnectionConfiguration.java601 * @param isAllowed if the reconnection mechanism is allowed to use.
603 public void setReconnectionAllowed(boolean isAllowed) { argument
604 this.reconnectionAllowed = isAllowed;
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java1702 && isAllowed(s.charAt(nextToEncode), allow)) {
1735 && !isAllowed(s.charAt(nextAllowed), allow)) {
1769 private static boolean isAllowed(char c, String allow) { method in class:Uri__FromAndroid
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp58 void QWEBKIT_EXPORT qt_networkAccessAllowed(bool isAllowed) argument
61 WebCore::networkStateNotifier().setNetworkAccessAllowed(isAllowed);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1327 milliseconds