Searched refs:evaluateScriptInt (Results 1 - 1 of 1) sorted by last modified time

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java230 return evaluateScriptInt(
236 return evaluateScriptInt(
242 return evaluateScriptInt(
248 return evaluateScriptInt(browser, "return document.body.offsetHeight;");
252 return evaluateScriptInt(browser, "return document.body.scrollHeight;");
255 private static int evaluateScriptInt(Browser browser, String script) throws Exception { method in class:HtmlTooltipHelper

Completed in 77 milliseconds