Home
last modified time | relevance | path

Searched refs:LayoutEmbeddedContent (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_embedded_content.cc46 LayoutEmbeddedContent::LayoutEmbeddedContent(HTMLFrameOwnerElement* element) in LayoutEmbeddedContent() function in blink::LayoutEmbeddedContent
56 void LayoutEmbeddedContent::Release() { in Release()
62 void LayoutEmbeddedContent::WillBeDestroyed() { in WillBeDestroyed()
75 void LayoutEmbeddedContent::DeleteThis() { in DeleteThis()
91 LayoutEmbeddedContent::~LayoutEmbeddedContent() { in ~LayoutEmbeddedContent()
95 FrameView* LayoutEmbeddedContent::ChildFrameView() const { in ChildFrameView()
174 bool LayoutEmbeddedContent::NodeAtPoint( in NodeAtPoint()
304 void LayoutEmbeddedContent::UpdateLayout() { in UpdateLayout()
312 void LayoutEmbeddedContent::PaintReplaced( in PaintReplaced()
321 void LayoutEmbeddedContent::InvalidatePaint( in InvalidatePaint()
[all …]
H A Dlayout_embedded_content.h42 class CORE_EXPORT LayoutEmbeddedContent : public LayoutReplaced {
44 explicit LayoutEmbeddedContent(HTMLFrameOwnerElement*);
45 ~LayoutEmbeddedContent() override;
121 struct DowncastTraits<LayoutEmbeddedContent> {
H A Dlayout_iframe.cc34 : LayoutEmbeddedContent(element) {} in LayoutIFrame()
50 return LayoutEmbeddedContent::LayerTypeRequired(); in LayerTypeRequired()
76 LayoutEmbeddedContent::StyleWillChange(diff, new_style); in StyleWillChange()
H A Dlayout_embedded_content_test.cc15 class OverriddenLayoutEmbeddedContent : public LayoutEmbeddedContent {
18 : LayoutEmbeddedContent(element) {} in OverriddenLayoutEmbeddedContent()
H A Dlayout_embedded_object.cc43 : LayoutEmbeddedContent(element) { in LayoutEmbeddedObject()
140 LayoutEmbeddedContent::ComputeIntrinsicSizingInfo(intrinsic_sizing_info); in ComputeIntrinsicSizingInfo()
145 if (LayoutEmbeddedContent::NeedsPreferredWidthsRecalculation()) in NeedsPreferredWidthsRecalculation()
H A Dlayout_frame.h33 class LayoutFrame final : public LayoutEmbeddedContent {
49 return type == kLayoutObjectFrame || LayoutEmbeddedContent::IsOfType(type); in IsOfType()
H A Dlayout_iframe.h33 class LayoutIFrame final : public LayoutEmbeddedContent {
50 return type == kLayoutObjectIFrame || LayoutEmbeddedContent::IsOfType(type); in IsOfType()
H A Dlayout_embedded_object.h33 class LayoutEmbeddedObject final : public LayoutEmbeddedContent {
65 LayoutEmbeddedContent::IsOfType(type); in IsOfType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_embedded_content.cc45 LayoutEmbeddedContent::LayoutEmbeddedContent(HTMLFrameOwnerElement* element) in LayoutEmbeddedContent() function in blink::LayoutEmbeddedContent
55 void LayoutEmbeddedContent::Release() { in Release()
60 void LayoutEmbeddedContent::WillBeDestroyed() { in WillBeDestroyed()
72 void LayoutEmbeddedContent::DeleteThis() { in DeleteThis()
87 LayoutEmbeddedContent::~LayoutEmbeddedContent() { in ~LayoutEmbeddedContent()
91 FrameView* LayoutEmbeddedContent::ChildFrameView() const { in ChildFrameView()
169 bool LayoutEmbeddedContent::NodeAtPoint( in NodeAtPoint()
289 void LayoutEmbeddedContent::UpdateLayout() { in UpdateLayout()
296 void LayoutEmbeddedContent::PaintReplaced( in PaintReplaced()
304 void LayoutEmbeddedContent::InvalidatePaint( in InvalidatePaint()
[all …]
H A Dlayout_embedded_content.h42 class CORE_EXPORT LayoutEmbeddedContent : public LayoutReplaced {
44 explicit LayoutEmbeddedContent(HTMLFrameOwnerElement*);
45 ~LayoutEmbeddedContent() override;
106 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutEmbeddedContent,
H A Dlayout_embedded_object.cc43 : LayoutEmbeddedContent(element) { in LayoutEmbeddedObject()
130 LayoutEmbeddedContent::ComputeIntrinsicSizingInfo(intrinsic_sizing_info); in ComputeIntrinsicSizingInfo()
134 if (LayoutEmbeddedContent::NeedsPreferredWidthsRecalculation()) in NeedsPreferredWidthsRecalculation()
H A Dlayout_embedded_content_test.cc15 class OverriddenLayoutEmbeddedContent : public LayoutEmbeddedContent {
18 : LayoutEmbeddedContent(element) {} in OverriddenLayoutEmbeddedContent()
H A Dlayout_iframe.cc34 : LayoutEmbeddedContent(element) {} in LayoutIFrame()
47 return LayoutEmbeddedContent::LayerTypeRequired(); in LayerTypeRequired()
H A Dlayout_iframe.h33 class LayoutIFrame final : public LayoutEmbeddedContent {
47 LayoutEmbeddedContent::IsOfType(type); in IsOfType()
H A Dlayout_frame.h33 class LayoutFrame final : public LayoutEmbeddedContent {
45 return type == kLayoutObjectFrame || LayoutEmbeddedContent::IsOfType(type); in IsOfType()
H A Dlayout_embedded_object.h33 class LayoutEmbeddedObject final : public LayoutEmbeddedContent {
60 LayoutEmbeddedContent::IsOfType(type); in IsOfType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dembedded_content_painter.h12 class LayoutEmbeddedContent; variable
20 EmbeddedContentPainter(const LayoutEmbeddedContent& layout_embedded_content) in EmbeddedContentPainter()
26 const LayoutEmbeddedContent& layout_embedded_content_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dembedded_content_painter.h12 class LayoutEmbeddedContent; variable
20 EmbeddedContentPainter(const LayoutEmbeddedContent& layout_embedded_content) in EmbeddedContentPainter()
26 const LayoutEmbeddedContent& layout_embedded_content_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/compositing/
H A Dpaint_layer_compositor.h40 class LayoutEmbeddedContent; variable
127 static PaintLayerCompositor* FrameContentsCompositor(LayoutEmbeddedContent&);
129 static bool AttachFrameContentLayersToIframeLayer(LayoutEmbeddedContent&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_embed_element.cc60 static inline LayoutEmbeddedContent* FindPartLayoutObject(const Node* n) { in FindPartLayoutObject()
65 return DynamicTo<LayoutEmbeddedContent>(n->GetLayoutObject()); in FindPartLayoutObject()
69 LayoutEmbeddedContent* HTMLEmbedElement::ExistingLayoutEmbeddedContent() const { in ExistingLayoutEmbeddedContent()
H A Dhtml_plugin_element.h36 class LayoutEmbeddedContent; variable
127 virtual LayoutEmbeddedContent* LayoutEmbeddedContentForJSBindings() const;
187 virtual LayoutEmbeddedContent* ExistingLayoutEmbeddedContent() const = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_plugin_element.h36 class LayoutEmbeddedContent; variable
130 virtual LayoutEmbeddedContent* LayoutEmbeddedContentForJSBindings() const;
190 virtual LayoutEmbeddedContent* ExistingLayoutEmbeddedContent() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/compositing/
H A Dpaint_layer_compositor.h41 class LayoutEmbeddedContent; variable
121 const LayoutEmbeddedContent&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dembedded_content_view.h16 class LayoutEmbeddedContent; variable
32 virtual LayoutEmbeddedContent* GetLayoutEmbeddedContent() const = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dembedded_content_view.h16 class LayoutEmbeddedContent; variable
32 virtual LayoutEmbeddedContent* GetLayoutEmbeddedContent() const = 0;

1234