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

  /external/chromium_org/remoting/host/
resizing_host_observer.cc 27 : resolution_(candidate) {
67 const ScreenResolution& resolution() const { return resolution_; }
71 return static_cast<int64>(resolution_.dimensions().width()) *
72 resolution_.dimensions().height();
112 ScreenResolution resolution_; member in class:remoting::__anon10187::CandidateResolution
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 60 void set_resolution(TileResolution resolution) { resolution_ = resolution; }
61 TileResolution resolution() const { return resolution_; }
204 TileResolution resolution_; member in class:cc::PictureLayerTiling
picture_layer_tiling.cc 34 resolution_(NON_IDEAL_RESOLUTION),
443 resolution_,
524 resolution_,
561 resolution_,

Completed in 791 milliseconds