Searched defs:hasSelection (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebPlugin.h98 virtual bool hasSelection() const { return false; } function in class:WebKit::WebPlugin
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.cpp47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; local
50 if (hasSelection) {
H A DSVGInlineTextBox.cpp176 bool hasSelection = selectionState() != RenderObject::SelectionNone; local
177 if (!hasSelection || paintSelectedTextOnly)
199 if (hasSelection) {
260 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone; local
261 if (!hasSelection && paintSelectedTextOnly)
279 if (hasSelection) {
314 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
320 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
673 void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly) argument
680 if (hasSelection) {
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp575 \property QWebView::hasSelection
582 bool QWebView::hasSelection() const function in class:QWebView
585 return d->page->hasSelection();
H A Dqwebpage.cpp1068 bool hasSelection = false; local
1091 hasSelection = true;
1120 } else if (!hasSelection && !ev->preeditString().isEmpty())
2661 \property QWebPage::hasSelection
2666 bool QWebPage::hasSelection() const function in class:QWebPage
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1265 bool WebFrameImpl::hasSelection() const function in class:WebKit::WebFrameImpl
1269 return pluginContainer->plugin()->hasSelection();
1850 if (hasSelection())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2870 milliseconds