Searched defs:view_statics (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc374 mswr::ComPtr<winui::ViewManagement::IApplicationViewStatics> view_statics; local
377 view_statics.GetAddressOf());
382 hr = view_statics->get_Value(&state);
387 hr = view_statics->TryUnsnap(&success);
H A Dchrome_app_view_ash.cc714 mswr::ComPtr<winui::ViewManagement::IApplicationViewStatics> view_statics; local
717 view_statics.GetAddressOf());
722 hr = view_statics->get_Value(&state);
727 hr = view_statics->TryUnsnap(&success);

Completed in 109 milliseconds