Home
last modified time | relevance | path

Searched refs:top (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/jsapp/rich/external/
H A DEventRunner.cpp53 const auto& top = queue.top(); in Run() local
54 // If the task at the top of task queue has not yet expired, there is nothing more to do. in Run()
55 if (top.GetTargetTime() > now) { in Run()
59 copyTasks.push_back(top.GetTask()); in Run()
/ide/tools/previewer/jsapp/
H A DJsApp.h78 AvoidAreas(AvoidRect top, AvoidRect left, AvoidRect right, AvoidRect bottom) : topRect(top), in AvoidAreas()

Completed in 1 milliseconds