HomeSort by relevance Sort by last modified time
    Searched defs:displays_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 83 std::vector<gfx::Display> displays_; member in class:views::DesktopScreenX11
  /external/chromium_org/ui/display/chromeos/
touchscreen_delegate_impl_unittest.cc 59 displays_.push_back(snapshot);
65 displays_.push_back(snapshot);
68 displays_.push_back(new TestDisplaySnapshot());
74 displays_.push_back(snapshot);
79 for (size_t i = 0; i < displays_.size(); ++i) {
80 if (displays_[i]->native_mode())
81 delete displays_[i]->native_mode();
84 displays_.clear();
88 std::vector<DisplayConfigurator::DisplayState> states(displays_.size());
89 for (size_t i = 0; i < displays_.size(); ++i
98 ScopedVector<DisplaySnapshot> displays_; member in class:ui::TouchscreenDelegateImplTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 38 displays_.push_back(display);
46 return displays_.size();
49 return displays_;
52 return displays_[0];
55 std::vector<gfx::Display> displays_; member in class:extensions::MockScreen
68 displays_.push_back(display);
85 return displays_.size();
88 return displays_;
103 return displays_[0];
109 std::vector<gfx::Display> displays_;
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 50 return displays_.size();
54 return displays_;
78 for (size_t i = 0; i < displays_.size(); ++i) {
79 gfx::Rect overlap = displays_[i].bounds();
87 return displays_[max_area_index];
91 return displays_[0];
104 gfx::Display display(displays_.size(), bounds);
106 displays_.push_back(display);
110 std::vector<gfx::Display> displays_; member in class:__anon10131::TestScreen
  /external/chromium_org/ash/display/
display_manager.h 217 const std::vector<gfx::Display>& displays() const { return displays_; }
342 DisplayList displays_; member in class:ash::DisplayManager
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 626 // If there is no storage remaining on the |displays_| array for a
652 Display* displays_; member in class:mkvmuxer::Chapter
654 // The physical length (total size) of the |displays_| array.
657 // The logical length (number of active elements) on the |displays_|
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 626 // If there is no storage remaining on the |displays_| array for a
652 Display* displays_; member in class:mkvmuxer::Chapter
654 // The physical length (total size) of the |displays_| array.
657 // The logical length (number of active elements) on the |displays_|
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 619 // If there is no storage remaining on the |displays_| array for a
645 Display* displays_; member in class:mkvmuxer::Chapter
647 // The physical length (total size) of the |displays_| array.
650 // The logical length (number of active elements) on the |displays_|
    [all...]

Completed in 207 milliseconds