Home
last modified time | relevance | path

Searched refs:setState (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp79 setState(Recording); in mousePressEvent()
112 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseReleaseEvent()
124 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseDoubleClickEvent()
201 void QDeclarativePinchGenerator::setState(GeneratorState state) in setState() function in QDeclarativePinchGenerator
214 setState(Idle); in itemChange()
275 setState(Idle); in setTarget()
277 setState(Invalid); in setTarget()
315 setState(Replaying); in pinch()
353 setState(Replaying); in replay()
375 setState(Idle); in stop()
H A Dqdeclarativepinchgenerator_p.h120 void setState(GeneratorState state);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp114 setState(address.state()); in setAddress()
214 void QDeclarativeGeoAddress::setState(const QString &state) in setState() function in QDeclarativeGeoAddress
219 m_address.setState(state); in setState()
H A Dqdeclarativegeoaddress_p.h68 Q_PROPERTY(QString state READ state WRITE setState NOTIFY stateChanged)
90 void setState(const QString &state);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp44 void OfflineDownload::setState(OfflineRegionDownloadState state) { in setState() function in mbgl::OfflineDownload
272 setState(OfflineRegionDownloadState::Inactive); in continueDownload()
379 setState(OfflineRegionDownloadState::Inactive); in onMapboxTileCountLimitExceeded()
H A Doffline_download.hpp34 void setState(OfflineRegionDownloadState);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp142 address.setState(addressObject.value(QStringLiteral("Region")).toString()); in parseAddress()
192 address.setState(attributesObject.value(QStringLiteral("Region")).toString()); in parseCandidate()
H A Dplacesearchreply_esri.cpp187 geoAddress.setState(keys.value(kStateKey)); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp169 testObj.setState("testText"); in stateTest()
211 fullAddress.setState("state"); in generatedText()
526 testObj.setState(QStringLiteral("state")); in emptyClearTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.h74 void setState(const QString &state);
H A Dqgeoaddress.cpp494 void QGeoAddress::setState(const QString &state) in setState() function in QGeoAddress
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Controller.m269 [item setState:NSOnState];
272 [item setState:NSOnState];
293 [item setState:NSOffState];
295 [item setState:NSOffState];
299 [item setState:NSOnState];
301 [item setState:NSOnState];
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp110 address.setState(valueText); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp83 address.setState(ao.value(QStringLiteral("state")).toString()); in parseAddressObject()
H A Dqplacesearchreplyosm.cpp217 address.setState(addressDetails.value(QStringLiteral("state")).toString()); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp330 address.setState(addr.value("State").toString()); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp189 address.setState(addressObject.value(QLatin1String("state")).toString()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp92 m_address.setState(QStringLiteral("Queensland")); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp99 getDownload(regionID).setState(state); in setRegionDownloadState()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js201 Button.prototype.setState = function (state) { method in Button
260 else if (option) data.setState(option)
H A Dbootstrap.min.js6setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.i… method in c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp883 newPoint->setState(state); in createTouchPointFromMouseEvent()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c3619 if ((stuff->setState) && ((map->flags & XkbIM_NoExplicit) == 0)) { in _XkbSetNamedIndicator()