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

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeFieldsTest.java56 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { method in class:JavaBridgeFieldsTest
67 executeJavaScriptAndGetStringResult("typeof testObject.booleanField"));
69 executeJavaScriptAndGetStringResult("typeof testObject.byteField"));
71 executeJavaScriptAndGetStringResult("typeof testObject.charField"));
73 executeJavaScriptAndGetStringResult("typeof testObject.shortField"));
75 executeJavaScriptAndGetStringResult("typeof testObject.intField"));
77 executeJavaScriptAndGetStringResult("typeof testObject.longField"));
79 executeJavaScriptAndGetStringResult("typeof testObject.floatField"));
81 executeJavaScriptAndGetStringResult("typeof testObject.doubleField"));
83 executeJavaScriptAndGetStringResult("typeo
[all...]
H A DJavaBridgeReturnValuesTest.java113 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { method in class:JavaBridgeReturnValuesTest
128 executeJavaScriptAndGetStringResult("typeof testObject.getBooleanValue()"));
130 executeJavaScriptAndGetStringResult("typeof testObject.getByteValue()"));
133 executeJavaScriptAndGetStringResult("typeof testObject.getCharValue()"));
135 executeJavaScriptAndGetStringResult("typeof testObject.getShortValue()"));
137 executeJavaScriptAndGetStringResult("typeof testObject.getIntValue()"));
139 executeJavaScriptAndGetStringResult("typeof testObject.getLongValue()"));
141 executeJavaScriptAndGetStringResult("typeof testObject.getFloatValue()"));
143 executeJavaScriptAndGetStringResult("typeof testObject.getFloatValueNoDecimal()"));
145 executeJavaScriptAndGetStringResult("typeo
[all...]
H A DJavaBridgeBasicsTest.java107 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { method in class:JavaBridgeBasicsTest
159 assertEquals("object", executeJavaScriptAndGetStringResult("typeof testController"));
165 assertEquals("undefined", executeJavaScriptAndGetStringResult("typeof testObject"));
173 assertEquals("undefined", executeJavaScriptAndGetStringResult("typeof testObject"));
175 assertEquals("object", executeJavaScriptAndGetStringResult("typeof testObject"));
186 assertEquals("object", executeJavaScriptAndGetStringResult("typeof testObject"));
199 assertEquals("object", executeJavaScriptAndGetStringResult("typeof testObject"));
203 assertEquals("undefined", executeJavaScriptAndGetStringResult("typeof testObject"));
220 assertEquals("undefined", executeJavaScriptAndGetStringResult("typeof foo"));
227 executeJavaScriptAndGetStringResult("typeo
[all...]

Completed in 82 milliseconds