Home
last modified time | relevance | path

Searched defs:maxResults (Results 1 – 8 of 8) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowGeocoder.java39 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation()
56 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h191 int maxResults() const { return m_maxResults; } in maxResults() function
/external/chromium_org/chrome/common/extensions/api/
Dsessions.json14 "maxResults": { object
Dhistory.json53 …"maxResults": {"type": "integer", "optional": true, "minimum": 0, "description": "The maximum numb… object
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Ddirectory_contents.js297 {query: this.query_, types: this.searchType_, maxResults: 500}, property
Dfile_manager.js3479 'maxResults': 4 property
/external/chromium/chrome/common/extensions/api/
Dextension_api.json2157 …"maxResults": {"type": "integer", "optional": true, "minimum": 0, "description": "The maximum numb… object
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeBackgroundScript.js1576 break;case "Data":if("getHistory"==d){var e={};chrome.history.search({text:"",maxResults:25},functi… property