OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textbox_info
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc
17
AccessibilityTextBoxInfo*
textbox_info
,
22
textbox_info
->SetValue(value, selection_start, selection_end);
26
textbox_info
,
94
AccessibilityTextBoxInfo
textbox_info
(NULL, "", false);
97
&
textbox_info
,
104
ChangeText(&handler, &
textbox_info
, "h", 1, 1, &description);
106
ChangeText(&handler, &
textbox_info
, "he", 2, 2, &description);
108
ChangeText(&handler, &
textbox_info
, "hel", 3, 3, &description);
110
ChangeText(&handler, &
textbox_info
, "hell", 4, 4, &description);
112
ChangeText(&handler, &
textbox_info
, "hello", 5, 5, &description)
[
all
...]
wizard_accessibility_handler.h
73
std::string GetTextBoxValue(const AccessibilityTextBoxInfo*
textbox_info
);
wizard_accessibility_handler.cc
255
const AccessibilityTextBoxInfo*
textbox_info
=
local
257
AppendUtterance(GetTextBoxValue(
textbox_info
), out_spoken_description);
258
AppendUtterance(
textbox_info
->name(), out_spoken_description);
259
if (
textbox_info
->password()) {
299
const AccessibilityTextBoxInfo*
textbox_info
) {
300
std::string value =
textbox_info
->value();
301
if (
textbox_info
->password()) {
Completed in 30 milliseconds