Searched defs:hasSelection (Results 1 – 6 of 6) sorted by relevance
98 virtual bool hasSelection() const { return false; } in hasSelection() function
176 bool hasSelection = selectionState() != RenderObject::SelectionNone; in paintSelectionBackground() local260 …bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::S… in paint() local653 …tyle, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintS… in paintText()
47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; in paint() local
582 bool QWebView::hasSelection() const in hasSelection() function in QWebView
1068 bool hasSelection = false; in inputMethodEvent() local2666 bool QWebPage::hasSelection() const in hasSelection() function in QWebPage
1265 bool WebFrameImpl::hasSelection() const in hasSelection() function in WebKit::WebFrameImpl