Home
last modified time | relevance | path

Searched refs: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() argument
56 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() argument
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h191 int maxResults() const { return m_maxResults; } in maxResults() function
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Ddirectory_contents.js297 {query: this.query_, types: this.searchType_, maxResults: 500}, property
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp175 if (toHTMLInputElement(host)->maxResults() < 0) in pseudo()
/external/chromium_org/chrome/browser/resources/history/
Dhistory.js672 var maxResults =
683 [this.searchText_, this.offset_, this.rangeInDays_, endTime, maxResults]);
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js1315 …var b = "ignoreSelectors" in a ? a.ignoreSelectors : [], c = "maxResults" in a ? a.maxResults : nu…
/external/chromium_org/chrome/common/extensions/api/
Dfile_browser_private.idl294 long maxResults;
/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