Searched refs:debug_label (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | session_connection.cc | 16 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()
|
D | surface.cc | 15 Surface::Surface(std::string debug_label) in Surface() argument 16 : debug_label_(std::move(debug_label)) {} in Surface()
|
D | compositor_context.cc | 63 std::string debug_label, in CompositorContext() argument 68 : debug_label_(std::move(debug_label)), in CompositorContext()
|
D | vsync_waiter.cc | 14 VsyncWaiter::VsyncWaiter(std::string debug_label, in VsyncWaiter() argument 18 debug_label_(std::move(debug_label)), in VsyncWaiter()
|
D | platform_view.h | 42 std::string debug_label, 53 std::string debug_label,
|
D | surface.h | 19 Surface(std::string debug_label);
|
D | vsync_waiter.h | 21 VsyncWaiter(std::string debug_label,
|
D | compositor_context.h | 23 CompositorContext(std::string debug_label,
|
D | session_connection.h | 30 SessionConnection(std::string debug_label,
|
D | engine.cc | 106 [debug_label = thread_label_, in Engine() 119 debug_label, // debug label in Engine()
|
D | platform_view.cc | 80 std::string debug_label, in PlatformView() argument 91 debug_label_(std::move(debug_label)), in PlatformView()
|