Searched refs:selectionState (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DEllipsisBox.h44 virtual RenderObject::SelectionState selectionState() { return m_selectionState; } function in class:WebCore::final
H A DRenderSelectionInfo.h47 , m_state(o->selectionState())
H A DInlineBox.cpp264 RenderObject::SelectionState InlineBox::selectionState() function in class:WebCore::InlineBox
266 return m_renderer.selectionState();
H A DRootInlineBox.cpp448 RenderObject::SelectionState lineState = selectionState();
476 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
478 if (box->selectionState() != RenderObject::SelectionNone) {
492 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;
552 RenderObject::SelectionState RootInlineBox::selectionState() function in class:WebCore::RootInlineBox
557 RenderObject::SelectionState boxState = box->selectionState();
579 if (box->selectionState() != RenderObject::SelectionNone)
589 if (box->selectionState() != RenderObject::SelectionNone)
627 RenderObject::SelectionState blockSelectionState = rootBox.blockFlow().selectionState();
635 RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState();
[all...]
H A DRenderObject.h791 SelectionState selectionState() const { return m_bitfields.selectionState(); } function in class:WebCore::RenderObject
802 bool hasSelectedChildren() const { return selectionState() != SelectionNone; }
1022 ALWAYS_INLINE SelectionState selectionState() const { return static_cast<SelectionState>(m_selectionState); } function in class:WebCore::RenderObject::RenderObjectBitfields
1023 ALWAYS_INLINE void setSelectionState(SelectionState selectionState) { m_selectionState = selectionState; } argument
1105 if (selectionState() == state)
H A DRenderReplaced.cpp158 bool drawSelectionTint = selectionState() != SelectionNone && !document().printing();
160 if (selectionState() == SelectionNone)
577 SelectionState s = selectionState();
H A DEllipsisBox.cpp58 if (selectionState() != RenderObject::SelectionNone) {
H A DInlineTextBox.h127 virtual RenderObject::SelectionState selectionState() override final;
H A DRootInlineBox.h127 virtual RenderObject::SelectionState selectionState() override final;
H A DInlineTextBox.cpp206 RenderObject::SelectionState InlineTextBox::selectionState() function in class:WebCore::InlineTextBox
208 RenderObject::SelectionState state = renderer().selectionState();
517 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
689 if (renderer().selectionState() == RenderObject::SelectionInside) {
694 if (renderer().selectionState() == RenderObject::SelectionStart)
696 else if (renderer().selectionState() == RenderObject::SelectionEnd)
H A DRenderText.cpp1245 if (selectionState() == SelectionNone)
1254 if (selectionState() == SelectionInside) {
1260 if (selectionState() == SelectionStart)
1262 else if (selectionState() == SelectionEnd)
H A DRenderView.cpp754 if ((os->canBeSelectionLeaf() || os == root.selectionStart() || os == root.selectionEnd()) && os->selectionState() != SelectionNone) {
805 if (o->selectionState() == SelectionNone)
936 && os->selectionState() != SelectionNone) {
993 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
H A DInlineBox.h235 virtual RenderObject::SelectionState selectionState();
H A DInlineFlowBox.h204 virtual RenderObject::SelectionState selectionState() override;
H A DRenderListMarker.cpp1200 if (selectionState() != SelectionNone) {
1208 if (selectionState() != SelectionNone) {
1882 if (selectionState() == SelectionNone || !inlineBoxWrapper())
H A DRenderBlockFlow.cpp2963 bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth;
2986 selectionState() != SelectionStart && selectionState() != SelectionBoth)
3003 if (lastSelectedLine && selectionState() != SelectionEnd && selectionState() != SelectionBoth) {
H A DRenderBlock.cpp1811 return selectionState() != SelectionNone && style().visibility() == VISIBLE && isSelectionRoot();
1968 if (&rootBlock == this && (selectionState() != SelectionBoth && selectionState() != SelectionEnd)) {
1989 for (curr = firstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { }
1997 SelectionState childState = curr->selectionState();
H A DRenderBoxModelObject.cpp79 if (state == SelectionInside && selectionState() != SelectionNone)
82 if ((state == SelectionStart && selectionState() == SelectionEnd)
83 || (state == SelectionEnd && selectionState() == SelectionStart))
H A DInlineFlowBox.cpp1441 RenderObject::SelectionState InlineFlowBox::selectionState() function in class:WebCore::InlineFlowBox
H A DRenderBlockLineLayout.cpp297 if (!rootHasSelectedChildren && box->renderer().selectionState() != RenderObject::SelectionNone)
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFrameIOS.h53 - (WebTextSelectionState)selectionState;
H A DWebFrameIOS.mm106 - (WebTextSelectionState)selectionState
123 WebTextSelectionState state = [self selectionState];
186 if ([self selectionState] == WebTextSelectionStateRange) {
196 if ([self selectionState] == WebTextSelectionStateRange) {
765 if ([self selectionState] != WebTextSelectionStateRange)
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragImage.cpp169 const ScopedFrameSelectionState selectionState(frame);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.cpp196 bool hasSelection = selectionState() != RenderObject::SelectionNone;
261 bool hasSelection = !parentRenderer.document().printing() && selectionState() != RenderObject::SelectionNone;
H A DSVGRootInlineBox.cpp54 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;

Completed in 462 milliseconds

12