HomeSort by relevance Sort by last modified time
    Searched refs:hasSelection (Results 1 - 25 of 39) 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/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);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 127 public boolean hasSelection() {
198 if (hasSelection()) {
291 if (table.hasSelection()) {
310 if (hasSelection() &&
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 861 boolean hasSelection = selection != null;
863 mDetailsButton.setEnabled(hasSelection);
865 hasSelection &&
869 mEditButton.setEnabled(hasSelection);
872 mDeleteButton.setEnabled(hasSelection);
875 mRepairButton.setEnabled(hasSelection && isAvdRepairable(selection.getStatus()));
    [all...]
  /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 833 mCreatedWithASelection = mFrozenWithFocus && mTextView.hasSelection() &&
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1183 milliseconds

1 2