Home
last modified time | relevance | path

Searched refs:kTestBool (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_post_message.cc37 const bool kTestBool = true; variable
346 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()