OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edge_gesture_statics
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/
chrome_app_view.cc
695
mswr::ComPtr<winui::Input::IEdgeGestureStatics>
edge_gesture_statics
;
local
698
edge_gesture_statics
.GetAddressOf());
702
hr =
edge_gesture_statics
->GetForCurrentView(&edge_gesture);
[
all
...]
chrome_app_view_ash.cc
568
mswr::ComPtr<winui::Input::IEdgeGestureStatics>
edge_gesture_statics
;
local
571
edge_gesture_statics
.GetAddressOf());
575
hr =
edge_gesture_statics
->GetForCurrentView(&edge_gesture);
[
all
...]
Completed in 98 milliseconds