Searched refs:hasSelection (Results 1 - 18 of 18) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebframe_unittest.cc88 EXPECT_FALSE(frame->hasSelection());
90 EXPECT_TRUE(frame->hasSelection());
92 EXPECT_FALSE(frame->hasSelection());
/external/webkit/Source/WebCore/rendering/svg/
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...]
H A DSVGInlineTextBox.h78 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
H A DSVGRootInlineBox.cpp47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; local
50 if (hasSelection) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.h48 Q_PROPERTY(bool hasSelection READ hasSelection)
78 bool hasSelection() const;
H A Dqwebpage.h76 Q_PROPERTY(bool hasSelection READ hasSelection)
274 bool hasSelection() const;
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/public/
H A DWebPlugin.h98 virtual bool hasSelection() const { return false; } function in class:WebKit::WebPlugin
H A DWebFrame.h415 virtual bool hasSelection() const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp259 if (!m_webPlugin->hasSelection())
532 && m_webPlugin->hasSelection()) {
H A DWebFrameImpl.h160 virtual bool hasSelection() const;
H A DWebFrameImpl.cpp1265 bool WebFrameImpl::hasSelection() const function in class:WebKit::WebFrameImpl
1269 return pluginContainer->plugin()->hasSelection();
1850 if (hasSelection())
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp1213 // Verify hasSelection returns false since there is no selection yet...
1214 QCOMPARE(page->hasSelection(), false);
1227 // Make sure hasSelection returns true, since there is selected text now...
1228 QCOMPARE(page->hasSelection(), true);
/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.ui.workbench_3.6.1.M20101117-0800.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.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds