Searched refs:allowEmpty (Results 1 - 2 of 2) sorted by relevance

/external/jsilver/src/org/clearsilver/
H A DCSUtil.java47 * @param allowEmpty if {@code true} then this will return an empty list when
52 * @throws NullPointerException if no loadpaths are found and allowEmpty is
55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) { argument
59 if (allowEmpty) {
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm730 - (void)_newParagraphForElement:(DOMElement *)element tag:(NSString *)tag allowEmpty:(BOOL)flag suppressTrailingSpace:(BOOL)suppress
964 [self _newParagraphForElement:element tag:tag allowEmpty:NO suppressTrailingSpace:YES];
1130 [self _newParagraphForElement:element tag:tag allowEmpty:YES suppressTrailingSpace:NO];
1254 [self _newParagraphForElement:element tag:tag allowEmpty:(range.length == 0) suppressTrailingSpace:YES];

Completed in 685 milliseconds