HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 151 - 175 of 507) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 109 String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" + local
114 return managedQuery(uri, projection, selection, selectionArgs, sortOrder);
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 45 void GetSelectedIndices(GtkTreeSelection* selection, std::set<int>* out);
107 static gboolean OnSelectionFilter(GtkTreeSelection* selection,
  /external/webkit/Source/WebCore/editing/
EditCommand.cpp 49 setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_document->frame()->editor()->deleteButtonController()->containerElement()));
InsertListCommand.cpp 83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
85 VisiblePosition start = selection.visibleStart();
90 VisiblePosition end = selection.visibleEnd();
116 // When a selection ends at the start of a paragraph, we rarely paint
117 // the selection gap before that paragraph, because there often is no gap.
118 // In a case like this, it's not obvious to the user that the selection
129 VisibleSelection selection = selectionForParagraphIteration(endingSelection()); local
130 ASSERT(selection.isRange());
131 VisiblePosition startOfSelection = selection.visibleStart();
132 VisiblePosition endOfSelection = selection.visibleEnd()
    [all...]
ReplaceSelectionCommand.cpp 127 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, bool matchStyle, const VisibleSelection& selection)
141 Element* editableRoot = selection.rootEditableElement();
156 Node* styleNode = selection.base().deprecatedNode();
170 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
377 // And we should only merge here if the selection start was inside a mail blockquote. This prevents against removing a
733 // include the what was the start of the selection that was pasted into, so that we preserve that paragraph's
810 VisibleSelection selection = endingSelection(); local
819 ReplacementFragment fragment(document(), m_documentFragment.get(), m_matchStyle, selection); local
    [all...]
SpellingCorrectionCommand.cpp 90 if (!document()->frame()->selection()->shouldChangeSelection(m_selectionToBeCorrected))
  /external/webkit/Source/WebCore/page/chromium/
FrameChromium.cpp 98 if (!selection()->isRange())
105 IntRect paintingRect = enclosingIntRect(selection()->bounds());
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 113 FloatRect fr = frame->selection()->bounds();
159 if (selection()->isRange())
  /frameworks/base/core/java/android/database/sqlite/
SqliteWrapper.java 57 String[] projection, String selection, String[] selectionArgs, String sortOrder) {
59 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
  /frameworks/base/core/java/android/webkit/
SelectActionModeCallback.java 84 String selection = mWebView.getSelection(); local
85 Browser.sendString(mWebView.getContext(), selection); local
  /frameworks/base/core/java/com/google/android/mms/util/
SqliteWrapper.java 69 String[] projection, String selection, String[] selectionArgs, String sortOrder) {
71 return resolver.query(uri, projection, selection, selectionArgs, sortOrder);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java 109 String selection = (tag == null ? null : TrackerEntry.TAG + "=?"); local
113 selection, selectionArgs, null);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 659 String[] projection, String selection, String[] selectionArgs, String sortOrder,
663 Cursor c = context.getContentResolver().query(uri, projection, selection, selectionArgs,
681 String selection, String[] selectionArgs, String sortOrder, int column) {
682 return getFirstRowColumn(context, uri, projection, selection, selectionArgs,
690 String selection, String[] selectionArgs, String sortOrder, int column,
692 return getFirstRowColumn(context, uri, projection, selection, selectionArgs,
700 String selection, String[] selectionArgs, String sortOrder, int column) {
701 return getFirstRowColumn(context, uri, projection, selection, selectionArgs,
709 String selection, String[] selectionArgs, String sortOrder, int column,
711 return getFirstRowColumn(context, uri, projection, selection, selectionArgs
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 119 public AccountPickerLoader(Context context, Uri uri, String[] projection, String selection,
121 super(context, uri, projection, selection, selectionArgs, sortOrder);
236 public MailboxPickerLoader(Context context, Uri uri, String[] projection, String selection,
238 super(context, uri, projection, selection, selectionArgs, sortOrder);
314 // create a common selection. Move this to the Mailbox class?
315 /** Selection for all visible mailboxes for an account */
318 /** Selection for just the INBOX of an account */
380 final String selection; local
389 selection = ALL_MAILBOX_SELECTION;
391 selection = INBOX_ONLY_SELECTION
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 77 public void selectionChanged(IAction action, ISelection selection) {
78 mSelection = selection;
AvdManagerAction.java 64 public void selectionChanged(IAction action, ISelection selection) {
65 // nothing related to the current selection.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 43 * canvas' selection changes are broadcasted to anyone listening, which includes
110 * Sets a new selection. <code>reveal</code> is ignored right now.
112 * The selection can be null, which is interpreted as an empty selection.
115 public void setSelection(ISelection selection, boolean reveal) {
116 mCanvas.getSelectionManager().setSelection(selection);
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 122 static AccessibilityObject* core(AtkSelection* selection)
124 return core(ATK_OBJECT(selection));
511 static bool selectionBelongsToObject(AccessibilityObject* coreObject, VisibleSelection& selection)
516 if (selection.isNone())
519 RefPtr<Range> range = selection.toNormalizedRange();
523 // We want to check that both the selection intersects the node
524 // AND that the selection is not just "touching" one of the
559 VisibleSelection selection = coreObject->selection();
560 if (!selection.isCaret()
1659 VisibleSelection selection = coreObject->selection(); local
1685 VisibleSelection selection = coreObject->selection(); local
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 69 private static final String TEST_SELECTION = "selection";
96 work[index].selection = TEST_SELECTION;
105 work[index].projection, work[index].selection, work[index].selectionArgs,
152 work[index].selection = TEST_SELECTION;
160 work[index].selection, work[index].selectionArgs, work[index].delayMillis);
178 work[index].selection = TEST_SELECTION;
188 work[index].selection,
351 work.selection = TEST_SELECTION;
362 aqs.startDelete(w.token, w.cookie, w.uri, w.selection, w.selectionArgs,
570 public final Cursor query(Uri uri, String[] projection, String selection,
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.h 44 // |parent| is the parent for newly created nodes if |selection| is empty.
45 // |selection| is the nodes the context menu operates on and may be empty.
52 const std::vector<const BookmarkNode*>& selection);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.h 34 const std::vector<const BookmarkNode*>& selection);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 108 String selection = BluetoothShare.STATUS + " >= '200' AND " + direction; local
111 selection = selection + " AND ("
123 }, selection, sortOrder);
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountWithDataSet.java 97 final String selection; local
100 selection = BASE_SELECTION + " AND " + RawContacts.DATA_SET + " IS NULL";
103 selection = BASE_SELECTION + " AND " + RawContacts.DATA_SET + " = ?";
108 ID_PROJECTION, selection, args, null);
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 93 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
97 mPassedSelection = selection;
104 public int delete(Uri uri, String selection, String[] selectionArgs) {
124 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 68 String selection, String[] selectionArgs, String sortOrder) {
202 Cursor ret = qb.query(db, projection, selection,
496 public int delete(Uri uri, String selection,
551 String finalSelection = concatSelections(selection, extraSelection);
573 String selection, String[] selectionArgs, Uri uri) {
575 selection, selectionArgs, null, null, null);
593 int count = db.delete(TABLE_PDU, selection, selectionArgs);
605 private static int deleteParts(SQLiteDatabase db, String selection,
607 return deleteDataRows(db, TABLE_PART, selection, selectionArgs);
610 private static int deleteTempDrmData(SQLiteDatabase db, String selection,
    [all...]

Completed in 419 milliseconds

1 2 3 4 5 67 8 91011>>