HomeSort by relevance Sort by last modified time
    Searched refs:forms (Results 101 - 125 of 2129) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.h 55 const std::vector<FormStructure*>& forms) OVERRIDE;
content_autofill_driver.cc 119 const std::vector<FormStructure*>& forms) {
129 FormStructure::GetFieldTypePredictions(forms, &type_predictions);
  /external/chromium_org/components/autofill/content/renderer/
form_cache.cc 75 std::vector<FormData>* forms) {
83 document.forms(web_forms);
164 forms->push_back(form);
255 it->forms(web_forms);
284 // Keep things simple. Don't show predictions for forms that were modified
autofill_agent.cc 448 const std::vector<FormDataPredictions>& forms) {
449 for (size_t i = 0; i < forms.size(); ++i) {
450 form_cache_.ShowPredictions(forms[i]);
692 // Record timestamp of when the forms are first seen. This is used to
696 std::vector<FormData> forms; local
697 form_cache_.ExtractNewForms(frame, &forms);
700 if (!forms.empty() ||
702 Send(new AutofillHostMsg_FormsSeen(routing_id(), forms,
724 // Only monitors dynamic forms created in the top frame. Dynamic forms
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 69 // list of the fields of all requested forms.
70 // |forms| - array of forms aggregated in this request.
71 bool StartQueryRequest(const std::vector<FormStructure*>& forms,
124 // GetPositiveUploadRate() is for matched forms,
158 // |positive_upload_rate_| is for matched forms,
form_structure.cc 495 const std::vector<FormStructure*>& forms,
502 encoded_signatures->reserve(forms.size());
510 // Some badly formatted web sites repeat forms - detect that and encode only
511 // one form as returned data would be the same for all the repeated forms.
513 for (ScopedVector<FormStructure>::const_iterator it = forms.begin();
514 it != forms.end();
550 const std::vector<FormStructure*>& forms,
572 for (std::vector<FormStructure*>::const_iterator iter = forms.begin();
573 iter != forms.end(); ++iter) {
625 std::vector<FormDataPredictions>* forms) {
    [all...]
autofill_manager.cc 59 // We only send a fraction of the forms to upload server.
66 // Set a conservative upper bound on the number of forms we are willing to
324 // Ignore forms not present in our cache. These are typically forms with
377 void AutofillManager::OnFormsSeen(const std::vector<FormData>& forms,
379 if (!IsValidFormDataVector(forms))
394 for (size_t i = 0; i < forms.size(); ++i) {
395 forms_loaded_timestamps_[forms[i]] = timestamp;
398 ParseForms(forms);
455 // Don't send suggestions for forms that aren't auto-fillable
    [all...]
autofill_manager.h 65 // forms.
135 void OnFormsSeen(const std::vector<FormData>& forms,
275 // Parses the forms using heuristic matching and querying the Autofill server.
276 void ParseForms(const std::vector<FormData>& forms);
  /external/chromium_org/chrome/renderer/autofill/
password_generation_agent_browsertest.cc 49 std::vector<autofill::FormData> forms; local
50 forms.push_back(form);
51 AutofillMsg_AccountCreationFormsDetected msg(0, forms);
113 // Don't shown the icon for non account creation forms.
245 // Did not receive account creation forms detected messege. Don't show
251 // Receive the account creation forms detected message. Show password
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 258 std::vector<autofill::PasswordForm> forms; local
259 decryptor_.ReadAndParseSignons(signons_path, &forms);
260 sender_->Send(new Msg_ParseSignons_Response(forms));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 40 import org.eclipse.ui.forms.IManagedForm;
41 import org.eclipse.ui.forms.widgets.FormToolkit;
42 import org.eclipse.ui.forms.widgets.TableWrapData;
UiFlagAttributeNode.java 48 import org.eclipse.ui.forms.IManagedForm;
49 import org.eclipse.ui.forms.widgets.FormToolkit;
50 import org.eclipse.ui.forms.widgets.TableWrapData;
  /external/chromium_org/components/password_manager/core/browser/
password_manager.cc 104 // ability to detect forms.
312 const std::vector<PasswordForm>& forms) {
313 CreatePendingLoginManagers(forms);
317 const std::vector<PasswordForm>& forms) {
326 for (std::vector<PasswordForm>::const_iterator iter = forms.begin();
327 iter != forms.end();
472 // acting on the autofilled forms (crbug.com/342594) instead
  /external/chromium_org/android_webview/native/
aw_autofill_client.h 85 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/web/
WebDocument.h 4 * Redistribution and use in source and binary forms, with or without
108 BLINK_EXPORT void forms(WebVector<WebFormElement>&) const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java 33 import org.eclipse.ui.forms.editor.IFormPage;
  /external/chromium_org/v8/samples/
count-hosts.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/intl/string/
normalization.js 2 // Redistribution and use in source and binary forms, with or without
59 // Also for Japanese, Latin fullwidth forms vs. ASCII
108 ['\ufe37', // ? : Vertical forms
114 ['\ufee5\ufee6\ufee7\ufee8', // Arabic forms
  /external/chromium_org/v8/test/intl/
utils.js 2 // Redistribution and use in source and binary forms, with or without
  /external/chromium_org/v8/test/message/
isvar.js 2 // Redistribution and use in source and binary forms, with or without
overwritten-builtins.js 2 // Redistribution and use in source and binary forms, with or without

Completed in 1170 milliseconds

1 2 3 45 6 7 8 91011>>