Searched refs:version_2 (Results 1 – 8 of 8) sorted by relevance
106 scoped_refptr<ServiceWorkerVersion> version_2 = new ServiceWorkerVersion( in TEST_F() local125 registration->SetInstallingVersion(version_2.get()); in TEST_F()127 EXPECT_EQ(version_2.get(), registration->installing_version()); in TEST_F()137 registration->SetWaitingVersion(version_2.get()); in TEST_F()139 EXPECT_EQ(version_2.get(), registration->waiting_version()); in TEST_F()149 registration->UnsetVersion(version_2.get()); in TEST_F()
14 : version_2(false), in OpenTypeGDEF()23 bool version_2; member
273 gdef->version_2 = true; in ots_gdef_parse()287 if (gdef->version_2) { in ots_gdef_parse()294 if (gdef->version_2) in ots_gdef_parse()
25 static const SK_OT_Fixed version_2 = SkTEndian_SwapBE32(2 << 16); member
90 base::FilePath version_2 = in TEST_F() local93 version_2.value(), in TEST_F()95 ASSERT_TRUE(base::DirectoryExists(version_2)); in TEST_F()112 ASSERT_FALSE(base::DirectoryExists(version_2.DirName())); in TEST_F()
76 const std::string& version_2, in ShouldUpdateForHigherVersion() argument79 const base::Version v2(version_2); in ShouldUpdateForHigherVersion()
341 webui::UseVersion2 version_2; in GetPropertiesAndStartDataRequest() local