Home
last modified time | relevance | path

Searched refs:GetRectangleById (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.cpp116 void FrontendDelegate::GetRectangleById(const std::string& key, NG::Rectangle& rectangle) in GetRectangleById() function in OHOS::Ace::Framework::FrontendDelegate
118 NG::Inspector::GetRectangleById(key, rectangle); in GetRectangleById()
H A Dfrontend_delegate.h127 virtual void GetRectangleById(const std::string& key, NG::Rectangle& rectangle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.h37 static void GetRectangleById(const std::string& key, Rectangle& rectangle);
H A Dinspector.cpp480 void Inspector::GetRectangleById(const std::string& key, Rectangle& rectangle) in GetRectangleById() function in OHOS::Ace::NG::Inspector
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dinspector_test_ng.cpp389 Inspector::GetRectangleById(key, rect);
439 Inspector::GetRectangleById(key, rect);
445 Inspector::GetRectangleById("one", rect);
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
H A Djs_component_utils.cpp51 delegate->GetRectangleById(key, rectangle); in JSGetRectangleById()