Searched defs:aSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DINIParser.java191 * @param aSection section name whose keys are to be returned
195 public Iterator getKeys(String aSection) { argument
219 Properties props = mSections.get(aSection);
230 * @param aSection a section name
234 public String getString(String aSection, String aKey) { argument
235 Properties props = mSections.get(aSection);

Completed in 800 milliseconds