Searched refs:GetLaunchWidth (Results 1 – 4 of 4) sorted by relevance
41 static int GetLaunchWidth(const Extension* extension);
89 int AppLaunchInfo::GetLaunchWidth(const Extension* extension) { in GetLaunchWidth() function in extensions::AppLaunchInfo
38 EXPECT_EQ(640, AppLaunchInfo::GetLaunchWidth(extension.get())); in TEST_F()
192 extensions::AppLaunchInfo::GetLaunchWidth(extension)); in OpenApplicationWindow()