Lines Matching full:button
40 String WebCore::fileButtonChooseFileLabel() { return String(LPCTSTR_UI_STRING("Choose File", "title for file button used in HTML forms")); }
41 String WebCore::fileButtonNoFileSelectedLabel() { return String(LPCTSTR_UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected")); }
89 String WebCore::AXButtonActionVerb() { return String(LPCTSTR_UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by accessibility")); }
90 String WebCore::AXRadioButtonActionVerb() { return String(LPCTSTR_UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility")); }
130 return String(LPCTSTR_UI_STRING("mute", "accessibility role description for mute button"));
132 return String(LPCTSTR_UI_STRING("unmute", "accessibility role description for turn mute off button"));
134 return String(LPCTSTR_UI_STRING("play", "accessibility role description for play button"));
136 return String(LPCTSTR_UI_STRING("pause", "accessibility role description for pause button"));
142 return String(LPCTSTR_UI_STRING("back 30 seconds", "accessibility role description for seek back 30 seconds button"));
144 return String(LPCTSTR_UI_STRING("return to realtime", "accessibility role description for return to real time button"));
152 return String(LPCTSTR_UI_STRING("fullscreen", "accessibility role description for enter fullscreen button"));
154 return String(LPCTSTR_UI_STRING("fast forward", "accessibility role description for fast forward button"));
156 return String(LPCTSTR_UI_STRING("fast reverse", "accessibility role description for fast reverse button"));
158 return String(LPCTSTR_UI_STRING("show closed captions", "accessibility role description for show closed captions button"));
160 return String(LPCTSTR_UI_STRING("hide closed captions", "accessibility role description for hide closed captions button"));
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 button"));
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"));
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"));