/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/ |
D | FlutterActivityAndFragmentDelegateTest.java | 90 delegate.onAttach(RuntimeEnvironment.application); in itSendsLifecycleEventsToFlutter() 130 delegate.onAttach(RuntimeEnvironment.application); in itDefersToTheHostToProvideFlutterEngine() 154 delegate.onAttach(RuntimeEnvironment.application); in itUsesCachedEngineWhenProvided() 181 delegate.onAttach(RuntimeEnvironment.application); in itThrowsExceptionIfCachedEngineDoesNotExist() 194 delegate.onAttach(RuntimeEnvironment.application); in itGivesHostAnOpportunityToConfigureFlutterEngine() 211 delegate.onAttach(RuntimeEnvironment.application); in itSendsInitialRouteToFlutter() 237 delegate.onAttach(RuntimeEnvironment.application); in itExecutesDartEntrypointProvidedByHost() 259 delegate.onAttach(RuntimeEnvironment.application); in itAttachesFlutterToTheActivityIfDesired() 285 delegate.onAttach(RuntimeEnvironment.application); in itDoesNotAttachFlutterToTheActivityIfNotDesired() 304 delegate.onAttach(RuntimeEnvironment.application); in itSendsPopRouteMessageToFlutterWhenHardwareBackButtonIsPressed() [all …]
|
/third_party/skia/tools/sk_app/ |
D | Window.h | 103 virtual void onAttach(Window* window) {} in onAttach() function 123 layer->onAttach(this); in pushLayer()
|
/third_party/flutter/skia/tools/sk_app/ |
D | Window.h | 138 virtual void onAttach(Window* window) {} in onAttach() function 155 layer->onAttach(this); in pushLayer()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/ |
D | FlutterFragment.java | 592 public void onAttach(@NonNull Context context) { in onAttach() method in FlutterFragment 593 super.onAttach(context); in onAttach() 595 delegate.onAttach(context); in onAttach()
|
D | FlutterActivityAndFragmentDelegate.java | 137 void onAttach(@NonNull Context context) { in onAttach() method in FlutterActivityAndFragmentDelegate
|
D | FlutterActivity.java | 399 delegate.onAttach(this); in onCreate()
|
/third_party/skia/experimental/sktext/editor/ |
D | Editor.h | 40 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.h | 109 void onAttach(const Context *context) override;
|
D | Image.h | 107 void onAttach(const gl::Context *context) override;
|
D | FramebufferAttachment.h | 200 virtual void onAttach(const Context *context) = 0;
|
D | Renderbuffer.cpp | 214 void Renderbuffer::onAttach(const Context *context) in onAttach() function in gl::Renderbuffer
|
D | FramebufferAttachment.cpp | 126 resource->onAttach(context); in attach()
|
D | Surface.h | 133 void onAttach(const gl::Context *context) override {} in onAttach() function
|
D | Image.cpp | 191 void ExternalImageSibling::onAttach(const gl::Context *context) {} in onAttach() function in egl::ExternalImageSibling
|
/third_party/skia/tools/viewer/ |
D | ImGuiLayer.h | 126 void onAttach(sk_app::Window* window) override;
|
D | ImGuiLayer.cpp | 95 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
|
/third_party/flutter/skia/tools/viewer/ |
D | ImGuiLayer.h | 123 void onAttach(sk_app::Window* window) override;
|
D | ImGuiLayer.cpp | 69 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.h | 148 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
|
D | Image.h | 106 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override;
|
D | FramebufferAttachment.h | 222 virtual void onAttach(const Context *context, rx::Serial framebufferSerial) = 0;
|
D | FramebufferAttachment.cpp | 133 resource->onAttach(context, framebufferSerial); in attach()
|
D | Surface.h | 168 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override {} in onAttach() function
|
D | Renderbuffer.cpp | 320 void Renderbuffer::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Renderbuffer
|
D | Image.cpp | 219 void ExternalImageSibling::onAttach(const gl::Context *context, rx::Serial framebufferSerial) {} in onAttach() function in egl::ExternalImageSibling
|