resolution 122 ash/display/display_info.cc std::string resolution = parts[i]; resolution 125 ash/display/display_info.cc if (sscanf(resolution.c_str(), resolution 441 ash/display/display_manager.cc const gfx::Size& resolution) { resolution 449 ash/display/display_manager.cc std::find_if(modes.begin(), modes.end(), DisplayModeMatcher(resolution)); resolution 452 ash/display/display_manager.cc << resolution.ToString(); resolution 587 ash/display/display_manager.cc const gfx::Size& resolution = iter->bounds_in_native().size(); resolution 595 ash/display/display_manager.cc DisplayModeMatcher(resolution)); resolution 168 ash/display/display_manager.h void SetDisplayResolution(int64 display_id, const gfx::Size& resolution); resolution 331 ash/display/resolution_notification_controller_unittest.cc gfx::Size resolution; resolution 188 cc/layers/picture_layer_impl.cc } else if (iter->priority(ACTIVE_TREE).resolution == HIGH_RESOLUTION) { resolution 191 cc/layers/picture_layer_impl.cc } else if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) { resolution 749 cc/layers/picture_layer_impl.cc if (tiling->resolution() == LOW_RESOLUTION) { resolution 755 cc/layers/picture_layer_impl.cc if (tiling->resolution() == HIGH_RESOLUTION) { resolution 962 cc/layers/picture_layer_impl.cc if (tiling->resolution() == LOW_RESOLUTION) resolution 1132 cc/layers/picture_layer_impl.cc if (tiling->resolution() == LOW_RESOLUTION && ShouldHaveLowResTiling()) resolution 1147 cc/layers/picture_layer_impl.cc if (twin_tiling && twin_tiling->resolution() == NON_IDEAL_RESOLUTION) resolution 1295 cc/layers/picture_layer_impl.cc if (tiling->resolution() == HIGH_RESOLUTION) { resolution 1300 cc/layers/picture_layer_impl.cc if (tiling->resolution() == LOW_RESOLUTION) { resolution 1289 cc/layers/picture_layer_impl_unittest.cc EXPECT_EQ(tiling->resolution(), HIGH_RESOLUTION); resolution 1303 cc/layers/picture_layer_impl_unittest.cc priority.resolution = HIGH_RESOLUTION; resolution 1806 cc/layers/picture_layer_impl_unittest.cc if (priority.resolution != HIGH_RESOLUTION) resolution 1813 cc/layers/picture_layer_impl_unittest.cc non_ideal_tile_count += priority.resolution == NON_IDEAL_RESOLUTION; resolution 1814 cc/layers/picture_layer_impl_unittest.cc low_res_tile_count += priority.resolution == LOW_RESOLUTION; resolution 1815 cc/layers/picture_layer_impl_unittest.cc high_res_tile_count += priority.resolution == HIGH_RESOLUTION; resolution 1849 cc/layers/picture_layer_impl_unittest.cc non_ideal_tile_count += priority.resolution == NON_IDEAL_RESOLUTION; resolution 1850 cc/layers/picture_layer_impl_unittest.cc low_res_tile_count += priority.resolution == LOW_RESOLUTION; resolution 1851 cc/layers/picture_layer_impl_unittest.cc high_res_tile_count += priority.resolution == HIGH_RESOLUTION; resolution 50 cc/resources/managed_tile_state.cc resolution(NON_IDEAL_RESOLUTION), resolution 96 cc/resources/managed_tile_state.cc state->Set("resolution", TileResolutionAsValue(resolution).release()); resolution 119 cc/resources/managed_tile_state.h TileResolution resolution; resolution 131 cc/resources/picture_layer_tiling.h void set_resolution(TileResolution resolution) { resolution_ = resolution; } resolution 132 cc/resources/picture_layer_tiling.h TileResolution resolution() const { return resolution_; } resolution 69 cc/resources/picture_layer_tiling_set.cc this_tiling->set_resolution(other.tilings_[i]->resolution()); resolution 87 cc/resources/picture_layer_tiling_set.cc new_tiling->set_resolution(other.tilings_[i]->resolution()); resolution 116 cc/resources/picture_layer_tiling_set.cc if (tilings_[i]->resolution() == HIGH_RESOLUTION) resolution 27 cc/resources/prioritized_tile_set.cc if (ams.resolution != bms.resolution) resolution 28 cc/resources/prioritized_tile_set.cc return ams.resolution < bms.resolution; resolution 35 cc/resources/prioritized_tile_set_unittest.cc if (ams.resolution != bms.resolution) resolution 36 cc/resources/prioritized_tile_set_unittest.cc return ams.resolution < bms.resolution; resolution 87 cc/resources/tile.cc return DetermineRasterModeForResolution(priority(tree).resolution); resolution 91 cc/resources/tile.cc return DetermineRasterModeForResolution(managed_state_.resolution); resolution 95 cc/resources/tile.cc TileResolution resolution) const { resolution 98 cc/resources/tile.cc if (resolution == LOW_RESOLUTION) resolution 164 cc/resources/tile.h RasterMode DetermineRasterModeForResolution(TileResolution resolution) const; resolution 647 cc/resources/tile_manager.cc bool pending_is_low_res = pending_priority.resolution == LOW_RESOLUTION; resolution 649 cc/resources/tile_manager.cc pending_priority.resolution == NON_IDEAL_RESOLUTION; resolution 651 cc/resources/tile_manager.cc active_priority.resolution == NON_IDEAL_RESOLUTION; resolution 717 cc/resources/tile_manager.cc mts.resolution = tile_priority.resolution; resolution 1188 cc/resources/tile_manager.cc mts.resolution, resolution 1504 cc/resources/tile_manager.cc if (b_priority.resolution != a_priority.resolution) { resolution 1505 cc/resources/tile_manager.cc return (prioritize_low_res && b_priority.resolution == LOW_RESOLUTION) || resolution 1506 cc/resources/tile_manager.cc (!prioritize_low_res && b_priority.resolution == HIGH_RESOLUTION) || resolution 1507 cc/resources/tile_manager.cc (a_priority.resolution == NON_IDEAL_RESOLUTION); resolution 916 cc/resources/tile_manager_unittest.cc last_tile->priority(ACTIVE_TREE).resolution != resolution 917 cc/resources/tile_manager_unittest.cc tile->priority(ACTIVE_TREE).resolution) { resolution 919 cc/resources/tile_manager_unittest.cc EXPECT_EQ(LOW_RESOLUTION, last_tile->priority(ACTIVE_TREE).resolution); resolution 957 cc/resources/tile_manager_unittest.cc last_tile->priority(PENDING_TREE).resolution != resolution 958 cc/resources/tile_manager_unittest.cc tile->priority(PENDING_TREE).resolution) { resolution 960 cc/resources/tile_manager_unittest.cc EXPECT_EQ(HIGH_RESOLUTION, last_tile->priority(PENDING_TREE).resolution); resolution 26 cc/resources/tile_priority.cc TileResolution resolution) { resolution 27 cc/resources/tile_priority.cc switch (resolution) { resolution 36 cc/resources/tile_priority.cc DCHECK(false) << "Unrecognized TileResolution value " << resolution; resolution 58 cc/resources/tile_priority.cc state->Set("resolution", TileResolutionAsValue(resolution).release()); resolution 41 cc/resources/tile_priority.h TileResolution resolution); resolution 47 cc/resources/tile_priority.h : resolution(NON_IDEAL_RESOLUTION), resolution 52 cc/resources/tile_priority.h TilePriority(TileResolution resolution, resolution 55 cc/resources/tile_priority.h : resolution(resolution), resolution 61 cc/resources/tile_priority.h if (active.resolution == HIGH_RESOLUTION || resolution 62 cc/resources/tile_priority.h pending.resolution == HIGH_RESOLUTION) resolution 63 cc/resources/tile_priority.h resolution = HIGH_RESOLUTION; resolution 64 cc/resources/tile_priority.h else if (active.resolution == LOW_RESOLUTION || resolution 65 cc/resources/tile_priority.h pending.resolution == LOW_RESOLUTION) resolution 66 cc/resources/tile_priority.h resolution = LOW_RESOLUTION; resolution 68 cc/resources/tile_priority.h resolution = NON_IDEAL_RESOLUTION; resolution 89 cc/resources/tile_priority.h return resolution == other.resolution && resolution 105 cc/resources/tile_priority.h TileResolution resolution; resolution 51 cc/test/fake_picture_layer_impl.cc if (tiling->resolution() == HIGH_RESOLUTION) { resolution 64 cc/test/fake_picture_layer_impl.cc if (tiling->resolution() == LOW_RESOLUTION) { resolution 84 cc/test/fake_picture_layer_impl.cc priority.resolution = HIGH_RESOLUTION; resolution 130 cc/test/fake_picture_layer_impl.cc DCHECK_EQ(tilings()->tiling_at(0)->resolution(), HIGH_RESOLUTION); resolution 131 cc/test/fake_picture_layer_impl.cc DCHECK_EQ(tilings()->tiling_at(1)->resolution(), LOW_RESOLUTION); resolution 296 chrome/browser/chromeos/extensions/wallpaper_private_api.cc ash::WallpaperResolution resolution = ash::Shell::GetInstance()-> resolution 304 chrome/browser/chromeos/extensions/wallpaper_private_api.cc resolution == ash::WALLPAPER_RESOLUTION_SMALL) { resolution 832 chrome/browser/chromeos/login/wallpaper_manager.cc ash::WallpaperResolution resolution = resolution 836 chrome/browser/chromeos/login/wallpaper_manager.cc const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) resolution 956 chrome/browser/chromeos/login/wallpaper_manager.cc ash::WallpaperResolution resolution = ash::Shell::GetInstance()-> resolution 958 chrome/browser/chromeos/login/wallpaper_manager.cc const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? resolution 1113 chrome/browser/chromeos/login/wallpaper_manager.cc ash::WallpaperResolution resolution = ash::Shell::GetInstance()-> resolution 1118 chrome/browser/chromeos/login/wallpaper_manager.cc resolution == ash::WALLPAPER_RESOLUTION_SMALL) { resolution 48 chrome/browser/network_time/network_time_tracker.cc const base::TimeDelta& resolution, resolution 53 chrome/browser/network_time/network_time_tracker.cc network_time, resolution, latency, post_time); resolution 58 chrome/browser/network_time/network_time_tracker.cc const base::TimeDelta& resolution, resolution 66 chrome/browser/network_time/network_time_tracker.cc resolution, resolution 88 chrome/browser/network_time/network_time_tracker_unittest.cc const base::TimeDelta& resolution, resolution 96 chrome/browser/network_time/network_time_tracker_unittest.cc resolution, resolution 475 chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc ConflictResolution resolution = CONFLICT_RESOLUTION_UNKNOWN; resolution 479 chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc resolution = CONFLICT_RESOLUTION_LOCAL_WIN; resolution 491 chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc resolution = conflict_resolution_resolver()->Resolve( resolution 496 chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc switch (resolution) { resolution 241 chrome/browser/sync_file_system/drive_backend_v1/remote_sync_delegate.cc ConflictResolution resolution = conflict_resolution_resolver()->Resolve( resolution 247 chrome/browser/sync_file_system/drive_backend_v1/remote_sync_delegate.cc switch (resolution) { resolution 249 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc gfx::Size resolution = display_modes[i].size; resolution 261 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc resolution_info->SetBoolean("selected", (resolution == current_size)); resolution 262 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc resolution.Enlarge( resolution 265 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc resolution_info->SetInteger("width", resolution.width()); resolution 266 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc resolution_info->SetInteger("height", resolution.height()); resolution 319 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc const base::TimeDelta& resolution, resolution 351 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc resolution, resolution 553 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc base::TimeDelta resolution = resolution 567 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc start, end, resolution, aggregation_method), resolution 43 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc const base::TimeDelta& resolution) { resolution 64 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc resolution)); resolution 76 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc const base::TimeDelta& resolution) { resolution 92 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc const base::TimeDelta& resolution) { resolution 101 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc (*metric)->time < window_start + resolution) { resolution 108 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc window_start + resolution, resolution 111 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc window_start += resolution; resolution 123 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc const base::TimeDelta& resolution) { resolution 129 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc int64 window_offset = ((*metric)->time - time_start) / resolution; resolution 130 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc base::Time window_start = time_start + (window_offset * resolution); resolution 131 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc base::Time window_end = window_start + resolution; resolution 150 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc double average = integrated / resolution.InSecondsF(); resolution 172 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc const base::TimeDelta& resolution, resolution 177 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc CHECK(resolution > base::TimeDelta()); resolution 182 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc type, metrics, start, intervals, resolution); resolution 185 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc type, metrics, start, intervals, resolution); resolution 188 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc type, metrics, start, intervals, resolution); resolution 35 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution); resolution 52 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution) = 0; resolution 64 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution) OVERRIDE; resolution 75 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution) OVERRIDE; resolution 86 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution) OVERRIDE; resolution 117 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h const base::TimeDelta& resolution, resolution 25 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc const base::TimeDelta& resolution, resolution 48 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc type, &metric, metrics->end(), start, kMaxTime, resolution); resolution 58 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc const base::TimeDelta resolution = base::TimeDelta::FromSeconds(1); resolution 63 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc resolution, resolution 69 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc resolution, resolution 179 content/renderer/pepper/pepper_video_capture_host.cc const gfx::Size& resolution, resolution 182 content/renderer/pepper/pepper_video_capture_host.cc static_cast<uint32_t>(resolution.width()), resolution 183 content/renderer/pepper/pepper_video_capture_host.cc static_cast<uint32_t>(resolution.height()), resolution 65 content/renderer/pepper/pepper_video_capture_host.h void AllocBuffers(const gfx::Size& resolution, resolution 245 media/video/capture/video_capture_device_unittest.cc gfx::Size resolution; resolution 247 media/video/capture/video_capture_device_unittest.cc resolution = gfx::Size(640, 480); resolution 249 media/video/capture/video_capture_device_unittest.cc resolution = gfx::Size(1280, 1024); resolution 252 media/video/capture/video_capture_device_unittest.cc capture_params.requested_format.frame_size = resolution; resolution 39 net/base/network_time_notifier.cc const base::TimeDelta& resolution, resolution 65 net/base/network_time_notifier.cc resolution + latency + kNumTimeMeasurements * resolution 46 net/base/network_time_notifier.h const base::TimeDelta& resolution, resolution 32 printing/print_settings_initializer_mac.cc PMResolution resolution; resolution 33 printing/print_settings_initializer_mac.cc PMPrinterGetIndexedPrinterResolution(printer, i, &resolution); resolution 34 printing/print_settings_initializer_mac.cc if (resolution.hRes > best_resolution.hRes) resolution 35 printing/print_settings_initializer_mac.cc best_resolution = resolution; resolution 102 remoting/host/client_session.cc const protocol::ClientResolution& resolution) { resolution 106 remoting/host/client_session.cc if (!resolution.has_dips_width() || !resolution.has_dips_height() || resolution 107 remoting/host/client_session.cc resolution.dips_width() < 0 || resolution.dips_height() < 0 || resolution 108 remoting/host/client_session.cc resolution.width() <= 0 || resolution.height() <= 0) { resolution 114 remoting/host/client_session.cc << resolution.dips_width() << ", dips_height=" resolution 115 remoting/host/client_session.cc << resolution.dips_height() << ")"; resolution 121 remoting/host/client_session.cc webrtc::DesktopSize(resolution.dips_width(), resolution.dips_height()), resolution 105 remoting/host/client_session.h const protocol::ClientResolution& resolution) OVERRIDE; resolution 36 remoting/host/daemon_process.cc std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) { resolution 37 remoting/host/daemon_process.cc return os << resolution.dimensions().width() << "x" resolution 38 remoting/host/daemon_process.cc << resolution.dimensions().height() << " at " resolution 39 remoting/host/daemon_process.cc << resolution.dpi().x() << "x" << resolution.dpi().y() << " DPI"; resolution 185 remoting/host/daemon_process.cc const ScreenResolution& resolution, resolution 203 remoting/host/daemon_process.cc terminal_id, resolution, virtual_terminal); resolution 216 remoting/host/daemon_process.cc const ScreenResolution& resolution) { resolution 229 remoting/host/daemon_process.cc if (resolution.IsEmpty()) { resolution 230 remoting/host/daemon_process.cc LOG(ERROR) << "Invalid resolution specified: " << resolution; resolution 248 remoting/host/daemon_process.cc (*i)->SetScreenResolution(resolution); resolution 96 remoting/host/daemon_process.h const ScreenResolution& resolution, resolution 101 remoting/host/daemon_process.h void SetScreenResolution(int terminal_id, const ScreenResolution& resolution); resolution 132 remoting/host/daemon_process.h const ScreenResolution& resolution, resolution 46 remoting/host/daemon_process_unittest.cc const ScreenResolution& resolution) OVERRIDE {} resolution 62 remoting/host/daemon_process_unittest.cc const ScreenResolution& resolution, resolution 101 remoting/host/daemon_process_unittest.cc const ScreenResolution& resolution, resolution 232 remoting/host/daemon_process_unittest.cc ScreenResolution resolution; resolution 235 remoting/host/daemon_process_unittest.cc ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); resolution 253 remoting/host/daemon_process_unittest.cc ScreenResolution resolution; resolution 256 remoting/host/daemon_process_unittest.cc ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); resolution 277 remoting/host/daemon_process_unittest.cc ScreenResolution resolution; resolution 280 remoting/host/daemon_process_unittest.cc ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); resolution 329 remoting/host/daemon_process_unittest.cc ScreenResolution resolution; resolution 332 remoting/host/daemon_process_unittest.cc ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); resolution 337 remoting/host/daemon_process_unittest.cc ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); resolution 85 remoting/host/daemon_process_win.cc const ScreenResolution& resolution, resolution 183 remoting/host/daemon_process_win.cc const ScreenResolution& resolution, resolution 189 remoting/host/daemon_process_win.cc caller_task_runner(), io_task_runner(), this, terminal_id, resolution); resolution 192 remoting/host/daemon_process_win.cc caller_task_runner(), io_task_runner(), this, terminal_id, resolution); resolution 40 remoting/host/desktop_resizer.h virtual void SetResolution(const ScreenResolution& resolution) = 0; resolution 133 remoting/host/desktop_resizer_linux.cc virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE; resolution 228 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::SetResolution(const ScreenResolution& resolution) { resolution 256 remoting/host/desktop_resizer_linux.cc HOST_LOG << "Changing desktop size to " << resolution.dimensions().width() resolution 257 remoting/host/desktop_resizer_linux.cc << "x" << resolution.dimensions().height(); resolution 260 remoting/host/desktop_resizer_linux.cc int width_mm = PixelsToMillimeters(resolution.dimensions().width(), resolution 262 remoting/host/desktop_resizer_linux.cc int height_mm = PixelsToMillimeters(resolution.dimensions().height(), resolution 264 remoting/host/desktop_resizer_linux.cc CreateMode(kTempModeName, resolution.dimensions().width(), resolution 265 remoting/host/desktop_resizer_linux.cc resolution.dimensions().height()); resolution 267 remoting/host/desktop_resizer_linux.cc XRRSetScreenSize(display_, root_, resolution.dimensions().width(), resolution 268 remoting/host/desktop_resizer_linux.cc resolution.dimensions().height(), width_mm, height_mm); resolution 271 remoting/host/desktop_resizer_linux.cc CreateMode(kModeName, resolution.dimensions().width(), resolution 272 remoting/host/desktop_resizer_linux.cc resolution.dimensions().height()); resolution 30 remoting/host/desktop_resizer_mac.cc virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE; resolution 66 remoting/host/desktop_resizer_mac.cc void DesktopResizerMac::SetResolution(const ScreenResolution& resolution) { resolution 81 remoting/host/desktop_resizer_mac.cc if (i->Equals(resolution)) { resolution 108 remoting/host/desktop_resizer_mac.cc << resolution.dimensions().width() << "x" resolution 109 remoting/host/desktop_resizer_mac.cc << "x" << resolution.dimensions().height() << "x" resolution 111 remoting/host/desktop_resizer_mac.cc << resolution.dpi().x() << "x" << resolution.dpi().y() << " dpi)"; resolution 142 remoting/host/desktop_resizer_mac.cc ScreenResolution resolution( resolution 146 remoting/host/desktop_resizer_mac.cc resolutions->push_back(resolution); resolution 41 remoting/host/desktop_resizer_win.cc virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE; resolution 138 remoting/host/desktop_resizer_win.cc void DesktopResizerWin::SetResolution(const ScreenResolution& resolution) { resolution 139 remoting/host/desktop_resizer_win.cc if (best_mode_for_resolution_.count(resolution) == 0) resolution 142 remoting/host/desktop_resizer_win.cc DEVMODE new_mode = best_mode_for_resolution_[resolution]; resolution 23 remoting/host/desktop_session.h virtual void SetScreenResolution(const ScreenResolution& resolution) = 0; resolution 247 remoting/host/desktop_session_agent.cc const ScreenResolution& resolution, resolution 270 remoting/host/desktop_session_agent.cc SetScreenResolution(resolution); resolution 500 remoting/host/desktop_session_agent.cc const ScreenResolution& resolution) { resolution 503 remoting/host/desktop_session_agent.cc if (screen_controls_ && resolution.IsEmpty()) resolution 504 remoting/host/desktop_session_agent.cc screen_controls_->SetScreenResolution(resolution); resolution 115 remoting/host/desktop_session_agent.h const ScreenResolution& resolution, resolution 132 remoting/host/desktop_session_agent.h void SetScreenResolution(const ScreenResolution& resolution); resolution 30 remoting/host/desktop_session_connector.h const ScreenResolution& resolution, resolution 41 remoting/host/desktop_session_connector.h const ScreenResolution& resolution) = 0; resolution 390 remoting/host/desktop_session_proxy.cc const ScreenResolution& resolution) { resolution 393 remoting/host/desktop_session_proxy.cc if (resolution.IsEmpty()) resolution 396 remoting/host/desktop_session_proxy.cc screen_resolution_ = resolution; resolution 120 remoting/host/desktop_session_proxy.h void SetScreenResolution(const ScreenResolution& resolution); resolution 99 remoting/host/desktop_session_win.cc virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; resolution 126 remoting/host/desktop_session_win.cc bool Initialize(const ScreenResolution& resolution); resolution 134 remoting/host/desktop_session_win.cc virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; resolution 193 remoting/host/desktop_session_win.cc void ConsoleSession::SetScreenResolution(const ScreenResolution& resolution) { resolution 222 remoting/host/desktop_session_win.cc bool RdpSession::Initialize(const ScreenResolution& resolution) { resolution 234 remoting/host/desktop_session_win.cc ScreenResolution local_resolution = resolution; resolution 286 remoting/host/desktop_session_win.cc void RdpSession::SetScreenResolution(const ScreenResolution& resolution) { resolution 373 remoting/host/desktop_session_win.cc const ScreenResolution& resolution) { resolution 387 remoting/host/desktop_session_win.cc const ScreenResolution& resolution) { resolution 391 remoting/host/desktop_session_win.cc if (!session->Initialize(resolution)) resolution 46 remoting/host/desktop_session_win.h const ScreenResolution& resolution); resolution 54 remoting/host/desktop_session_win.h const ScreenResolution& resolution); resolution 125 remoting/host/ipc_desktop_environment.cc const ScreenResolution& resolution, resolution 137 remoting/host/ipc_desktop_environment.cc id, resolution, virtual_terminal)); resolution 161 remoting/host/ipc_desktop_environment.cc const ScreenResolution& resolution) { resolution 172 remoting/host/ipc_desktop_environment.cc i->first, resolution)); resolution 92 remoting/host/ipc_desktop_environment.h const ScreenResolution& resolution, resolution 98 remoting/host/ipc_desktop_environment.h const ScreenResolution& resolution) OVERRIDE; resolution 128 remoting/host/ipc_desktop_environment_unittest.cc const ScreenResolution& resolution, resolution 297 remoting/host/ipc_desktop_environment_unittest.cc const ScreenResolution& resolution, resolution 21 remoting/host/ipc_screen_controls.cc const ScreenResolution& resolution) { resolution 22 remoting/host/ipc_screen_controls.cc desktop_session_proxy_->SetScreenResolution(resolution); resolution 24 remoting/host/ipc_screen_controls.h virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; resolution 105 remoting/host/resizing_host_observer.cc return resolution().dimensions().width() > resolution 106 remoting/host/resizing_host_observer.cc other.resolution().dimensions().width(); resolution 130 remoting/host/resizing_host_observer.cc const ScreenResolution& resolution) { resolution 135 remoting/host/resizing_host_observer.cc if (resolution.IsEmpty()) resolution 150 remoting/host/resizing_host_observer.cc weak_factory_.GetWeakPtr(), resolution)); resolution 157 remoting/host/resizing_host_observer.cc desktop_resizer_->GetSupportedResolutions(resolution); resolution 160 remoting/host/resizing_host_observer.cc CandidateResolution best_candidate(resolutions.front(), resolution); resolution 163 remoting/host/resizing_host_observer.cc CandidateResolution candidate(*i, resolution); resolution 171 remoting/host/resizing_host_observer.cc if (!best_candidate.resolution().Equals(current_resolution)) { resolution 174 remoting/host/resizing_host_observer.cc desktop_resizer_->SetResolution(best_candidate.resolution()); resolution 34 remoting/host/resizing_host_observer.h virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE; resolution 20 remoting/host/resizing_host_observer_unittest.cc std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) { resolution 21 remoting/host/resizing_host_observer_unittest.cc return os << resolution.dimensions().width() << "x" resolution 22 remoting/host/resizing_host_observer_unittest.cc << resolution.dimensions().height() << " @ " resolution 23 remoting/host/resizing_host_observer_unittest.cc << resolution.dpi().x() << "x" << resolution.dpi().y(); resolution 72 remoting/host/resizing_host_observer_unittest.cc virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE { resolution 73 remoting/host/resizing_host_observer_unittest.cc current_resolution_ = resolution; resolution 76 remoting/host/resizing_host_observer_unittest.cc virtual void RestoreResolution(const ScreenResolution& resolution) OVERRIDE { resolution 77 remoting/host/resizing_host_observer_unittest.cc current_resolution_ = resolution; resolution 20 remoting/host/screen_controls.h virtual void SetScreenResolution(const ScreenResolution& resolution) = 0; resolution 29 remoting/host/screen_resolution_unittest.cc ScreenResolution resolution( resolution 33 remoting/host/screen_resolution_unittest.cc resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(5, 5)))); resolution 36 remoting/host/screen_resolution_unittest.cc resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(20, 20)))); resolution 40 remoting/host/screen_resolution_unittest.cc ScreenResolution resolution( resolution 45 remoting/host/screen_resolution_unittest.cc resolution.ScaleDimensionsToDpi( resolution 86 remoting/protocol/client_control_dispatcher.cc const ClientResolution& resolution) { resolution 88 remoting/protocol/client_control_dispatcher.cc message.mutable_client_resolution()->CopyFrom(resolution); resolution 38 remoting/protocol/client_control_dispatcher.h const ClientResolution& resolution) OVERRIDE; resolution 31 remoting/protocol/host_stub.h virtual void NotifyClientResolution(const ClientResolution& resolution) = 0; resolution 112 remoting/protocol/protocol_mock_objects.h void(const ClientResolution& resolution)); resolution 128 ui/gfx/pango_util.cc static double resolution; resolution 133 ui/gfx/pango_util.cc resolution = pango_cairo_context_get_resolution(default_context); resolution 136 ui/gfx/pango_util.cc return resolution; resolution 205 ui/gfx/pango_util.cc double resolution = GetPangoResolution(); resolution 206 ui/gfx/pango_util.cc if (resolution > 0) { resolution 208 ui/gfx/pango_util.cc resolution);