Home
last modified time | relevance | path

Searched defs:hasSelection (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebPlugin.h98 virtual bool hasSelection() const { return false; } in hasSelection() function
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp176 bool hasSelection = selectionState() != RenderObject::SelectionNone; in paintSelectionBackground() local
260 …bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::S… in paint() local
653 …tyle, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintS… in paintText()
DSVGRootInlineBox.cpp47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; in paint() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebview.cpp582 bool QWebView::hasSelection() const in hasSelection() function in QWebView
Dqwebpage.cpp1068 bool hasSelection = false; in inputMethodEvent() local
2666 bool QWebPage::hasSelection() const in hasSelection() function in QWebPage
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1265 bool WebFrameImpl::hasSelection() const in hasSelection() function in WebKit::WebFrameImpl