Home
last modified time | relevance | path

Searched refs:FlutterPlatformView (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/
DFlutterPlatformViews.h18 @protocol FlutterPlatformView <NSObject>
41 - (NSObject<FlutterPlatformView>*)createWithFrame:(CGRect)frame
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_external_view_embedder.cc130 static FlutterPlatformView MakePlatformView( in MakePlatformView()
132 FlutterPlatformView view = {}; in MakePlatformView()
142 const FlutterPlatformView& platform_view) { in MakeLayer()
160 std::map<FlutterPlatformViewIdentifier, FlutterPlatformView> in SubmitFrame()
Dembedder.h421 } FlutterPlatformView; typedef
487 const FlutterPlatformView* platform_view;
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_assertions.h84 inline bool operator==(const FlutterPlatformView& a,
85 const FlutterPlatformView& b) {
156 const FlutterPlatformView& platform_view) {
Dembedder_unittests.cc568 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()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews_Internal.h92 NSObject<FlutterPlatformView>* GetPlatformViewByID(int view_id);
114 std::map<int64_t, fml::scoped_nsobject<NSObject<FlutterPlatformView>>> views_;
DFlutterPlatformViews.mm66 NSObject<FlutterPlatformView>* embedded_view = [factory createWithFrame:CGRectZero
69 views_[viewId] = fml::scoped_nsobject<NSObject<FlutterPlatformView>>([embedded_view retain]);
182 NSObject<FlutterPlatformView>* FlutterPlatformViewsController::GetPlatformViewByID(int view_id) {