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

  /external/chromium_org/ash/display/
display_info_unittest.cc 14 TEST_F(DisplayInfoTest, CreateFromSpec) {
display_info.h 69 static DisplayInfo CreateFromSpec(const std::string& spec);
display_info.cc 31 DisplayInfo DisplayInfo::CreateFromSpec(const std::string& spec) {
192 // |CreateFromSpec|.
display_manager.cc 217 info_list.push_back(DisplayInfo::CreateFromSpec(*iter));
230 info_list.push_back(DisplayInfo::CreateFromSpec(std::string()));
507 init_displays.push_back(DisplayInfo::CreateFromSpec(std::string()));
854 new_display_info_list.push_back(DisplayInfo::CreateFromSpec(
    [all...]
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.cc 151 info_list.push_back(ash::internal::DisplayInfo::CreateFromSpec(

Completed in 2319 milliseconds