Home
last modified time | relevance | path

Searched refs:frameState (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp156 … auto frameState = safe_cast<IMap<String^, Object^>^>(frame->GetValue(FrameSessionStateProperty));
158 if (frameState == nullptr)
168 frameState = safe_cast<IMap<String^, Object^>^>(_sessionState->Lookup(frameSessionKey));
173 frameState = ref new Map<String^, Object^>();
175 frame->SetValue(FrameSessionStateProperty, frameState);
177 return frameState;
182 auto frameState = SessionStateForFrame(frame);
183 if (frameState->HasKey("Navigation"))
185 frame->SetNavigationState(safe_cast<String^>(frameState->Lookup("Navigation")));
191 auto frameState = SessionStateForFrame(frame);
[all …]
DLayoutAwarePage.cpp388 auto frameState = SuspensionManager::SessionStateForFrame(Frame); variable
397 while (frameState->HasKey(nextPageKey))
399 frameState->Remove(nextPageKey);
412 LoadState(e->Parameter, safe_cast<IMap<String^, Object^>^>(frameState->Lookup(_pageKey)));
423 auto frameState = SuspensionManager::SessionStateForFrame(Frame); variable
426 frameState->Insert(_pageKey, pageState);