#include "third_party/blink/renderer/core/testing/static_selection.h"
#include "third_party/blink/renderer/core/editing/selection_template.h"
namespace blink {
StaticSelection* StaticSelection::FromSelectionInDOMTree(
const SelectionInDOMTree& selection) { … }
StaticSelection* StaticSelection::FromSelectionInFlatTree(
const SelectionInFlatTree& seleciton) { … }
StaticSelection::StaticSelection(const SelectionInDOMTree& selection)
: … { … }
StaticSelection::StaticSelection(const SelectionInFlatTree& seleciton)
: … { … }
bool StaticSelection::isCollapsed() const { … }
void StaticSelection::Trace(Visitor* visitor) const { … }
}