Searched refs:field (Results 276 - 300 of 4666) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Duber_shared.css52 body.uber-frame header > .search-field-container,
60 html[dir='rtl'] body.uber-frame header > .search-field-container,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php342 foreach ($this->$type as $alias => $field) {
343 if (is_int($alias)) $alias = strtr($field, '/', '_');
344 $this->aliases[$alias] = 'http://axschema.org/' . $field;
513 # OP is breaking the spec by returning a field without
536 # The field name isn't part of the SREG spec, so we ignore it.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dimageinfo.js175 ImageInfo.getField = function(url, field) {
177 return files[url][field];
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Darray_data_model.js54 * Returns compare function set for given field.
55 * @param {string} field The field to get compare function for.
56 * @return {function(*, *): number} Compare function set for given field.
58 compareFunction: function(field) {
59 return this.compareFunctions_[field];
63 * Sets compare function for given field.
64 * @param {string} field The field to set compare function.
65 * @param {function(*, *): number} Compare function to set for given field
[all...]
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc55 const char* const autofill_value; // The value being used to fill the field.
194 FormFieldData field; local
198 &field,
208 // Verify field's initial value.
210 SCOPED_TRACE(base::StringPrintf("Verify initial value for field %s",
220 // Fill the form_data for the field.
222 // Set the is_autofilled property for the field.
235 // Validate an Autofilled field.
238 SCOPED_TRACE(base::StringPrintf("Verify autofilled value for field %s",
291 // We should be able to extract a normal text field
835 FormFieldData field; local
914 FormFieldData field; local
1274 FormFieldData field; local
1368 FormFieldData field; local
2474 FormFieldData field; local
2574 FormFieldData field; local
2655 FormFieldData field; local
2745 FormFieldData field; local
2971 FormFieldData field; local
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options_events.js53 $Array.forEach(info.fields, function(field) {
54 if (e.hasOwnProperty(field)) {
55 extensionOptionsEvent[field] = e[field];
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc59 const std::string& field) {
60 return InternalError(type + " message did not have field: " + field);
57 MissingField( const std::string& type, const std::string& field) argument
H A Dnacl_browsertest_util.h24 // a "type" field that indicates the nature of message.
30 // The structured message is missing an expected field.
33 const std::string& field) WARN_UNUSED_RESULT;
/external/chromium_org/chromeos/dbus/
H A Dpower_policy_controller.cc17 // Appends a description of |field|, a field within |delays|, a
19 // std::string, if the field is set. |name| is a char* describing the
20 // field.
21 #define APPEND_DELAY(str, delays, field, name) \
23 if (delays.has_##field()) \
24 str += base::StringPrintf(name "=%" PRId64 " ", delays.field()); \
/external/chromium_org/chromeos/network/onc/
H A Donc_merger.cc23 // Returns true if the field is the identifier of a configuration, i.e. the GUID
35 // Inserts |true| at every field name in |result| that is recommended in
97 for (base::DictionaryValue::Iterator field(**it_outer); !field.IsAtEnd();
98 field.Advance()) {
99 const std::string& key = field.key();
104 if (field.value().IsType(base::Value::TYPE_DICTIONARY)) {
297 // Can be reached if the current field is recommended, but none of the
364 const OncFieldSignature* field = NULL; variable
366 field
454 const OncFieldSignature* field = variable
[all...]
/external/chromium_org/components/
H A Dauto_login_parser.target.darwin-arm.mk37 -Wno-missing-field-initializers \
144 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.darwin-arm64.mk36 -Wno-missing-field-initializers \
131 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.darwin-mips.mk37 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.darwin-mips64.mk37 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.darwin-x86.mk36 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.darwin-x86_64.mk37 -Wno-missing-field-initializers \
137 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-arm.mk37 -Wno-missing-field-initializers \
144 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-arm64.mk36 -Wno-missing-field-initializers \
131 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-mips.mk37 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-mips64.mk37 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-x86.mk36 -Wno-missing-field-initializers \
136 -Wno-missing-field-initializers \
H A Dauto_login_parser.target.linux-x86_64.mk37 -Wno-missing-field-initializers \
137 -Wno-missing-field-initializers \
/external/chromium_org/components/autofill/content/common/
H A Dautofill_messages.h60 IPC_STRUCT_TRAITS_MEMBER(field)
113 // Fill a password form and prepare field autocomplete for multiple
123 // Send the heuristic and server field type predictions to the renderer.
226 // Notification that a form field's value has changed.
229 autofill::FormFieldData /* the form field */,
232 // Queries the browser for Autofill suggestions for a form input field.
236 autofill::FormFieldData /* the form field */,
237 gfx::RectF /* input field bounds, window-relative */,
259 // Send when a text field is done editing.
267 // coordinate system. Form is the form associated with the password field
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc391 FormFieldData field; local
394 &field,
396 Send(new AutofillHostMsg_TextFieldDidChange(routing_id(), form, field,
611 // If autocomplete is disabled at the field level, ensure that the native
648 FormFieldData field; local
649 if (!FindFormAndFieldForFormControlElement(element, &form, &field,
653 WebFormControlElementToFormField(element, EXTRACT_VALUE, &field);
656 field.should_autocomplete = false;
682 field,
H A Dautofill_agent.h42 // - single text field suggestions, that we usually refer to as Autocomplete,
44 // - entire form fill based on one field entry, referred to as Form Autofill.
162 // Fills |form| and |field| with the FormData and FormField corresponding to
167 FormFieldData* field) WARN_UNUSED_RESULT;
190 // The ID of the last request sent for form field Autofill. Used to ignore
194 // The element corresponding to the last request sent for form field Autofill.
209 // Have we already shown Autofill suggestions for the field the user is

Completed in 419 milliseconds

<<11121314151617181920>>