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

  /external/chromium_org/ash/display/
projecting_observer_chromeos.cc 33 SetIsProjecting();
46 SetIsProjecting();
49 void ProjectingObserver::SetIsProjecting() {
55 chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->SetIsProjecting(
projecting_observer_chromeos.h 27 void SetIsProjecting();
  /external/chromium_org/chromeos/dbus/
fake_power_manager_client.cc 84 void FakePowerManagerClient::SetIsProjecting(bool is_projecting) {
fake_power_manager_client.h 61 virtual void SetIsProjecting(bool is_projecting) OVERRIDE;
82 // Count the number of times SetIsProjecting() has been called.
85 // Last projecting state set in SetIsProjecting().
power_manager_client.h 144 virtual void SetIsProjecting(bool is_projecting) = 0;
power_manager_client.cc 199 virtual void SetIsProjecting(bool is_projecting) OVERRIDE {
340 SetIsProjecting(last_is_projecting_);
655 // Last state passed to SetIsProjecting().
751 virtual void SetIsProjecting(bool is_projecting) OVERRIDE {}
    [all...]

Completed in 126 milliseconds