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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DEllipsisBox.h50 virtual RenderObject::SelectionState selectionState() { return m_selectionState; } function in class:WebCore::FINAL
H A DRenderSelectionInfo.h46 , m_state(o->selectionState())
H A DRootInlineBox.cpp479 RenderObject::SelectionState lineState = selectionState();
507 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
509 if (box->selectionState() != RenderObject::SelectionNone) {
523 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;
530 RenderObject::SelectionState RootInlineBox::selectionState() function in class:WebCore::RootInlineBox
535 RenderObject::SelectionState boxState = box->selectionState();
557 if (box->selectionState() != RenderObject::SelectionNone)
567 if (box->selectionState() != RenderObject::SelectionNone)
604 RenderObject::SelectionState blockSelectionState = root()->block()->selectionState();
611 RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState();
[all...]
H A DInlineBox.cpp322 RenderObject::SelectionState InlineBox::selectionState() function in class:WebCore::InlineBox
324 return renderer()->selectionState();
H A DRenderObject.h897 SelectionState selectionState() const { return m_bitfields.selectionState(); } function in class:WebCore::RenderObject
908 bool hasSelectedChildren() const { return selectionState() != SelectionNone; }
1150 ALWAYS_INLINE SelectionState selectionState() const { return static_cast<SelectionState>(m_selectionState); } function in class:WebCore::RenderObject::RenderObjectBitfields
1151 ALWAYS_INLINE void setSelectionState(SelectionState selectionState) { m_selectionState = selectionState; } argument
1302 if (selectionState() == state)
H A DRenderReplaced.cpp135 bool drawSelectionTint = selectionState() != SelectionNone && !document()->printing();
137 if (selectionState() == SelectionNone)
525 SelectionState s = selectionState();
H A DEllipsisBox.cpp50 if (selectionState() != RenderObject::SelectionNone) {
H A DInlineTextBox.h135 virtual RenderObject::SelectionState selectionState() FINAL;
H A DRenderView.cpp629 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
669 if (o->selectionState() == SelectionNone)
735 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
790 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
H A DRootInlineBox.h131 virtual RenderObject::SelectionState selectionState() FINAL;
H A DInlineTextBox.cpp140 RenderObject::SelectionState InlineTextBox::selectionState() function in class:WebCore::InlineTextBox
142 RenderObject::SelectionState state = renderer()->selectionState();
535 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
843 if (renderer()->selectionState() == RenderObject::SelectionInside) {
848 if (renderer()->selectionState() == RenderObject::SelectionStart)
850 else if (renderer()->selectionState() == RenderObject::SelectionEnd)
H A DRenderText.cpp1235 if (selectionState() == SelectionStart) {
1241 } else if (selectionState() == SelectionEnd)
1654 if (selectionState() == SelectionNone)
1663 if (selectionState() == SelectionInside) {
1669 if (selectionState() == SelectionStart)
1671 else if (selectionState() == SelectionEnd)
H A DInlineBox.h269 virtual RenderObject::SelectionState selectionState();
H A DInlineFlowBox.h202 virtual RenderObject::SelectionState selectionState();
H A DRenderListMarker.cpp1153 if (selectionState() != SelectionNone) {
1167 if (selectionState() != SelectionNone) {
1835 if (selectionState() == SelectionNone || !inlineBoxWrapper())
H A DRenderBlock.cpp3465 return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
3625 if (rootBlock == this && (selectionState() != SelectionBoth && selectionState() != SelectionEnd)) {
3638 bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth;
3661 selectionState() != SelectionStart && selectionState() != SelectionBoth)
3678 if (lastSelectedLine && selectionState() != SelectionEnd && selectionState() != SelectionBoth) {
3694 for (curr = firstChildBox(); curr && curr->selectionState()
[all...]
H A DRenderBoxModelObject.cpp261 if (state == SelectionInside && selectionState() != SelectionNone)
264 if ((state == SelectionStart && selectionState() == SelectionEnd)
265 || (state == SelectionEnd && selectionState() == SelectionStart))
H A DInlineFlowBox.cpp1457 RenderObject::SelectionState InlineFlowBox::selectionState() function in class:WebCore::InlineFlowBox
H A DRenderBlockLineLayout.cpp676 if (!rootHasSelectedChildren && box->renderer()->selectionState() != RenderObject::SelectionNone)
H A DRenderObject.cpp2402 SelectionState st = selectionState();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchAdjustment.cpp123 if (node->renderer()->selectionState() != RenderObject::SelectionNone)
177 if (textRenderer->selectionState() == RenderObject::SelectionNone)
181 switch (textRenderer->selectionState()) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.cpp48 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
H A DSVGInlineTextBox.cpp211 bool hasSelection = selectionState() != RenderObject::SelectionNone;
280 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone;

Completed in 207 milliseconds