Home
last modified time | relevance | path

Searched refs:loadState (Results 1 – 25 of 1620) sorted by relevance

12345678910>>...65

/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsDocShellLoadState.cpp206 loadState.forget(aResult); in CreateFromPendingChannel()
355 loadState->SetFirstParty(true); in CreateFromLoadURIOptions()
379 loadState.forget(aResult); in CreateFromLoadURIOptions()
1013 DocShellLoadStateInit loadState; in Serialize() local
1024 loadState.LoadType() = mLoadType; in Serialize()
1025 loadState.Target() = mTarget; in Serialize()
1032 loadState.TypeHint() = mTypeHint; in Serialize()
1036 loadState.URI() = mURI; in Serialize()
1039 loadState.BaseURI() = mBaseURI; in Serialize()
1044 loadState.Csp() = mCsp; in Serialize()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsDocShellLoadState.cpp205 loadState.forget(aResult); in CreateFromPendingChannel()
335 loadState->SetLoadType( in CreateFromLoadURIOptions()
342 loadState->SetFirstParty(true); in CreateFromLoadURIOptions()
365 loadState.forget(aResult); in CreateFromLoadURIOptions()
864 DocShellLoadStateInit loadState; in Serialize() local
874 loadState.LoadType() = mLoadType; in Serialize()
875 loadState.Target() = mTarget; in Serialize()
884 loadState.URI() = mURI; in Serialize()
887 loadState.BaseURI() = mBaseURI; in Serialize()
891 loadState.Csp() = mCsp; in Serialize()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsDocShellLoadState.cpp204 loadState.forget(aResult); in CreateFromPendingChannel()
353 loadState->SetFirstParty(true); in CreateFromLoadURIOptions()
372 loadState.forget(aResult); in CreateFromLoadURIOptions()
1003 DocShellLoadStateInit loadState; in Serialize() local
1014 loadState.LoadType() = mLoadType; in Serialize()
1015 loadState.Target() = mTarget; in Serialize()
1022 loadState.TypeHint() = mTypeHint; in Serialize()
1026 loadState.URI() = mURI; in Serialize()
1029 loadState.BaseURI() = mBaseURI; in Serialize()
1034 loadState.Csp() = mCsp; in Serialize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsDocShellLoadState.cpp204 loadState.forget(aResult); in CreateFromPendingChannel()
353 loadState->SetFirstParty(true); in CreateFromLoadURIOptions()
372 loadState.forget(aResult); in CreateFromLoadURIOptions()
1003 DocShellLoadStateInit loadState; in Serialize() local
1014 loadState.LoadType() = mLoadType; in Serialize()
1015 loadState.Target() = mTarget; in Serialize()
1022 loadState.TypeHint() = mTypeHint; in Serialize()
1026 loadState.URI() = mURI; in Serialize()
1029 loadState.BaseURI() = mBaseURI; in Serialize()
1034 loadState.Csp() = mCsp; in Serialize()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DLocationBase.cpp81 return loadState.forget(); in CheckURL()
103 loadState->SetCsp(doc->GetCsp()); in CheckURL()
105 loadState->SetReferrerInfo(referrerInfo); in CheckURL()
107 loadState->SetHasValidUserGestureActivation( in CheckURL()
110 return loadState.forget(); in CheckURL()
130 RefPtr<nsDocShellLoadState> loadState = in SetURI() local
139 loadState->SetLoadType(LOAD_STOP_CONTENT); in SetURI()
148 loadState->SetHasValidUserGestureActivation( in SetURI()
153 loadState->SetFirstParty(true); in SetURI()
155 rv = bc->LoadURI(loadState); in SetURI()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DLocationBase.cpp81 return loadState.forget(); in CheckURL()
103 loadState->SetCsp(doc->GetCsp()); in CheckURL()
105 loadState->SetReferrerInfo(referrerInfo); in CheckURL()
107 loadState->SetHasValidUserGestureActivation( in CheckURL()
110 return loadState.forget(); in CheckURL()
130 RefPtr<nsDocShellLoadState> loadState = in SetURI() local
139 loadState->SetLoadType(LOAD_STOP_CONTENT); in SetURI()
148 loadState->SetHasValidUserGestureActivation( in SetURI()
153 loadState->SetFirstParty(true); in SetURI()
155 rv = bc->LoadURI(loadState); in SetURI()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DLocationBase.cpp81 return loadState.forget(); in CheckURL()
103 loadState->SetCsp(doc->GetCsp()); in CheckURL()
105 loadState->SetReferrerInfo(referrerInfo); in CheckURL()
107 loadState->SetHasValidUserGestureActivation( in CheckURL()
110 return loadState.forget(); in CheckURL()
130 RefPtr<nsDocShellLoadState> loadState = in SetURI() local
139 loadState->SetLoadType(LOAD_STOP_CONTENT); in SetURI()
148 loadState->SetHasValidUserGestureActivation( in SetURI()
153 loadState->SetFirstParty(true); in SetURI()
155 rv = bc->LoadURI(loadState); in SetURI()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DLocationBase.cpp81 return loadState.forget(); in CheckURL()
102 loadState->SetCsp(doc->GetCsp()); in CheckURL()
104 loadState->SetReferrerInfo(referrerInfo); in CheckURL()
106 loadState->SetHasValidUserGestureActivation( in CheckURL()
109 return loadState.forget(); in CheckURL()
119 RefPtr<nsDocShellLoadState> loadState = in SetURI() local
128 loadState->SetLoadType(LOAD_STOP_CONTENT); in SetURI()
136 loadState->SetSourceBrowsingContext(sourceBC); in SetURI()
137 loadState->SetHasValidUserGestureActivation( in SetURI()
142 loadState->SetFirstParty(true); in SetURI()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/
H A DCommandStateProxy.java135 if (loadState()) { in getValue()
144 if (loadState() && state instanceof PersistentState) { in load()
160 private boolean loadState() { in loadState() method in CommandStateProxy
161 return loadState(false); in loadState()
174 private boolean loadState(final boolean readPersistence) { in loadState() method in CommandStateProxy
226 if (loadState() && state instanceof PersistentState) { in save()
241 if (loadState(persisted) && state instanceof PersistentState) { in setShouldPersist()
248 if (loadState()) { in setValue()
255 if (loadState() && state instanceof PersistentState) { in shouldPersist()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/compositeClasses/
H A DCompositeLoadTrait.as167 loadTrait.loadState != LoadState.READY)
180 currentLoadTrait.loadState != LoadState.LOADING &&
181 currentLoadTrait.loadState != LoadState.READY)
202 loadTrait.loadState == LoadState.READY)
215 currentLoadTrait.loadState == LoadState.LOADING ||
216 currentLoadTrait.loadState == LoadState.READY)
237 syncToLoadState((child as LoadTrait).loadState);
243 syncToLoadState(loadState);
250 syncToLoadState((child as LoadTrait).loadState);
272 syncToLoadState(event.loadState);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/ipc/
H A DDocumentChannelParent.cpp32 RefPtr<nsDocShellLoadState> loadState = in Init() local
33 new nsDocShellLoadState(aArgs.loadState()); in Init()
35 loadState->URI()->GetSpecOrDefault().get())); in Init()
37 if (loadState->GetLoadIdentifier()) { in Init()
39 loadState->GetLoadIdentifier(), this); in Init()
51 if (!mParent->Open(loadState, aArgs.cacheKey(), Some(aArgs.channelId()), in Init()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontlint.pe83 1,"Unknown loadState bit 0x400", \
84 1,"Unknown loadState bit 0x800", \
85 1,"Unknown loadState bit 0x1000", \
86 1,"Unknown loadState bit 0x2000", \
87 1,"Unknown loadState bit 0x4000", \
88 1,"Unknown loadState bit 0x8000", \
89 1,"Unknown loadState bit 0x10000", \
90 1,"Unknown loadState bit 0x20000", \
91 1,"Unknown loadState bit 0x40000", \
92 1,"Unknown loadState bit 0x80000", \
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/tests/
H A Dpixmapcachemodel_test.cpp73 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Loading); in initTestCase()
80 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Loading); in initTestCase()
86 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Error); in initTestCase()
93 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Error); in initTestCase()
102 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Loading); in initTestCase()
108 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Error); in initTestCase()
119 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Error); in initTestCase()
129 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Error); in initTestCase()
138 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Loading); in initTestCase()
145 QCOMPARE(model.loadState(nextItem), PixmapCacheModel::Loading); in initTestCase()
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/htmlClasses/
H A DHTMLLoadTrait.as47 public function set loadState(value:String):void property in org.osmf.elements.htmlClasses.HTMLLoadTrait
54 if (loadState == LoadState.READY)
58 if (loadState == LoadState.LOADING)
67 loadState = LoadState.LOADING;
80 loadState = LoadState.READY;
86 if (loadState == LoadState.UNLOADING)
90 if (loadState == LoadState.UNINITIALIZED)
100 loadState = LoadState.UNINITIALIZED;
/dports/www/firefox-esr/firefox-91.8.0/dom/clients/manager/
H A DClientNavigateOpChild.cpp251 RefPtr<nsDocShellLoadState> loadState = new nsDocShellLoadState(url); in DoNavigate() local
252 loadState->SetTriggeringPrincipal(principal); in DoNavigate()
253 loadState->SetTriggeringSandboxFlags(doc->GetSandboxFlags()); in DoNavigate()
254 loadState->SetCsp(doc->GetCsp()); in DoNavigate()
257 loadState->SetReferrerInfo(referrerInfo); in DoNavigate()
258 loadState->SetLoadType(LOAD_STOP_CONTENT); in DoNavigate()
259 loadState->SetSourceBrowsingContext(docShell->GetBrowsingContext()); in DoNavigate()
260 loadState->SetLoadFlags(nsIWebNavigation::LOAD_FLAGS_NONE); in DoNavigate()
261 loadState->SetFirstParty(true); in DoNavigate()
262 loadState->SetHasValidUserGestureActivation( in DoNavigate()
[all …]
/dports/www/firefox/firefox-99.0/dom/clients/manager/
H A DClientNavigateOpChild.cpp251 RefPtr<nsDocShellLoadState> loadState = new nsDocShellLoadState(url); in DoNavigate() local
252 loadState->SetTriggeringPrincipal(principal); in DoNavigate()
253 loadState->SetTriggeringSandboxFlags(doc->GetSandboxFlags()); in DoNavigate()
254 loadState->SetCsp(doc->GetCsp()); in DoNavigate()
257 loadState->SetReferrerInfo(referrerInfo); in DoNavigate()
258 loadState->SetLoadType(LOAD_STOP_CONTENT); in DoNavigate()
259 loadState->SetSourceBrowsingContext(docShell->GetBrowsingContext()); in DoNavigate()
260 loadState->SetLoadFlags(nsIWebNavigation::LOAD_FLAGS_NONE); in DoNavigate()
261 loadState->SetFirstParty(true); in DoNavigate()
262 loadState->SetHasValidUserGestureActivation( in DoNavigate()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/clients/manager/
H A DClientNavigateOpChild.cpp251 RefPtr<nsDocShellLoadState> loadState = new nsDocShellLoadState(url); in DoNavigate() local
252 loadState->SetTriggeringPrincipal(principal); in DoNavigate()
253 loadState->SetTriggeringSandboxFlags(doc->GetSandboxFlags()); in DoNavigate()
254 loadState->SetCsp(doc->GetCsp()); in DoNavigate()
257 loadState->SetReferrerInfo(referrerInfo); in DoNavigate()
258 loadState->SetLoadType(LOAD_STOP_CONTENT); in DoNavigate()
259 loadState->SetSourceBrowsingContext(docShell->GetBrowsingContext()); in DoNavigate()
260 loadState->SetLoadFlags(nsIWebNavigation::LOAD_FLAGS_NONE); in DoNavigate()
261 loadState->SetFirstParty(true); in DoNavigate()
262 loadState->SetHasValidUserGestureActivation( in DoNavigate()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSStateHandler.cpp117 RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT)); in myStartElement()
120 … RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT), MSRouteHandler::getParsingRNG()); in myStartElement()
123 …RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT), MSNet::getInstance()->getInsertionCo… in myStartElement()
126 … RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT), MSDevice::getEquipmentRNG()); in myStartElement()
129 …RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT), MSDevice_BTreceiver::getEquipmentRNG… in myStartElement()
132 RandHelper::loadState(attrs.getString(SUMO_ATTR_RNG_DEFAULT), OUProcess::getRNG()); in myStartElement()
169 MSVehicleTransfer::getInstance()->loadState(attrs, myOffset, vc); in myStartElement()
195 …mySegment->loadState(vehIDs, MSNet::getInstance()->getVehicleControl(), StringUtils::toLong(attrs.… in myStartElement()
197 … MSEdge::getAllEdges()[myEdgeAndLane.first]->getLanes()[myEdgeAndLane.second]->loadState( in myStartElement()
244 v->loadState(*myAttrs, myOffset); in closeVehicle()
[all …]
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DDocShellMessageUtils.cpp24 dom::DocShellLoadStateInit loadState; in Read() local
25 if (!ReadIPDLParam(aReader, aActor, &loadState)) { in Read()
34 MOZ_ASSERT(loadState.URI()); in Read()
36 *aResult = new nsDocShellLoadState(loadState); in Read()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DDocShellMessageUtils.cpp23 DocShellLoadStateInit loadState; in Read() local
24 if (!ReadIPDLParam(aMsg, aIter, aActor, &loadState)) { in Read()
33 MOZ_ASSERT(loadState.URI()); in Read()
35 *aResult = new nsDocShellLoadState(loadState); in Read()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageHandlerFactory.cpp346 if (result->loadState(kwl, prefix)) break; in open()
350 if (result->loadState(kwl, prefix)) break; in open()
354 if (result->loadState(kwl, prefix)) break; in open()
358 if (result->loadState(kwl, prefix)) break; in open()
362 if (result->loadState(kwl, prefix)) break; in open()
366 if (result->loadState(kwl, prefix)) break; in open()
370 if (result->loadState(kwl, prefix)) break; in open()
374 if (result->loadState(kwl, prefix)) break; in open()
382 if (result->loadState(kwl, prefix)) break; in open()
387 if (result->loadState(kwl, prefix)) break; in open()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DDocShellMessageUtils.cpp24 dom::DocShellLoadStateInit loadState; in Read() local
25 if (!ReadIPDLParam(aMsg, aIter, aActor, &loadState)) { in Read()
34 MOZ_ASSERT(loadState.URI()); in Read()
36 *aResult = new nsDocShellLoadState(loadState); in Read()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DDocShellMessageUtils.cpp24 dom::DocShellLoadStateInit loadState; in Read() local
25 if (!ReadIPDLParam(aMsg, aIter, aActor, &loadState)) { in Read()
34 MOZ_ASSERT(loadState.URI()); in Read()
36 *aResult = new nsDocShellLoadState(loadState); in Read()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DDocumentChannelParent.cpp34 RefPtr<nsDocShellLoadState> loadState = in Init() local
35 new nsDocShellLoadState(aArgs.loadState()); in Init()
37 loadState->URI()->GetSpecOrDefault().get())); in Init()
40 if (loadState->GetChannelInitialized()) { in Init()
42 getter_AddRefs(mDocumentLoadListener), loadState->GetLoadIdentifier(), in Init()
62 loadState, aArgs.cacheKey(), Some(aArgs.channelId()), in Init()
70 loadState, aArgs.cacheKey(), Some(aArgs.channelId()), in Init()
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DDocumentChannelParent.cpp34 RefPtr<nsDocShellLoadState> loadState = in Init() local
35 new nsDocShellLoadState(aArgs.loadState()); in Init()
37 loadState->URI()->GetSpecOrDefault().get())); in Init()
48 if (loadState->GetChannelInitialized()) { in Init()
50 getter_AddRefs(mDocumentLoadListener), loadState->GetLoadIdentifier(), in Init()
70 loadState, aArgs.cacheKey(), Some(aArgs.channelId()), in Init()
78 loadState, aArgs.cacheKey(), Some(aArgs.channelId()), in Init()

12345678910>>...65