Searched refs:executeJavaScriptAndGetResult (Results 1 – 1 of 1) sorted by relevance
48 assertEquals("\"object\"", executeJavaScriptAndGetResult( in testInjectedObjectPresentInChildFrame()50 executeJavaScriptAndGetResult( in testInjectedObjectPresentInChildFrame()71 executeJavaScriptAndGetResult(getContentViewCore(), script)); in testMainPageWrapperIsNotBrokenByChildFrame()73 executeJavaScriptAndGetResult(getContentViewCore(), in testMainPageWrapperIsNotBrokenByChildFrame()96 executeJavaScriptAndGetResult(getContentViewCore(), "queryProperties(window)")); in testWrapperIsNotSharedWithChildFrame()98 executeJavaScriptAndGetResult(getContentViewCore(), in testWrapperIsNotSharedWithChildFrame()102 private String executeJavaScriptAndGetResult(final ContentViewCore contentViewCore, in executeJavaScriptAndGetResult() method in JavaBridgeChildFrameTest