Home | History | Annotate | Download | only in tests

Lines Matching refs:PP_FALSE

115   if (PP_FALSE == ppb_url_request_interface_->IsURLRequestInfo(url_request))
144 // All bool properties should accept PP_TRUE and PP_FALSE, while rejecting
148 PropertyTestData(ID_STR(_name), PP_MakeBool(PP_FALSE), PP_TRUE), \
149 PropertyTestData(ID_STR(_name), PP_MakeUndefined(), PP_FALSE), \
150 PropertyTestData(ID_STR(_name), PP_MakeNull(), PP_FALSE), \
151 PropertyTestData(ID_STR(_name), PP_MakeInt32(0), PP_FALSE), \
152 PropertyTestData(ID_STR(_name), PP_MakeDouble(0.0), PP_FALSE)
156 PropertyTestData(ID_STR(_name), PP_MakeNull(), PP_FALSE), \
157 PropertyTestData(ID_STR(_name), PP_MakeBool(PP_FALSE), PP_FALSE), \
158 PropertyTestData(ID_STR(_name), PP_MakeInt32(0), PP_FALSE), \
159 PropertyTestData(ID_STR(_name), PP_MakeDouble(0.0), PP_FALSE)
162 PropertyTestData(ID_STR(_name), PP_MakeUndefined(), PP_FALSE), \
163 PropertyTestData(ID_STR(_name), PP_MakeNull(), PP_FALSE), \
164 PropertyTestData(ID_STR(_name), PP_MakeBool(PP_FALSE), PP_FALSE), \
165 PropertyTestData(ID_STR(_name), PP_MakeString("notint"), PP_FALSE), \
166 PropertyTestData(ID_STR(_name), PP_MakeDouble(0.0), PP_FALSE)
224 PP_MakeUndefined(), PP_FALSE),
226 PP_MakeUndefined(), PP_FALSE),
359 ASSERT_EQ(PP_FALSE, ppb_url_request_interface_->AppendDataToBody(
415 ASSERT_EQ(PP_FALSE, ppb_url_request_interface_->AppendFileToBody(
447 } else if (PP_FALSE == ppb_url_request_interface_->IsURLRequestInfo(
450 } else if (PP_FALSE == ppb_url_request_interface_->SetProperty(
453 PP_MakeBool(PP_FALSE))) {