Searched refs:maxResults (Results 1 - 11 of 11) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException { argument
56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { argument
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.cpp169 if (toHTMLInputElement(host)->maxResults() < 0)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dbackground.js323 chrome.history.search({text: '', maxResults: 25}, function(items) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h159 int maxResults() const { return m_maxResults; } function in class:blink::HTMLInputElement
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js296 {query: '', types: this.searchType_, maxResults: 500},
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js814 var maxResults =
825 [this.searchText_, this.offset_, this.rangeInDays_, endTime, maxResults]);
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js1393 var b = "ignoreSelectors" in a ? a.ignoreSelectors : [], c = "maxResults" in a ? a.maxResults : null, d = [];
1472 this.maxResults = this.auditRulesToIgnore = this.auditRulesToRun = this.scope = null;
1523 a.maxResults && (h.maxResults = a.maxResults);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js1716 break;case "Data":if("getHistory"==d){var e={};chrome.history.search({text:"",maxResults:25},function(a){a.forEach(function(a){a.url&&(e[a.url]=!0)});b.postMessage({history:e})})}break;case "Prefs":if("getPrefs"==d)this.prefs.sendPrefsToPort(b);else if("setPref"==d){if("active"==a.pref&&a.value!=cvox.ChromeVox.isActive)cvox.ChromeVox.isActive?(this.tts.speak(cvox.ChromeVox.msgs.getMsg("chromevox_inactive")),chrome.accessibilityPrivate.setNativeAccessibilityEnabled(!0)):chrome.accessibilityPrivate.setNativeAccessibilityEnabled(!1);

Completed in 289 milliseconds