Searched refs:GetInvocationError (Results 1 – 4 of 4) sorted by relevance
219 EXPECT_EQ(kGinJavaBridgeNoError, helper->GetInvocationError()); in TEST_F()224 EXPECT_EQ(kGinJavaBridgeObjectIsGone, helper->GetInvocationError()); in TEST_F()271 EXPECT_EQ(kGinJavaBridgeNoError, helper->GetInvocationError()); in TEST_F()276 EXPECT_EQ(kGinJavaBridgeMethodNotFound, helper->GetInvocationError()); in TEST_F()329 EXPECT_EQ(kGinJavaBridgeNoError, helper->GetInvocationError()); in TEST_F()336 helper->GetInvocationError()); in TEST_F()
72 const GinJavaBridgeError GetInvocationError();
490 IPC::WriteParam(reply_msg, result->GetInvocationError()); in ProcessMethodInvocationResult()531 IPC::WriteParam(reply_msg, result->GetInvocationError()); in ProcessMethodInvocationObjectResult()
211 const GinJavaBridgeError GinJavaMethodInvocationHelper::GetInvocationError() { in GetInvocationError() function in content::GinJavaMethodInvocationHelper