HomeSort by relevance Sort by last modified time
    Searched defs:hasSelection (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebPlugin.h 98 virtual bool hasSelection() const { return false; }
  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
50 if (hasSelection) {
SVGInlineTextBox.cpp 176 bool hasSelection = selectionState() != RenderObject::SelectionNone;
177 if (!hasSelection || paintSelectedTextOnly)
199 if (hasSelection) {
260 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone;
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)
680 if (hasSelection) {
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebview.cpp 575 \property QWebView::hasSelection
582 bool QWebView::hasSelection() const
585 return d->page->hasSelection();
    [all...]
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 304 milliseconds