HomeSort by relevance Sort by last modified time
    Searched full:trim_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable.js 224 return this.trim_(true, false);
233 return this.trim_(false, true);
242 return this.trim_(true, true);
253 cvox.Spannable.prototype.trim_ = function(trimStart, trimEnd) {
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 359 * See <code>TRIM_*</code> constants.
387 * @param trim trim of the notifications to be returned. See <code>TRIM_*</code> constants.
416 * @param trim trim of the notifications to be returned. See <code>TRIM_*</code> constants.
    [all...]

Completed in 2150 milliseconds