Searched refs:wants_file_access (Results 1 – 10 of 10) sorted by relevance
239 EXPECT_TRUE(extension->wants_file_access()); in TEST()244 EXPECT_TRUE(extension->wants_file_access()); in TEST()250 EXPECT_TRUE(extension->wants_file_access()); in TEST()256 EXPECT_TRUE(extension->wants_file_access()); in TEST()262 EXPECT_FALSE(extension->wants_file_access()); in TEST()268 EXPECT_FALSE(extension->wants_file_access()); in TEST()274 EXPECT_TRUE(extension->wants_file_access()); in TEST()285 EXPECT_TRUE(extension->wants_file_access()); in TEST()297 EXPECT_TRUE(extension->wants_file_access()); in TEST()308 EXPECT_TRUE(extension->wants_file_access()); in TEST()[all …]
305 bool wants_file_access() const { return wants_file_access_; } in wants_file_access() function309 void set_wants_file_access(bool wants_file_access) { in set_wants_file_access() argument310 wants_file_access_ = wants_file_access; in set_wants_file_access()
1239 EXPECT_TRUE(extension->wants_file_access()); in TEST()1243 EXPECT_TRUE(extension->wants_file_access()); in TEST()1248 EXPECT_TRUE(extension->wants_file_access()); in TEST()1252 EXPECT_TRUE(extension->wants_file_access()); in TEST()1257 EXPECT_FALSE(extension->wants_file_access()); in TEST()1261 EXPECT_FALSE(extension->wants_file_access()); in TEST()1266 EXPECT_TRUE(extension->wants_file_access()); in TEST()1271 EXPECT_TRUE(extension->wants_file_access()); in TEST()1277 EXPECT_TRUE(extension->wants_file_access()); in TEST()1282 EXPECT_TRUE(extension->wants_file_access()); in TEST()[all …]
617 bool wants_file_access() const { return wants_file_access_; } in wants_file_access() function
46 boolean wants_file_access;
218 if (item.wants_file_access)
334 info->wants_file_access = item.wants_file_access(); in CreateItemInfo()
704 extension_data->SetBoolean("wantsFileAccess", extension->wants_file_access()); in CreateExtensionDetailValue()
783 extension_data->SetBoolean("wantsFileAccess", extension->wants_file_access()); in CreateExtensionDetailValue()
231 extension_data->SetBoolean("wantsFileAccess", extension->wants_file_access()); in CreateExtensionDetailValue()