HomeSort by relevance Sort by last modified time
    Searched refs:newText (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIUtils.js     [all...]
CSSStyleModel.js 534 * @param {string} newText
538 setStyleSheetText: function(styleSheetId, newText, majorChange, userCallback)
550 CSSAgent.setStyleSheetText(styleSheetId, newText, callback.bind(this));
    [all...]
DataGrid.js 328 _editingCommitted: function(element, newText, oldText, context, moveDirection)
375 if (textBeforeEditing == newText) {
382 this._editingNode.data[columnIdentifier] = newText;
386 this._editCallback(this._editingNode, columnIdentifier, textBeforeEditing, newText);
    [all...]
externs.js 383 difflib.SequenceMatcher = function(baseText, newText) { }
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 748 SmallString<512> newText;
749 llvm::raw_svector_ostream vecOS(newText);
753 StringRef(newText.data(), newText.size()), file->getName());
  /frameworks/base/core/java/android/widget/
SearchView.java 195 * @param newText the new content of the query text field.
200 boolean onQueryTextChange(String newText);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 208 * @param newText the new content of the query text field.
213 boolean onQueryTextChange(String newText);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 546 public boolean onQueryTextChange(String newText) {
547 mListFragment.setQueryString(newText, true);
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 1034 const UnicodeString& newText,
1038 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1044 newText.pinIndices(newStart, newLength);
1056 // we found oldText, replace it by newText and go beyond it
1057 replace(pos, oldLength, newText, newStart, newLength);
    [all...]
  /external/icu4c/common/
unistr.cpp 1080 const UnicodeString& newText,
1084 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1090 newText.pinIndices(newStart, newLength);
1102 // we found oldText, replace it by newText and go beyond it
1103 replace(pos, oldLength, newText, newStart, newLength);
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 136 char[] newText = new char[newLength];
137 System.arraycopy(mText, 0, newText, 0, mGapStart);
139 System.arraycopy(mText, oldLength - after, newText, newLength - after, after);
140 mText = newText;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 309 public boolean onQueryTextChange(String newText) {
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 366 public boolean onQueryTextChange(String newText) {
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 486 private static SpannableString copyStyles(CharacterStyle[] spans, CharSequence newText) {
487 SpannableString s = new SpannableString(newText);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 176 public String isValid(String newText) {
179 return filter.validate(newText);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 688 public boolean onQueryTextChange(String newText) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 38 void setText(const UnicodeString& newText){
39 text = newText;
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 39 void setText(const UnicodeString& newText){
40 text = newText;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 486 milliseconds

1 2 34 5 6 7