Home
last modified time | relevance | path

Searched refs:maxResults (Results 1 – 9 of 9) 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/shadow/
DTextControlInnerElements.cpp169 if (toHTMLInputElement(host)->maxResults() < 0) in shadowPseudoId()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Dbackground.js323 chrome.history.search({text: '', maxResults: 25}, function(items) { property
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h159 int maxResults() const { return m_maxResults; } in maxResults() function
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_contents.js296 {query: '', types: this.searchType_, maxResults: 500}, property
/external/chromium_org/chrome/browser/resources/history/
Dhistory.js814 var maxResults =
825 [this.searchText_, this.offset_, this.rangeInDays_, endTime, maxResults]);
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js1393 …var b = "ignoreSelectors" in a ? a.ignoreSelectors : [], c = "maxResults" in a ? a.maxResults : nu…
/external/chromium_org/chrome/common/extensions/api/
Dfile_manager_private.idl425 long maxResults;
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeBackgroundScript.js1716 break;case "Data":if("getHistory"==d){var e={};chrome.history.search({text:"",maxResults:25},functi… property