Searched defs:is_projecting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_power_manager_client.h34 bool is_projecting() const { return is_projecting_; } function in class:chromeos::FakePowerManagerClient
58 virtual void SetIsProjecting(bool is_projecting) OVERRIDE;
H A Dfake_power_manager_client.cc88 void FakePowerManagerClient::SetIsProjecting(bool is_projecting) { argument
90 is_projecting_ = is_projecting;

Completed in 100 milliseconds