Home
last modified time | relevance | path

Searched refs:ShapeOutsideInfo (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/shapes/
H A Dshape_outside_info.h94 class ShapeOutsideInfo final {
95 USING_FAST_MALLOC(ShapeOutsideInfo);
112 static ShapeOutsideInfo& EnsureInfo(const LayoutBox& key) { in EnsureInfo()
113 InfoMap& info_map = ShapeOutsideInfo::GetInfoMap(); in EnsureInfo()
114 if (ShapeOutsideInfo* info = info_map.at(&key)) in EnsureInfo()
117 info_map.insert(&key, base::WrapUnique(new ShapeOutsideInfo(key))); in EnsureInfo()
121 static ShapeOutsideInfo* Info(const LayoutBox& key) { in Info()
136 ShapeOutsideInfo(const LayoutBox& layout_box) in ShapeOutsideInfo() function
150 typedef HashMap<const LayoutBox*, std::unique_ptr<ShapeOutsideInfo>> InfoMap;
H A Dshape_outside_info.cc54 void ShapeOutsideInfo::SetReferenceBoxLogicalSize( in SetReferenceBoxLogicalSize()
134 void ShapeOutsideInfo::SetPercentageResolutionInlineSize( in SetPercentageResolutionInlineSize()
183 std::unique_ptr<Shape> ShapeOutsideInfo::CreateShapeForImage( in CreateShapeForImage()
210 const Shape& ShapeOutsideInfo::ComputedShape() const { in ComputedShape()
300 LayoutUnit ShapeOutsideInfo::LogicalTopOffset() const { in LogicalTopOffset()
352 LayoutUnit ShapeOutsideInfo::LogicalLeftOffset() const { in LogicalLeftOffset()
372 bool ShapeOutsideInfo::IsEnabledFor(const LayoutBox& box) { in IsEnabledFor()
393 ShapeOutsideDeltas ShapeOutsideInfo::ComputeDeltasForContainingBlockLine( in ComputeDeltasForContainingBlockLine()
456 PhysicalRect ShapeOutsideInfo::ComputedShapePhysicalBoundingBox() const { in ComputedShapePhysicalBoundingBox()
475 FloatPoint ShapeOutsideInfo::ShapeToLayoutObjectPoint(FloatPoint point) const { in ShapeToLayoutObjectPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/shapes/
H A Dshape_outside_info.h94 class ShapeOutsideInfo final {
95 USING_FAST_MALLOC(ShapeOutsideInfo);
112 static ShapeOutsideInfo& EnsureInfo(const LayoutBox& key) { in EnsureInfo()
113 InfoMap& info_map = ShapeOutsideInfo::GetInfoMap(); in EnsureInfo()
114 if (ShapeOutsideInfo* info = info_map.at(&key)) in EnsureInfo()
117 info_map.insert(&key, base::WrapUnique(new ShapeOutsideInfo(key))); in EnsureInfo()
121 static ShapeOutsideInfo* Info(const LayoutBox& key) { in Info()
136 explicit ShapeOutsideInfo(const LayoutBox& layout_box) in ShapeOutsideInfo() function
150 typedef HashMap<const LayoutBox*, std::unique_ptr<ShapeOutsideInfo>> InfoMap;
H A Dshape_outside_info.cc55 void ShapeOutsideInfo::SetReferenceBoxLogicalSize( in SetReferenceBoxLogicalSize()
138 void ShapeOutsideInfo::SetPercentageResolutionInlineSize( in SetPercentageResolutionInlineSize()
187 std::unique_ptr<Shape> ShapeOutsideInfo::CreateShapeForImage( in CreateShapeForImage()
214 const Shape& ShapeOutsideInfo::ComputedShape() const { in ComputedShape()
306 LayoutUnit ShapeOutsideInfo::LogicalTopOffset() const { in LogicalTopOffset()
359 LayoutUnit ShapeOutsideInfo::LogicalLeftOffset() const { in LogicalLeftOffset()
379 bool ShapeOutsideInfo::IsEnabledFor(const LayoutBox& box) { in IsEnabledFor()
400 ShapeOutsideDeltas ShapeOutsideInfo::ComputeDeltasForContainingBlockLine( in ComputeDeltasForContainingBlockLine()
463 PhysicalRect ShapeOutsideInfo::ComputedShapePhysicalBoundingBox() const { in ComputedShapePhysicalBoundingBox()
482 FloatPoint ShapeOutsideInfo::ShapeToLayoutObjectPoint(FloatPoint point) const { in ShapeToLayoutObjectPoint()
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/dom/
H A Dtypes.go25 ShapeOutside *ShapeOutsideInfo `json:"shapeOutside,omitempty"` // Shape outside coordinates
31 type ShapeOutsideInfo struct { struct
H A Deasyjson.go81 func easyjsonC5a4559bDecodeGithubComChromedpCdprotoDom1(in *jlexer.Lexer, out *ShapeOutsideInfo) { argument
179 func easyjsonC5a4559bEncodeGithubComChromedpCdprotoDom1(out *jwriter.Writer, in ShapeOutsideInfo) { argument
235 func (v ShapeOutsideInfo) MarshalJSON() ([]byte, error) {
242 func (v ShapeOutsideInfo) MarshalEasyJSON(w *jwriter.Writer) {
247 func (v *ShapeOutsideInfo) UnmarshalJSON(data []byte) error {
254 func (v *ShapeOutsideInfo) UnmarshalEasyJSON(l *jlexer.Lexer) {
6649 out.ShapeOutside = new(ShapeOutsideInfo)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_highlight.cc108 const ShapeOutsideInfo& shape_outside_info) in ShapePathBuilder()
116 const ShapeOutsideInfo& shape_outside_info, in BuildPath()
137 const ShapeOutsideInfo& shape_outside_info_;
171 const ShapeOutsideInfo* ShapeOutsideInfoForNode(Node* node, in ShapeOutsideInfoForNode()
181 const ShapeOutsideInfo* shape_outside_info = in ShapeOutsideInfoForNode()
610 const ShapeOutsideInfo* shape_outside_info = in AppendPathsForShapeOutside()
772 if (const ShapeOutsideInfo* shape_outside_info = in GetBoxModel()
779 protocol::DOM::ShapeOutsideInfo::create() in GetBoxModel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dfloating_objects.cc273 if (ShapeOutsideInfo* shape_outside = in CollectIfNeeded()
725 if (ShapeOutsideInfo* shape_outside = in UpdateOffsetIfNeeded()
750 if (ShapeOutsideInfo* shape_outside = in UpdateOffsetIfNeeded()
H A Dlayout_box.h43 class ShapeOutsideInfo; variable
1484 ShapeOutsideInfo* GetShapeOutsideInfo() const;
H A Dlayout_box.cc296 ShapeOutsideInfo::RemoveInfo(*this); in WillBeDestroyed()
553 ShapeOutsideInfo::RemoveInfo(*this); in UpdateShapeOutsideInfoAfterStyleChange()
555 ShapeOutsideInfo::EnsureInfo(*this).MarkShapeAsDirty(); in UpdateShapeOutsideInfoAfterStyleChange()
2076 ShapeOutsideInfo& info = ShapeOutsideInfo::EnsureInfo(*this); in ImageChanged()
6313 ShapeOutsideInfo* LayoutBox::GetShapeOutsideInfo() const { in GetShapeOutsideInfo()
6314 return ShapeOutsideInfo::Info(*this); in GetShapeOutsideInfo()
H A Dlayout_block_flow.cc3806 if (ShapeOutsideInfo* shape_outside = child.GetShapeOutsideInfo()) in PositionAndLayoutFloat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dfloating_objects.cc273 if (ShapeOutsideInfo* shape_outside = in CollectIfNeeded()
725 if (ShapeOutsideInfo* shape_outside = in UpdateOffsetIfNeeded()
750 if (ShapeOutsideInfo* shape_outside = in UpdateOffsetIfNeeded()
H A Dlayout_box.h49 class ShapeOutsideInfo; variable
1847 ShapeOutsideInfo* GetShapeOutsideInfo() const;
H A Dlayout_box.cc435 ShapeOutsideInfo::RemoveInfo(*this); in WillBeDestroyed()
721 ShapeOutsideInfo::RemoveInfo(*this); in UpdateShapeOutsideInfoAfterStyleChange()
723 ShapeOutsideInfo::EnsureInfo(*this).MarkShapeAsDirty(); in UpdateShapeOutsideInfoAfterStyleChange()
2642 ShapeOutsideInfo& info = ShapeOutsideInfo::EnsureInfo(*this); in ImageChanged()
7511 ShapeOutsideInfo* LayoutBox::GetShapeOutsideInfo() const { in GetShapeOutsideInfo()
7513 return ShapeOutsideInfo::Info(*this); in GetShapeOutsideInfo()
H A Dlayout_block_flow.cc3914 if (ShapeOutsideInfo* shape_outside = child.GetShapeOutsideInfo()) in PositionAndLayoutFloat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_highlight.cc119 const ShapeOutsideInfo& shape_outside_info) in ShapePathBuilder()
127 const ShapeOutsideInfo& shape_outside_info, in BuildPath()
148 const ShapeOutsideInfo& shape_outside_info_;
204 const ShapeOutsideInfo* ShapeOutsideInfoForNode(Node* node, in ShapeOutsideInfoForNode()
214 const ShapeOutsideInfo* shape_outside_info = in ShapeOutsideInfoForNode()
1502 const ShapeOutsideInfo* shape_outside_info = in AppendPathsForShapeOutside()
1687 if (const ShapeOutsideInfo* shape_outside_info = in GetBoxModel()
1694 protocol::DOM::ShapeOutsideInfo::create() in GetBoxModel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/line/
H A Dline_width.cc69 if (ShapeOutsideInfo* shape_outside_info = in ShrinkAvailableWidthForNewFloatIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Dline_width.cc69 if (ShapeOutsideInfo* shape_outside_info = in ShrinkAvailableWidthForNewFloatIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_block_node.cc1439 ShapeOutsideInfo* shape_outside = box_->GetShapeOutsideInfo(); in UpdateShapeOutsideInfoIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts2381 shapeOutside?: ShapeOutsideInfo;
2387 export interface ShapeOutsideInfo { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/types/
H A Dprotocol.d.ts4986 shapeOutside?: ShapeOutsideInfo;
4992 export interface ShapeOutsideInfo { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_block_node.cc1793 ShapeOutsideInfo* shape_outside = box_->GetShapeOutsideInfo(); in UpdateShapeOutsideInfoIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts2766 shapeOutside?: ShapeOutsideInfo;
2772 export interface ShapeOutsideInfo { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/
H A Dchangelog.md2301 * [`DOM.ShapeOutsideInfo`](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-ShapeOu…
2785 * [`DOM.ShapeOutsideInfo`](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-ShapeOu…
4490 * [`DOM.ShapeOutsideInfo`](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-ShapeOu…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/devtools_protocol/
H A Dbrowser_protocol.pdl1678 optional ShapeOutsideInfo shapeOutside
1681 type ShapeOutsideInfo extends object

12