Home
last modified time | relevance | path

Searched refs:top_entity_ (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc225 previous_entity_(context.top_entity_), in Entity()
229 context.top_entity_ = this; in Entity()
233 FML_DCHECK(context_.top_entity_ == this); in ~Entity()
234 context_.top_entity_ = previous_entity_; in ~Entity()
Dscene_update_context.h147 Entity* top_entity() { return top_entity_; } in top_entity()
220 Entity* top_entity_ = nullptr; variable