Searched refs:GetRectangleById (Results 1 – 6 of 6) sorted by relevance
116 void FrontendDelegate::GetRectangleById(const std::string& key, NG::Rectangle& rectangle) in GetRectangleById() function in OHOS::Ace::Framework::FrontendDelegate118 NG::Inspector::GetRectangleById(key, rectangle); in GetRectangleById()
127 virtual void GetRectangleById(const std::string& key, NG::Rectangle& rectangle);
37 static void GetRectangleById(const std::string& key, Rectangle& rectangle);
480 void Inspector::GetRectangleById(const std::string& key, Rectangle& rectangle) in GetRectangleById() function in OHOS::Ace::NG::Inspector
389 Inspector::GetRectangleById(key, rect);439 Inspector::GetRectangleById(key, rect);445 Inspector::GetRectangleById("one", rect);
51 delegate->GetRectangleById(key, rectangle); in JSGetRectangleById()