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

1 2 3

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewCoreSelectionTest.java 62 assertFalse(mContentViewCore.hasSelection());
66 assertFalse(mContentViewCore.hasSelection());
76 assertTrue(mContentViewCore.hasSelection());
81 assertTrue(mContentViewCore.hasSelection());
85 assertTrue(mContentViewCore.hasSelection());
90 assertFalse(mContentViewCore.hasSelection());
98 assertTrue(mContentViewCore.hasSelection());
102 assertTrue(mContentViewCore.hasSelection());
106 assertTrue(mContentViewCore.hasSelection());
114 assertTrue(mContentViewCore.hasSelection());
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnList.java 91 boolean hasSelection = (getSelectedItemPosition() >= 0);
94 menu.findItem(MENU_EDIT).setVisible(hasSelection);
95 menu.findItem(MENU_DELETE).setVisible(hasSelection);
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 112 if (hasSelection()) {
131 boolean hasSelection = hasSelection();
134 && hasSelection) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 66 } else if (mTable.hasSelection()) {
KeyboardInterpreter.java 40 if (mTable.hasSelection()) {
PhotoTouchListener.java 184 if (!mTable.hasSelection()) {
210 if (mTable.hasSelection()) {
PhotoTable.java 182 public boolean hasSelection() {
191 if (hasSelection()) {
226 if (hasSelection() && mOnDeck[NEXT] != null) {
240 if (hasSelection() && mOnDeck[PREV] != null) {
252 if (hasSelection()) {
412 if (hasSelection()) {
442 if (hasSelection()) {
521 if (hasSelection() && getSelection() == mParent) {
571 if (table.hasSelection()) {
601 if (!hasSelection()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 72 RenderSVGResourceModeFlags, bool hasSelection, bool paintSelectedTextOnly);
SVGInlineTextBox.cpp 200 bool hasSelection = selectionState() != RenderObject::SelectionNone;
201 if (!hasSelection || paintSelectedTextOnly)
255 bool hasSelection = !parentRenderer.document().printing() && selectionState() != RenderObject::SelectionNone;
256 if (!hasSelection && paintSelectedTextOnly)
274 if (hasSelection) {
318 ApplyToFillMode | ApplyToTextMode, hasSelection, paintSelectedTextOnly);
325 ApplyToStrokeMode | ApplyToTextMode, hasSelection, paintSelectedTextOnly);
614 RenderSVGResourceModeFlags resourceMode, bool hasSelection, bool paintSelectedTextOnly)
621 if (hasSelection) {
623 hasSelection = mapStartEndPositionsIntoFragmentCoordinates(fragment, startPosition, endPosition)
    [all...]
SVGRootInlineBox.cpp 40 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
43 if (hasSelection) {
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 136 virtual bool hasSelection() const { return false; }
WebFrame.h 444 virtual bool hasSelection() const = 0;
  /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);
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 67 virtual bool hasSelection() const;
pepper_webplugin_impl.cc 223 bool PepperWebPluginImpl::hasSelection() const {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 82 virtual bool hasSelection() const { return true; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java     [all...]
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiElement.java 156 public boolean hasSelection() {
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 165 virtual bool hasSelection() const OVERRIDE;
WebRemoteFrameImpl.h 116 virtual bool hasSelection() const OVERRIDE;
WebRemoteFrameImpl.cpp 575 bool WebRemoteFrameImpl::hasSelection() const
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 160 if (uiElement.hasSelection()) {
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 79 if (textView.hasSelection()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
ImeTest.java 696 assertTrue(mContentViewCore.hasSelection());
708 assertTrue(mContentViewCore.hasSelection());
    [all...]

Completed in 1163 milliseconds

1 2 3