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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /external/chromium_org/ash/display/
display_manager.h 69 // 1) EXTENDED mode extends the desktop to the second dislpay.
76 EXTENDED,
display_manager.cc 113 enabled_(manager_->second_display_mode() != DisplayManager::EXTENDED &&
151 second_display_mode_(EXTENDED),
609 if (second_display_mode_ != EXTENDED && new_display_info_list.size() == 2) {
828 SetSecondDisplayMode(mirrored ? MIRRORING : EXTENDED);
884 SetSecondDisplayMode(enabled ? MIRRORING : EXTENDED);
    [all...]
display_controller.cc 695 case internal::DisplayManager::EXTENDED:
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 274 // Verifies if the notification appears on both displays when extended mode.
292 // Transition to mirroring and then back to extended display, which recreates
304 display_manager->SetSecondDisplayMode(internal::DisplayManager::EXTENDED);

Completed in 63 milliseconds