Searched refs:kTestBool (Results 1 – 1 of 1) sorted by relevance
37 const bool kTestBool = true; variable346 instance_->PostMessage(pp::Var(kTestBool)); in TestSendingData()350 ASSERT_EQ(message_data_.back().AsBool(), kTestBool); in TestSendingData()502 array.Set(0, pp::Var(kTestBool)); in TestSendingArray()548 dictionary.Set(pp::Var("foo"), pp::Var(kTestBool)); in TestSendingDictionary()699 dictionary.Set(pp::Var("foo"), pp::Var(kTestBool)); in TestSendingComplexVar()706 array.Set(0, pp::Var(kTestBool)); in TestSendingComplexVar()