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

  /external/chromium_org/ui/ozone/common/chromeos/
display_snapshot_proxy.h 14 class DisplaySnapshotProxy : public DisplaySnapshot {
16 DisplaySnapshotProxy(const DisplaySnapshot_Params& params);
17 virtual ~DisplaySnapshotProxy();
25 DISALLOW_COPY_AND_ASSIGN(DisplaySnapshotProxy);
display_snapshot_proxy.cc 21 DisplaySnapshotProxy::DisplaySnapshotProxy(const DisplaySnapshot_Params& params)
47 DisplaySnapshotProxy::~DisplaySnapshotProxy() {}
49 std::string DisplaySnapshotProxy::ToString() const {
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_proxy.cc 153 displays_.push_back(new DisplaySnapshotProxy(displays[i]));

Completed in 126 milliseconds