Home
last modified time | relevance | path

Searched refs:is_projecting (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_power_manager_client.cc78 void FakePowerManagerClient::SetIsProjecting(bool is_projecting) { in SetIsProjecting() argument
Dfake_power_manager_client.h48 virtual void SetIsProjecting(bool is_projecting) OVERRIDE;
Dpower_manager_client.h140 virtual void SetIsProjecting(bool is_projecting) = 0;
Dpower_manager_client.cc193 virtual void SetIsProjecting(bool is_projecting) OVERRIDE { in SetIsProjecting() argument
198 writer.AppendBool(is_projecting); in SetIsProjecting()
203 last_is_projecting_ = is_projecting; in SetIsProjecting()
743 virtual void SetIsProjecting(bool is_projecting) OVERRIDE {} in SetIsProjecting() argument