Searched refs:CurrentByID (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DScreenConfigurations.h34 screen_configuration* CurrentByID(int32 id) const;
H A DScreenConfigurations.cpp29 ScreenConfigurations::CurrentByID(int32 id) const function in class:ScreenConfigurations
H A DDesktop.cpp786 = fWorkspaces[workspace].CurrentScreenConfiguration().CurrentByID(
837 = fWorkspaces[workspace].CurrentScreenConfiguration().CurrentByID(id);
869 = fWorkspaces[workspace].CurrentScreenConfiguration().CurrentByID(id);
900 .StoredScreenConfiguration().CurrentByID(screen->ID());
902 .CurrentScreenConfiguration().CurrentByID(screen->ID());
932 if (fWorkspaces[0].StoredScreenConfiguration().CurrentByID(id) == NULL) {
935 = fWorkspaces[0].CurrentScreenConfiguration().CurrentByID(id);

Completed in 56 milliseconds