Lines Matching full:help
173 return String(LPCTSTR_UI_STRING("mute audio tracks", "accessibility help text for mute button"));
175 return String(LPCTSTR_UI_STRING("unmute audio tracks", "accessibility help text for un mute button"));
177 return String(LPCTSTR_UI_STRING("begin playback", "accessibility help text for play button"));
179 help text for pause button"));
181 return String(LPCTSTR_UI_STRING("movie time scrubber", "accessibility help text for timeline slider"));
183 return String(LPCTSTR_UI_STRING("movie time scrubber thumb", "accessibility help text for timeline slider thumb"));
185 return String(LPCTSTR_UI_STRING("seek movie back 30 seconds", "accessibility help text for jump back 30 seconds button"));
187 return String(LPCTSTR_UI_STRING("return streaming movie to real time", "accessibility help text for return streaming movie to real time button"));
189 return String(LPCTSTR_UI_STRING("current movie time in seconds", "accessibility help text for elapsed time display"));
191 return String(LPCTSTR_UI_STRING("number of seconds of movie remaining", "accessibility help text for remaining time display"));
193 return String(LPCTSTR_UI_STRING("current movie status", "accessibility help text for movie status display"));
195 return String(LPCTSTR_UI_STRING("seek quickly back", "accessibility help text for fast rewind button"));
197 return String(LPCTSTR_UI_STRING("seek quickly forward", "accessibility help text for fast forward button"));
199 return String(LPCTSTR_UI_STRING("Play movie in fullscreen mode", "accessibility help text for enter fullscreen button"));
201 return String(LPCTSTR_UI_STRING("start displaying closed captions", "accessibility help text for show closed captions button"));
203 return String(LPCTSTR_UI_STRING("stop displaying closed captions", "accessibility help text for hide closed captions button"));
212 return String(LPCTSTR_UI_STRING("indefinite time", "accessibility help text for an indefinite media controller time value"));
221 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d days %2$d hours %3$d minutes %4$d seconds", "accessibility help text for media controller time value >= 1 day"));
227 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d hours %2$d minutes %3$d seconds", "accessibility help text for media controller time value >= 60 minutes"));
233 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d minutes %2$d seconds", "accessibility help text for media controller time value >= 60 seconds"));
238 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d seconds", "accessibility help text for media controller time value < 60 seconds"));