Searched refs:FlutterPlatformView (Results 1 – 7 of 7) sorted by relevance
18 @protocol FlutterPlatformView <NSObject>41 - (NSObject<FlutterPlatformView>*)createWithFrame:(CGRect)frame
130 static FlutterPlatformView MakePlatformView( in MakePlatformView()132 FlutterPlatformView view = {}; in MakePlatformView()142 const FlutterPlatformView& platform_view) { in MakeLayer()160 std::map<FlutterPlatformViewIdentifier, FlutterPlatformView> in SubmitFrame()
421 } FlutterPlatformView; typedef487 const FlutterPlatformView* platform_view;
84 inline bool operator==(const FlutterPlatformView& a,85 const FlutterPlatformView& b) {156 const FlutterPlatformView& platform_view) {
568 FlutterPlatformView platform_view = {}; in TEST_F()660 FlutterPlatformView platform_view = {}; in TEST_F()754 FlutterPlatformView platform_view = {}; in TEST_F()920 FlutterPlatformView platform_view = {}; in TEST_F()953 FlutterPlatformView platform_view = {}; in TEST_F()
92 NSObject<FlutterPlatformView>* GetPlatformViewByID(int view_id);114 std::map<int64_t, fml::scoped_nsobject<NSObject<FlutterPlatformView>>> views_;
66 NSObject<FlutterPlatformView>* embedded_view = [factory createWithFrame:CGRectZero69 views_[viewId] = fml::scoped_nsobject<NSObject<FlutterPlatformView>>([embedded_view retain]);182 NSObject<FlutterPlatformView>* FlutterPlatformViewsController::GetPlatformViewByID(int view_id) {