OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:option_strings
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/autofill/
select_control_handler.cc
127
field->
option_strings
.begin();
128
iter != field->
option_strings
.end(); ++iter) {
167
field->
option_strings
.begin();
168
iter != field->
option_strings
.end();
211
for (size_t i = 0; i < field->
option_strings
.size(); ++i) {
212
if (field_text == field->
option_strings
[i]) {
218
if (StringToLowerASCII(field->
option_strings
[i]) ==
222
value = field->
option_strings
[i];
select_control_handler_unittest.cc
23
field.
option_strings
= options;
42
field.
option_strings
= options;
61
field.
option_strings
= options;
79
field.
option_strings
= options;
97
field.
option_strings
= options;
115
field.
option_strings
= options;
133
field.
option_strings
= options;
151
field.
option_strings
= options;
/external/chromium/webkit/glue/
form_field.h
55
std::vector<string16>
option_strings
;
member in struct:webkit_glue::FormField
form_field.cc
55
option_strings
.reserve(list_items.size());
58
option_strings
.push_back(list_items[i].to<WebOptionElement>().value());
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py
310
if action.
option_strings
:
425
elif not action.
option_strings
:
438
option_string = action.
option_strings
[0]
533
if not action.
option_strings
:
543
parts.extend(action.
option_strings
)
550
for option_string in action.
option_strings
:
661
if action.
option_strings
or action.nargs in defaulting_nargs:
673
elif argument.
option_strings
:
674
return '/'.join(argument.
option_strings
)
722
-
option_strings
-- A list of command-line option strings whic
[
all
...]
optparse.py
184
option_strings
: { Option : str }
220
self.
option_strings
= {}
305
opts = self.
option_strings
[option]
329
self.
option_strings
[opt] = strings
335
self.
option_strings
[opt] = strings
[
all
...]
doctest.py
727
option_strings
= m.group(1).replace(',', ' ').split()
728
for option in
option_strings
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py
310
if action.
option_strings
:
425
elif not action.
option_strings
:
438
option_string = action.
option_strings
[0]
533
if not action.
option_strings
:
543
parts.extend(action.
option_strings
)
550
for option_string in action.
option_strings
:
661
if action.
option_strings
or action.nargs in defaulting_nargs:
673
elif argument.
option_strings
:
674
return '/'.join(argument.
option_strings
)
722
-
option_strings
-- A list of command-line option strings whic
[
all
...]
optparse.py
184
option_strings
: { Option : str }
220
self.
option_strings
= {}
305
opts = self.
option_strings
[option]
329
self.
option_strings
[opt] = strings
335
self.
option_strings
[opt] = strings
[
all
...]
doctest.py
727
option_strings
= m.group(1).replace(',', ' ').split()
728
for option in
option_strings
:
[
all
...]
/external/chromium/chrome/common/
autofill_messages.h
25
IPC_STRUCT_TRAITS_MEMBER(
option_strings
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py
[
all
...]
/external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc
441
// Fills |
option_strings
| with the values of the <option> elements present in
[
all
...]
Completed in 366 milliseconds