HomeSort by relevance Sort by last modified time
    Searched refs:hasSelection (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/webkit/glue/
webframe_unittest.cc 88 EXPECT_FALSE(frame->hasSelection());
90 EXPECT_TRUE(frame->hasSelection());
92 EXPECT_FALSE(frame->hasSelection());
  /external/webkit/Source/WebKit/qt/Api/
qwebview.h 48 Q_PROPERTY(bool hasSelection READ hasSelection)
78 bool hasSelection() const;
qwebpage.h 76 Q_PROPERTY(bool hasSelection READ hasSelection)
274 bool hasSelection() const;
qwebview.cpp 575 \property QWebView::hasSelection
582 bool QWebView::hasSelection() const
585 return d->page->hasSelection();
    [all...]
qwebpage.cpp     [all...]
  /packages/apps/Phone/src/com/android/phone/
FdnList.java 77 boolean hasSelection = (getSelectedItemPosition() >= 0);
80 menu.findItem(MENU_EDIT).setVisible(hasSelection);
81 menu.findItem(MENU_DELETE).setVisible(hasSelection);
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 78 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
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...]
SVGRootInlineBox.cpp 47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
50 if (hasSelection) {
  /external/webkit/Source/WebKit/chromium/public/
WebPlugin.h 98 virtual bool hasSelection() const { return false; }
WebFrame.h 415 virtual bool hasSelection() const = 0;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 66 } else if (mTable.hasSelection()) {
KeyboardInterpreter.java 40 if (mTable.hasSelection()) {
PhotoTable.java 179 public boolean hasSelection() {
188 if (hasSelection()) {
223 if (hasSelection() && mOnDeck[NEXT] != null) {
237 if (hasSelection() && mOnDeck[PREV] != null) {
249 if (hasSelection()) {
405 if (hasSelection()) {
435 if (hasSelection()) {
514 if (hasSelection() && getSelection() == mParent) {
564 if (table.hasSelection()) {
594 if (!hasSelection()) {
    [all...]
PhotoTouchListener.java 184 if (!mTable.hasSelection()) {
210 if (mTable.hasSelection()) {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 121 if (hasSelection()) {
140 boolean hasSelection = hasSelection();
143 && hasSelection) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 330 boolean hasSelection = markers.size() > 0;
331 boolean canFix = hasSelection;
363 mIgnoreAction.setEnabled(hasSelection && haveFile && isJavaOrXml);
364 mIgnoreFileAction.setEnabled(hasSelection && haveFile);
365 mIgnoreProjectAction.setEnabled(hasSelection);
366 mAlwaysIgnoreAction.setEnabled(hasSelection);
367 mRemoveAction.setEnabled(hasSelection);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 259 if (!m_webPlugin->hasSelection())
532 && m_webPlugin->hasSelection()) {
WebFrameImpl.h 160 virtual bool hasSelection() const;
WebFrameImpl.cpp     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
Editor.java 866 mCreatedWithASelection = mFrozenWithFocus && mTextView.hasSelection() &&
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 782 milliseconds

1 2