#include "third_party/blink/renderer/core/layout/list/layout_inline_list_item.h"
#include "third_party/blink/renderer/core/layout/layout_view.h"
#include "third_party/blink/renderer/core/layout/list/list_marker.h"
namespace blink {
LayoutInlineListItem::LayoutInlineListItem(Element* element)
: … { … }
void LayoutInlineListItem::WillBeDestroyed() { … }
const char* LayoutInlineListItem::GetName() const { … }
void LayoutInlineListItem::InsertedIntoTree() { … }
void LayoutInlineListItem::WillBeRemovedFromTree() { … }
LayoutObject* LayoutInlineListItem::Marker() const { … }
void LayoutInlineListItem::UpdateMarkerTextIfNeeded() { … }
void LayoutInlineListItem::StyleDidChange(StyleDifference diff,
const ComputedStyle* old_style) { … }
void LayoutInlineListItem::UpdateCounterStyle() { … }
int LayoutInlineListItem::Value() const { … }
void LayoutInlineListItem::OrdinalValueChanged() { … }
void LayoutInlineListItem::SubtreeDidChange() { … }
}