HomeSort by relevance Sort by last modified time
    Searched refs:selection (Results 476 - 500 of 836) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 310 // to other things. The selection rect is expected to have coordinates
312 // where on the screen the selection rect is currently located.
314 int identifier, int activeMatchOrdinal, const WebRect& selection) { }
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 179 const wchar_t* selection = result.c_str(); local
182 while (*selection) { // Empty string indicates end of list.
183 files.push_back(base::FilePath(selection));
185 selection += files.back().value().length() + 1;
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 113 public Cursor query(Uri url, String[] projectionIn, String selection,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 198 String selection = new String("msg_id=" + id); local
204 selection,
246 String selection = new String("mid=" + id); local
252 selection,
600 String selection = new String("mid=" + id); local
603 Cursor c = mResolver.query(uriAddress, null, selection,
694 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; local
697 Cursor c = mResolver.query(uri, projection, selection, null, orderBy);
709 String selection = new String("msg_id=" + id + " AND type=" + type); local
713 Cursor c = r.query(uriAddress, null, selection, null, null)
1362 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; local
1478 String selection = new String("msg_id=" + id); local
1558 String selection = new String("mid=" + id); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 440 String selection = null; local
444 selection = "url LIKE ?";
453 selection = COMBINED_SELECTION;
460 selection, (constraint != null) ? args : null, null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 215 final StringBuilder selection = new StringBuilder(); local
220 selection.append(Contacts.IN_VISIBLE_GROUP + "=1");
221 selection.append(" AND " + Contacts.HAS_PHONE_NUMBER + "=1");
230 break; // No selection needed.
232 break; // This adapter is always "phone only", so no selection needed either.
237 // No selection.
240 loader.setSelection(selection.toString());
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
NoNullCursorAsyncQueryHandlerTest.java 45 public Cursor query(Uri uri, String[] projection, String selection,
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 675 * @param selection the selection used with the uri (or null)
677 public synchronized void invalidate(String operation, Uri uri, String selection) {
680 ", SELECTION: " + selection);
710 public static synchronized void notCacheable(Uri uri, String selection) {
713 String str = uri.toString() + "$" + selection;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 86 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
  /packages/apps/Nfc/nci/jni/
SecureElement.h 520 ** selection: which set of routes to configure the controller.
525 void adjustRoutes (RouteSelection selection);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 1265 String selection; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 105 """selection - the selection in the frontmost Finder window """
108 selection = _Prop_selection() variable
157 'selection' : _Prop_selection,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 117 * @param value The index of the combo selection.
129 * @param value The index of the combo selection.
182 targetModeGroup.setText("Deployment Target Selection Mode");
284 // called when selection changes
300 // called when selection changes
579 String selection = mDeviceTypeCombo.getText(); local
580 if (DEVICES_AND_EMULATORS.equals(selection)) {
582 } else if (DEVICES_ONLY.equals(selection)) {
584 } else if (EMULATORS_ONLY.equals(selection)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 62 public void init(IWorkbench workbench, IStructuredSelection selection) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 131 // Copied from GTK+. Called when we lose the primary selection. This will clear
132 // the selection in the text buffer.
455 // If any text has been selected, register it as the PRIMARY selection so it
484 // Move the marks for the cursor and the other end of the selection to
549 // TODO(deanm): something about selection / focus change here.
592 CharRange selection = GetSelection(); local
593 *start = static_cast<size_t>(selection.cp_min);
594 *end = static_cast<size_t>(selection.cp_max);
600 // PRIMARY selection here.
615 // Don't inline autocomplete when the caret/selection isn't at the end o
1996 const CharRange selection = GetSelection(); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 13 var contexts = ["page","selection","link","editable","image","video",
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 222 element.className = 'selection-element';
234 var selectListDOM = $('device-selection');
254 var selectListDOM = $('device-selection');
271 // Remove device selection element from DOM.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js 18 * @param {cr.ui.ListSelectionModel} selectionModel Selection model.
45 // old attempts. This can happen especially when changing selection fast or
277 // Remember the selection if it is empty or multiple. It will be restored
278 // in |leave| if the user did not changing the selection manually.
285 // Ensure valid single selection.
286 // Note that the SlideMode object is not listening to selection change yet.
405 * Selection change handler.
412 return; // Temporary empty selection.
414 // Forget the saved selection if the user changed the selection manually
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 40 const std::vector<const BookmarkNode*>& selection)
47 selection_(selection),
367 // Paste to selection from the Bookmark Bar, to parent_ everywhere else
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 13 var contexts = ["page","selection","link","editable","image","video",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 29 var contexts = ["page","selection","link","editable","image","video",
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 145 std::make_pair(0U, 0U) // selection
153 const std::pair<uint32_t, uint32_t>& selection) {
161 selection
174 std::make_pair(0U, 0U) // selection
186 std::make_pair(0U, 0U) // selection
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 44 const SelectionFormatMap& selection)
50 format_map_(selection),
  /external/stlport/test/eh/
intel50.mak 57 #Library selection should be BEFORE debug processing!!!
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java 328 final Uri uri, final String selection,
332 uri, selection, selectionArgs, sortOrder);

Completed in 1790 milliseconds

<<11121314151617181920>>