Searched refs:CreateFromSpec (Results 1 – 5 of 5) sorted by relevance
14 TEST_F(DisplayInfoTest, CreateFromSpec) { in TEST_F() argument
69 static DisplayInfo CreateFromSpec(const std::string& spec);
217 info_list.push_back(DisplayInfo::CreateFromSpec(*iter)); in InitFromCommandLine()230 info_list.push_back(DisplayInfo::CreateFromSpec(std::string())); in InitDefaultDisplay()507 init_displays.push_back(DisplayInfo::CreateFromSpec(std::string())); in OnNativeDisplaysChanged()854 new_display_info_list.push_back(DisplayInfo::CreateFromSpec( in AddRemoveDisplay()
31 DisplayInfo DisplayInfo::CreateFromSpec(const std::string& spec) { in CreateFromSpec() function in ash::internal::DisplayInfo
151 info_list.push_back(ash::internal::DisplayInfo::CreateFromSpec( in OnWindowSizeChanged()