Searched refs:getChecked (Results 1 – 7 of 7) sorted by relevance
26 public List<ICheckBox> getChecked() { in getChecked() method in CheckBoxPanel
223 if (!getChecked() || getPtr()) { in assertIsChecked()252 bool getChecked() const { in getChecked() function
239 if (!getChecked() || getPtr()) { in assertIsChecked()269 bool getChecked() const { in getChecked() function
112 return HttpUrl.getChecked(url);
629 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
1141 HttpUrl httpUrl = HttpUrl.getChecked("http://username:password@host/path?query#fragment"); in fromJavaNetUrl_checked()1147 HttpUrl.getChecked("mailto:user@example.com"); in fromJavaNetUrlUnsupportedScheme_checked()1155 HttpUrl.getChecked("http://hostw ithspace/"); in fromJavaNetUrlBadHost_checked()
338 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()377 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()