/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.h | 207 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override; 208 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 169 const std::pair<bool, bool>& GetAntiAlias() const in GetAntiAlias() 248 std::pair<bool, bool> antiAlias_ = std::make_pair(false, true);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/ |
H A D | badge_declaration.h | 240 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override; 241 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/ |
H A D | search_declaration.h | 228 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override; 229 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 51 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override; 223 bool SetAnimateAttr(const std::pair<std::string, std::string>& attr);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 44 bool SpanDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 59 bool SpanDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.h | 154 std::pair<Dimension, Dimension> CreateTransformOrigin(const std::string& transformOrigin_) const; 167 std::pair<Dimension, Dimension> transformOrigin_;
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.cpp | 31 bool DivDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 49 bool DivDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 169 void ImageComponent::SetImageSourceSize(const std::pair<Dimension, Dimension>& sourceSize) in SetImageSourceSize() 247 const std::pair<Dimension, Dimension>& ImageComponent::GetImageSourceSize() const in GetImageSourceSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_layout_range_solver.cpp | 104 std::pair<int32_t, int32_t> GridLayoutRangeSolver::SolveForwardForEndIdx(float mainGap, float targetLen, int32_t line) in SolveForwardForEndIdx() 139 std::pair<int32_t, int32_t> GridLayoutRangeSolver::CheckMultiRow(const int32_t idx) in CheckMultiRow()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.h | 117 std::list<std::pair<std::string, std::string>> params_; 142 std::list<std::pair<std::string, std::string>> params_;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_navigation_bar.cpp | 122 bool DomNavigationBar::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 160 bool DomNavigationBar::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_grid_container.cpp | 98 bool DomGridContainer::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 141 bool DomGridContainer::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_stepper.cpp | 34 bool DOMStepper::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 52 bool DOMStepper::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_slider.cpp | 66 bool DOMSlider::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 112 bool DOMSlider::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_rating.cpp | 32 bool DOMRating::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 65 bool DOMRating::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_popup.cpp | 81 bool DOMPopup::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 113 bool DOMPopup::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
|
H A D | dom_dialog.cpp | 48 bool DOMDialog::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() 108 bool DOMDialog::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_engine.cpp | 223 for (const auto& pair : containerMap_) { in NotifyContainersOrderly() 224 copied.insert(pair); in NotifyContainersOrderly()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.h | 157 std::pair<RefPtr<Component>, RefPtr<Component>> FinishReturnMain(); 285 // returns pair(outmost wrapping Component, main Component) 286 std::pair<RefPtr<Component>, RefPtr<Component>> WrapComponents();
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_path.cpp | 180 const std::vector<std::pair<PathCmd, PathArgs>> caches = path2d_->GetCaches(); in SetPathSize() 189 (pathSize - lastPathSize_) * sizeof(std::pair<PathCmd, PathArgs>)); in SetPathSize()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.h | 64 std::pair<RefPtr<OHOS::Ace::NativeXComponentImpl>, OH_NativeXComponent*> GetNativeXComponentFromXcomponentsMap( in GetNativeXComponentFromXcomponentsMap() 139 std::unordered_map<std::string, std::pair<RefPtr<OHOS::Ace::NativeXComponentImpl>, OH_NativeXComponent*>>
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_common_test_ng.h | 126 std::list<std::pair<std::string, int32_t>> TEXT_FONTFEATURE = {{ "subs", 1 }}; 127 std::list<std::pair<std::string, int32_t>> TEXT_FONTFEATURE_2 = {{ "subs", 0 }};
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_select_controller.h | 195 std::pair<int32_t, int32_t> GetSelectRangeByOffset(const Offset& localOffset); 196 std::pair<int32_t, int32_t> GetSelectParagraphByOffset(const Offset& localOffset);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_xcomponent_modifier.cpp | 141 auto pair = xcPattern->GetNativeXComponent(); in GetNativeXComponent() local 142 return reinterpret_cast<void*>(pair.second.lock().get()); in GetNativeXComponent()
|