/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DeleteSelectionCommand.h | 41 static PassRefPtr<DeleteSelectionCommand> create(const VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = false, bool sanitizeMarkup = true) 43 return adoptRef(new DeleteSelectionCommand(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements, sanitizeMarkup));
|
EditCommand.cpp | 43 setStartingSelection(m_document->frame()->selection().selection());
|
MoveSelectionCommand.cpp | 48 // Update the position otherwise it may become invalid after the selection is deleted. 64 // selection is empty, leading to null deref
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
closebrackets.js | 43 var selection = cm.getSelection(); 44 cm.replaceSelection(left + selection + right);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
navigatorView.css | 70 .navigator li.selected .selection { 74 .navigator > ol.being-edited li.selected .selection {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | 1322 FrameSelection& selection = frame()->selection(); local [all...] |
/external/chromium_org/third_party/angle/src/compiler/timing/ |
RestrictFragmentShaderTiming.cpp | 109 void RestrictFragmentShaderTiming::visitSelection(TGraphSelection* selection) 111 beginError(selection->getIntermSelection());
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.h | 34 // * draft-lennox-mmusic-sdp-source-selection-02 - 35 // Mechanisms for Media Source Selection in SDP
|
/external/chromium_org/ui/base/x/ |
selection_utils.h | 52 // Represents the selection in different data formats. Binary data passed in is 64 // Adds the selection in the format |atom|. Ownership of |data| is passed to
|
/external/dropbear/ |
filelist.txt | 83 options.h Compile-time feature selection 87 debug.h Compile-time selection of debug features
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CComboBox.java | 206 table.notifyListeners(SWT.Selection, convert2event(e)); 211 notifyListeners(SWT.Selection, convert2event(e)); 290 notifyListeners(SWT.Selection, convert2event(e)); 489 // Selection 495 * Selection index. 510 * Selection text. 521 * Selection image. 550 addListener(SWT.Selection, typedListener);
|
/external/elfutils/src/ |
make-debug-archive.in | 8 # Valid options are those listed under 'Input selection options' 32 echo "Valid options are listed under 'Input selection options'"
|
/external/llvm/test/CodeGen/AArch64/ |
fcmp.ll | 23 ; equal" before instruction selection, which is what we currently 62 ; equal" before instruction selection, which is what we currently
|
movw-consts.ll | 73 ; selection of an i64 constant, so we need a different idiom to test that selection
|
/external/oprofile/gui/ |
oprof_start.h | 62 /// events selection change 140 /// with multiple selection listbox QT doesn't allow to know
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
TestCursor.java | 208 * Mimics ContentResolver.query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) 210 public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
|
/frameworks/base/core/java/android/content/ |
SearchRecentSuggestionsProvider.java | 225 public int delete(Uri uri, String selection, String[] selectionArgs) { 236 count = db.delete(sSuggestions, selection, selectionArgs); 319 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 369 // Tack on the user's selection, if present 370 if (selection != null && selection.length() > 0) { 376 whereClause.append(selection); 393 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalProvider.java | 84 public Cursor query(Uri url, String[] projectionIn, String selection, 104 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs,
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfThinItemsTest.java | 54 assertEquals("wrong selection at position " + i, 92 assertEquals("wrong selection at position " + expectedPostion,
|
/frameworks/base/docs/html/guide/topics/ui/ |
binding.jd | 57 <p>You handle the user's selection by setting the class's {@link 59 catching the selection changes. </p>
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerDataHelper.java | 109 String selection = (tag == null ? null : TrackerEntry.TAG + "=?"); local 113 selection, selectionArgs, null);
|
/frameworks/opt/mms/src/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);
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
DbTestUtils.java | 142 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { 155 public final Cursor query(Uri uri, String[] projection, String selection,
|
/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);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ShortcutNameActivity.java | 24 import android.text.Selection; 66 Selection.setSelection(editableText, editableText.length());
|