hasSelection      202 Source/core/rendering/svg/SVGInlineTextBox.cpp     bool hasSelection = selectionState() != RenderObject::SelectionNone;
hasSelection      203 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (!hasSelection || paintSelectedTextOnly)
hasSelection      262 Source/core/rendering/svg/SVGInlineTextBox.cpp     bool hasSelection = !parentRenderer.document().printing() && selectionState() != RenderObject::SelectionNone;
hasSelection      263 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (!hasSelection && paintSelectedTextOnly)
hasSelection      282 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (hasSelection) {
hasSelection      327 Source/core/rendering/svg/SVGInlineTextBox.cpp                     paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
hasSelection      334 Source/core/rendering/svg/SVGInlineTextBox.cpp                     paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
hasSelection      652 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly)
hasSelection      659 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (hasSelection) {
hasSelection      661 Source/core/rendering/svg/SVGInlineTextBox.cpp         hasSelection = mapStartEndPositionsIntoFragmentCoordinates(fragment, startPosition, endPosition);
hasSelection      666 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (!hasSelection || startPosition >= endPosition) {
hasSelection       77 Source/core/rendering/svg/SVGInlineTextBox.h     void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
hasSelection       42 Source/core/rendering/svg/SVGRootInlineBox.cpp     bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
hasSelection       45 Source/core/rendering/svg/SVGRootInlineBox.cpp     if (hasSelection) {
hasSelection     1236 Source/web/WebFrameImpl.cpp         return pluginContainer->plugin()->hasSelection();
hasSelection     1610 Source/web/WebFrameImpl.cpp     return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect();
hasSelection      179 Source/web/WebFrameImpl.h     virtual bool hasSelection() const OVERRIDE;
hasSelection      357 Source/web/WebPluginContainerImpl.cpp     if (!m_webPlugin->hasSelection())
hasSelection      782 Source/web/WebPluginContainerImpl.cpp             && m_webPlugin->hasSelection()) {
hasSelection     3112 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->hasSelection());
hasSelection     3114 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->hasSelection());
hasSelection     3116 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->hasSelection());
hasSelection      454 public/web/WebFrame.h     virtual bool hasSelection() const = 0;
hasSelection      127 public/web/WebPlugin.h     virtual bool hasSelection() const { return false; }