/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
DirectoryListLoader.java | 122 String selection; local 125 selection = mLocalInvisibleDirectoryEnabled ? null 130 selection = Directory.SHORTCUT_SUPPORT + "=" + Directory.SHORTCUT_SUPPORT_FULL 136 selection = Directory.SHORTCUT_SUPPORT + " IN (" 149 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionSettings.java | 65 String selection = Telephony.Carriers.CURRENT + " IS NOT NULL"; local 68 selection += " AND " + Telephony.Carriers.APN + "=?"; 74 APN_PROJECTION, selection, selectionArgs, null); 77 Log.v(TAG, "TransactionSettings looking for apn: " + selection + " returned: " + 119 Log.v(TAG, "APN setting: MMSC: " + mServiceCenter + " looked for: " + selection);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizard.java | 61 public void init(IWorkbench workbench, IStructuredSelection selection) { 62 super.init(workbench, selection); 72 List<IProject> projects = AdtUtils.getSelectedProjects(selection); 197 public void init(IWorkbench workbench, IStructuredSelection selection) { 198 super.init(workbench, selection);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 143 VisibleSelection selection = r ? VisibleSelection(r->startPosition(), r->endPosition(), affinity) : VisibleSelection(Position(), Position(), affinity); local 144 setSelection(selection, options); 242 document.frame()->selection().setSelection(s, options, align, granularity); 243 // It's possible that during the above set selection, this FrameSelection has been modified by 244 // selectFrameElementInParentIfFullySelected, but that the selection is no longer valid since 245 // the frame is about to be destroyed. If this is the case, clear our selection. 261 // Even if selection was not changed, selection offsets may have been changed. 318 // There can't be a selection inside a fragment, so if a fragment's node is being removed, 319 // the selection in the document that created the fragment needs no adjustment [all...] |
VisibleSelection.cpp | 152 // Check again, because updating layout can clear the selection. 158 // If the selection is a caret, move the range start upstream. This helps us match 164 // If the selection is a range, select the minimum range that encompasses the selection. 166 // determinations based on the first character of the selection. 256 // Move the selection to rendered positions, if possible. 343 // after the end of the line in the selection. 364 // of the next one) in the selection. 428 // "Constrain" the selection to be the smallest equivalent range of nodes. 430 // useful to make to make the selection "canonical" (if only fo [all...] |
RemoveFormatCommand.cpp | 84 if (!frame->selection().selection().isNonOrphanedCaretOrRange()) 89 Node* root = frame->selection().rootEditableElement();
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_aurax11.cc | 101 // selection notify events seems to subscribe us to events for both the 126 if (ev->selection == clipboard_atom_) { 128 } else if (ev->selection == XA_PRIMARY) { 131 DLOG(ERROR) << "Unexpected selection atom: " << ev->selection; 241 // Finds the SelectionFormatMap for the incoming selection atom. 245 // particular selection, we create a temporary clipboard mapping that 258 // Returns the first of |types| offered by the current selection holder in 261 // If the selection holder is us, this call is synchronous and we pull 263 // selection holder is some other window, we spin up a nested message loo [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield_views_model.cc | 411 gfx::Range range(render_text_->selection().start(), model.caret_pos()); 427 return GetText().substr(render_text_->selection().GetMin(), 428 render_text_->selection().length()); 521 const gfx::Range& selection = render_text_->selection(); local 522 render_text_->SelectRange(gfx::Range(selection.end(), selection.start())); 551 return !render_text_->selection().is_empty(); 557 ExecuteAndRecordDelete(render_text_->selection(), false); 601 // Because the target clause is more important than the actual selection [all...] |
/developers/samples/android/common/src/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 119 public Cursor query(Uri uri, String[] projection, String selection, 132 public int delete(Uri uri, String selection, String[] selectionArgs) { 137 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 48 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 96 public int delete(Uri uri, String selection, String[] selectionArgs) { 102 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
ChoiceCallbackTest.java | 139 int selection[] = { 1, 2, 3 }; local 141 cb.setSelectedIndexes(selection); 142 selection[0] = 4;
|
/external/chromium/chrome/browser/ |
file_select_helper.h | 24 // This class handles file-selection requests coming from WebUI elements 26 // and listener functions for file-selection dialogs. 132 // Called when a file selection is to be done.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 56 // implements text selection and editing in terms of a "field editor". 71 // field editor area, and if so sets the selection to {0,0} to clear 72 // the selection before forwarding the event to the field editor for 74 // click-drag selection machinery. 78 // a decoration area and get the expected selection behaviour, 122 // mouse up and no selection was created (the mouse didn't move), 125 // place caret after a selection is made. An NSTextField only has 126 // a selection when it has a field editor. The field editor is an 157 // selection (any valid empty selection will do) [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 48 // Extends the selection from the anchor to the specified index in the model. 51 // Toggles the selection of the specified index in the model. 54 // Adds the selection the anchor to |index|.
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
counter_track_test.js | 103 var sel = new tracing.Selection(); 113 sel = new tracing.Selection(); 118 sel = new tracing.Selection();
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_utils.h | 78 // Returns the parent for newly created folders/bookmarks. If |selection| has 79 // one element and it is a folder, |selection[0]| is returned, otherwise 84 const std::vector<const BookmarkNode*>& selection,
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_context_menu_controller.h | 50 // |parent| is the parent for newly created nodes if |selection| is empty. 51 // |selection| is the nodes the context menu operates on and may be empty. 59 const std::vector<const BookmarkNode*>& selection);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 57 // implements text selection and editing in terms of a "field editor". 72 // field editor area, and if so sets the selection to {0,0} to clear 73 // the selection before forwarding the event to the field editor for 75 // click-drag selection machinery. 79 // a decoration area and get the expected selection behaviour, 120 // mouse up and no selection was created (the mouse didn't move), 123 // place caret after a selection is made. An NSTextField only has 124 // a selection when it has a field editor. The field editor is an 156 // selection (any valid empty selection will do) [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_controller.h | 29 // Returns true if multiple selection is supported. 35 // Extends the selection from the anchor to |tab|. 41 // Adds the selection from the anchor to |tab|.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
options.html | 3 <title>Speak Selection Options</title> 77 <h1>Speak Selection</h1> 140 <img class="browser_action" src="SpeakSel19.png" alt="Speak Selection">
|
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.h | 37 // depending on the current selection and cursor state. 79 // Rectangles for the selection anchor and focus. 90 // change in selection (long press, double tap or triple tap).
|
/external/chromium_org/ppapi/cpp/dev/ |
ime_input_event_dev.cc | 58 const std::pair<uint32_t, uint32_t>& selection) : InputEvent() { 66 target_segment, selection.first, selection.second));
|
ime_input_event_dev.h | 52 /// @param[in] selection The range returned by <code>GetSelection</code>. 59 const std::pair<uint32_t, uint32_t>& selection); 100 /// @return A pair of integers indicating the selection range.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Selection.idl | 30 // This is based off of Mozilla's Selection interface 31 // https://developer.mozilla.org/En/DOM/Selection 34 ] interface Selection {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 278 var selection = window.getSelection(); 279 if (!selection.rangeCount || !selection.isCollapsed) 281 var selectionRange = selection.getRangeAt(0); 454 var selection = this.ownerDocument.defaultView.getSelection(); 455 selection.removeAllRanges(); 459 selection.addRange(range); 465 // Calculate selection offset relative to the current element. 467 var selection = window.getSelection(); 468 if (!selection.containsNode(this, true) [all...] |