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

1 2 3

  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_unittest.cc 44 if (contexts & MenuItem::SELECTION)
207 CreateParams(MenuItem::SELECTION);
210 contexts.Add(MenuItem::SELECTION);
219 MenuItem::SELECTION | MenuItem::LINK);
222 contexts.Add(MenuItem::SELECTION);
232 MenuItem::SELECTION | MenuItem::IMAGE);
235 contexts.Add(MenuItem::SELECTION);
context_menu_content_type_unittest.cc 34 if (contexts & MenuItem::SELECTION)
80 content::ContextMenuParams params = CreateParams(MenuItem::SELECTION);
  /packages/apps/Browser/src/com/android/browser/
AccountsChangedReceiver.java 37 private static final String SELECTION = Accounts.ACCOUNT_NAME + " IS NOT NULL";
57 SELECTION, null, null);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoSetLoader.java 50 private static final String SELECTION =
67 super(context, CONTENT_URI, PROJECTION, SELECTION, null, SORT_ORDER);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 181 DirtyQuery.SELECTION,
338 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
474 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
601 UserIdQuery.SELECTION,
628 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION, ProfileQuery.SELECTION,
679 public static final String SELECTION = Data.RAW_CONTACT_ID + "=?";
695 public static final String SELECTION =
719 public static final String SELECTION =
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 47 private static final String SELECTION = Calendars.SYNC_EVENTS + "=?";
151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
SelectCalendarsSyncFragment.java 57 private static final String SELECTION = Calendars.ACCOUNT_NAME + "=? AND "
190 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 55 private static final String SELECTION =
125 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null);
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 35 * The style definition corresponding to {@link DrawingStyle#SELECTION}
37 SELECTION(new RGB(0x00, 0x99, 0xFF), 192, new RGB(0x00, 0x99, 0xFF), 192, 1, SWT.LINE_SOLID),
247 case SELECTION:
248 return SELECTION;
SelectionOverlay.java 36 * The {@link SelectionOverlay} paints the current selection as an overlay.
52 * Set whether the selection overlay should be hidden. This is done during some
54 * selection bounds.
56 * @param hidden when true, hide the selection bounds, when false, unhide.
63 * Paints the selection.
66 * selection.
84 // The root selection is never painted
122 /** Paint hint for current selection */
201 gc.useStyle(DrawingStyle.SELECTION);
230 // Paint selection handles. These are painted in control coordinates on th
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 107 private static final String SELECTION = History.URL
112 History.CONTENT_URI, PROJECTION, SELECTION,
118 Bookmarks.CONTENT_URI, PROJECTION, SELECTION,
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 202 final String SELECTION = "_id > ?";
205 SQLiteCursor cursor = (SQLiteCursor) mDatabase.query(TABLE_NAME, null, SELECTION,
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 70 private static final String SELECTION = "("
190 PROJECTION, SELECTION, null, null);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 91 this.earconNames.push('SELECTION');
145 this.earconNamesToIds['SELECTION'] = cvox.AbstractEarcons.SELECTION;
330 cvox.AbstractEarcons.SELECTION = 30;
412 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SELECTION] =
413 'selection.ogg';
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 448 // Note: don't use selection args here. We just include all IDs directly in the selection,
569 public static final String SELECTION = RawContacts.CONTACT_ID + "=?";
582 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null);
665 public static final String SELECTION = RawContacts._ID + "=?";
684 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
1923 final String selection = "(" + NameLookupColumns.NORMALIZED_NAME + " GLOB '" local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 84 private static final String SELECTION = CalendarAlerts.STATE + "=?";
99 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED; local
101 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
128 String selection = CalendarAlerts._ID + "=" + id; local
130 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
236 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 333 ContactAddressQuery.SELECTION,
676 // The query selection criteria. In this case matching against the
678 final static String SELECTION =
ContactsListFragment.java 294 * Called when ListView selection is cleared, for example
475 // for the selection clause. The search string is either encoded onto the content URI,
481 ContactsQuery.SELECTION,
511 // No results, clear selection.
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 90 SELECTION = 4,
195 // Returns the title with any instances of %s replaced by |selection|. The
197 base::string16 TitleWithReplacement(const base::string16& selection,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 160 if (RenderStyle* pseudoStyle = renderer.getCachedPseudoStyle(SELECTION)) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js 6 * @fileoverview A class representing a DOM selection conveyed through
8 * A PageSelection is just a DOM selection. The class itself manages a single
10 * extend operation to either grow or shrink the selection given a
13 * selection at any time.
24 * @param {!cvox.CursorSelection} sel The initial selection.
34 * Gets a description for the DOM selection during the course of navigation.
46 // A shrinking selection.
51 // A growing selection.
54 desc[0].pushEarcon(cvox.AbstractEarcons.SELECTION);
56 // A selection has inverted across the start cursor. Describe it
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 69 contexts.Add(extensions::MenuItem::SELECTION);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 19 * braille or not based on the selection start- and end-points (if any) in the
21 * is used for all text regardless of selection. If two translators
23 * around the selection end-points and the contracted translator is used
56 * Use the default translator all of the value, regardless of any selection.
62 * Expand text around the selection end-points if any. If the selection is
67 SELECTION: 1,
210 case cvox.ExpandingBrailleTranslator.ExpansionType.SELECTION:
225 * Finds ranges to expand around selection end points inside the value of
237 var selection = text.getSpanInstanceOf
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 59 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
  /frameworks/base/core/java/android/provider/
CalendarContract.java 625 * {@link ContentUris#withAppendedId}) or as the first selection item--the
626 * selection should start with "_id=?" and the first selectionArg should be
627 * the _id of the calendar. Calendars may also be updated using a selection
633 * on the Uri or using any standard selection. Deleting a calendar should
639 * matches the query selection, or at most a single row if the {@link #_ID}
2292 String selection = ALARM_TIME + ">=" + millis; local
    [all...]

Completed in 2888 milliseconds

1 2 3