Searched refs:CreateFromSpec (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc164 info_list.push_back(ash::DisplayInfo::CreateFromSpec(
/external/chromium_org/ash/display/
H A Ddisplay_info.cc84 DisplayInfo DisplayInfo::CreateFromSpec(const std::string& spec) { function in class:ash::DisplayInfo
278 // |CreateFromSpec|.
H A Ddisplay_info.h82 static DisplayInfo CreateFromSpec(const std::string& spec);
H A Ddisplay_info_unittest.cc26 TEST_F(DisplayInfoTest, CreateFromSpec) {
H A Ddisplay_manager.cc253 info_list.push_back(DisplayInfo::CreateFromSpec(*iter));
267 info_list.push_back(DisplayInfo::CreateFromSpec(std::string()));
659 init_displays.push_back(DisplayInfo::CreateFromSpec(std::string()));
1050 new_display_info_list.push_back(DisplayInfo::CreateFromSpec(

Completed in 126 milliseconds