Home
last modified time | relevance | path

Searched refs:pair (Results 776 - 800 of 2125) sorted by relevance

1...<<31323334353637383940>>...85

/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h207 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 Dshape_container_component.h169 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 Dbadge_declaration.h240 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 Dsearch_declaration.h228 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 Dsvg_animate_declaration.h51 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 Dspan_declaration.cpp44 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 Drender_svg_base.h154 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 Ddiv_declaration.cpp31 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 Dimage_component.cpp169 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 Dgrid_layout_range_solver.cpp104 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 Dwfd_message.h117 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 Ddom_navigation_bar.cpp122 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 Ddom_grid_container.cpp98 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 Ddom_stepper.cpp34 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 Ddom_slider.cpp66 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 Ddom_rating.cpp32 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 Ddom_popup.cpp81 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 Ddom_dialog.cpp48 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 Dace_engine.cpp223 for (const auto& pair : containerMap_) { in NotifyContainersOrderly()
224 copied.insert(pair); in NotifyContainersOrderly()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h157 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 Djs_canvas_path.cpp180 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 Djs_xcomponent.h64 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 Drich_editor_common_test_ng.h126 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 Dtext_select_controller.h195 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 Dnode_xcomponent_modifier.cpp141 auto pair = xcPattern->GetNativeXComponent(); in GetNativeXComponent() local
142 return reinterpret_cast<void*>(pair.second.lock().get()); in GetNativeXComponent()

Completed in 14 milliseconds

1...<<31323334353637383940>>...85