Home
last modified time | relevance | path

Searched refs:debug_label (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.cc16 std::string debug_label, in SessionConnection() argument
21 : debug_label_(std::move(debug_label)), in SessionConnection()
23 root_view_(&session_wrapper_, std::move(view_token.value), debug_label), in SessionConnection()
Dsurface.cc15 Surface::Surface(std::string debug_label) in Surface() argument
16 : debug_label_(std::move(debug_label)) {} in Surface()
Dcompositor_context.cc63 std::string debug_label, in CompositorContext() argument
68 : debug_label_(std::move(debug_label)), in CompositorContext()
Dvsync_waiter.cc14 VsyncWaiter::VsyncWaiter(std::string debug_label, in VsyncWaiter() argument
18 debug_label_(std::move(debug_label)), in VsyncWaiter()
Dplatform_view.h42 std::string debug_label,
53 std::string debug_label,
Dsurface.h19 Surface(std::string debug_label);
Dvsync_waiter.h21 VsyncWaiter(std::string debug_label,
Dcompositor_context.h23 CompositorContext(std::string debug_label,
Dsession_connection.h30 SessionConnection(std::string debug_label,
Dengine.cc106 [debug_label = thread_label_, in Engine()
119 debug_label, // debug label in Engine()
Dplatform_view.cc80 std::string debug_label, in PlatformView() argument
91 debug_label_(std::move(debug_label)), in PlatformView()