Searched defs:form (Results 151 - 175 of 218) sorted by relevance

123456789

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.cc122 void PasswordManager::SetFormHasGeneratedPassword(const PasswordForm& form) { argument
129 if ((*iter)->DoesManage(form) ==
138 bool ssl_valid = form.origin.SchemeIsSecure();
140 new PasswordFormManager(this, client_, driver_, form, ssl_valid);
156 void PasswordManager::ProvisionallySavePassword(const PasswordForm& form) { argument
164 form);
171 RecordFailure(SAVING_DISABLED, form.origin.host(), logger.get());
176 if ((form.new_password_element.empty() && form.password_value.empty()) ||
177 (!form
[all...]
H A Dlogin_database.cc79 void BindAddStatement(const PasswordForm& form, argument
82 s->BindString(COLUMN_ORIGIN_URL, form.origin.spec());
83 s->BindString(COLUMN_ACTION_URL, form.action.spec());
84 s->BindString16(COLUMN_USERNAME_ELEMENT, form.username_element);
85 s->BindString16(COLUMN_USERNAME_VALUE, form.username_value);
86 s->BindString16(COLUMN_PASSWORD_ELEMENT, form.password_element);
89 s->BindString16(COLUMN_SUBMIT_ELEMENT, form.submit_element);
90 s->BindString(COLUMN_SIGNON_REALM, form.signon_realm);
91 s->BindInt(COLUMN_SSL_VALID, form.ssl_valid);
92 s->BindInt(COLUMN_PREFERRED, form
354 AddLogin(const PasswordForm& form) argument
397 UpdateLogin(const PasswordForm& form) argument
464 RemoveLogin(const PasswordForm& form) argument
509 InitPasswordFormFromStatement( PasswordForm* form, sql::Statement& s) const argument
567 GetLogins(const PasswordForm& form, std::vector<PasswordForm*>* forms) const argument
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h111 FPDF_FORMHANDLE form() { return form_; } function in class:chrome_pdf::PDFiumEngine
505 // The PDFium wrapper for form data. Used even if there are no form controls
559 // Used to manage timers that form fill API needs. The pair holds the timer
579 // Records parts of form fields that need to be highlighted at next paint, in
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h10 * 2. Redistributions in binary form must reproduce the above copyright
199 HTMLFormElement* form() const { return m_form.get(); } function in class:blink::FINAL
H A DHTMLConstructionSite.cpp10 * 2. Redistributions in binary form must reproduce the above copyright
377 void HTMLConstructionSite::setForm(HTMLFormElement* form) argument
381 m_form = form;
755 // Only associate the element with the current form if we're creating the new element
757 HTMLFormElement* form = document.frame() ? m_form.get() : 0; local
759 // have to pass the current form element. We should rework form association
761 RefPtrWillBeRawPtr<HTMLElement> element = HTMLElementFactory::createHTMLElement(token->name(), document, form, true);
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
544 point_conversion_form_t form) {
545 group->asn1_form = form;
543 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); local
61 res1 = form->format(i, str, fpos, status );
63 delete form;
66 //form->parse(res1, f, parse_pos);
75 if(*formnew == *form){
78 if(!(*form == *formequal)){
86 const double *gotLimits=form->getLimits(count);
91 const UnicodeString *gotFormats=form->getFormats(count);
95 const UBool *gotClosures=form->getClosures(count);
110 const UnicodeString *gotFormats=form
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.c117 hashform *form)
119 switch(form->hashtype)
143 fprintf(stderr, "perfect.c: Illegal hash type %ld\n", (ub4)form->hashtype);
158 hashform *form, /* user directives */
178 checkdup(mykey, otherkey, form);
319 hashform *form, /* user directives */
323 switch(form->mode)
334 finished = inithex(keys, nkeys, alen, blen, smax, salt, final, form);
350 return inittab(tabb, blen, keys, form, FALSE);
358 hashform *form) /* use
114 checkdup( key *key1, key *key2, hashform *form) argument
154 inittab( bstuff *tabb, ub4 blen, key *keys, hashform *form, int complete) argument
311 initkey( key *keys, ub4 nkeys, bstuff *tabb, ub4 alen, ub4 blen, ub4 smax, ub4 salt, hashform *form, gencode *final) argument
354 duplicates( bstuff *tabb, ub4 blen, key *keys, hashform *form) argument
452 augment( bstuff *tabb, hstuff *tabh, qstuff *tabq, ub4 blen, ub4 *scramble, ub4 smax, bstuff *item, ub4 nkeys, ub4 highwater, hashform *form) argument
536 perfect( bstuff *tabb, hstuff *tabh, qstuff *tabq, ub4 blen, ub4 smax, ub4 *scramble, ub4 nkeys, hashform *form) argument
579 hash_ab( bstuff **tabb, ub4 *alen, ub4 *blen, ub4 *salt, gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys, hashform *form) argument
680 initalen( ub4 *alen, ub4 *blen, ub4 *smax, ub4 nkeys, hashform *form) argument
813 findhash( bstuff **tabb, hstuff **tabh, ub4 *alen, ub4 *blen, ub4 *salt, gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys, hashform *form) argument
[all...]
/external/elfutils/0.153/libdw/
H A Dlibdw.h144 unsigned int form; member in struct:__anon21179
423 /* Check whether given attribute has specific form. */
429 /* Return form code of given attribute. */
453 /* Look up the DIE in a reference-form attribute. */
867 return attr == NULL ? 0 : attr->form;
/external/elfutils/elfutils/
H A Dlibdw.h144 unsigned int form; member in struct:__anon21323
423 /* Check whether given attribute has specific form. */
429 /* Return form code of given attribute. */
453 /* Look up the DIE in a reference-form attribute. */
867 return attr == NULL ? 0 : attr->form;
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); local
61 res1 = form->format(i, str, fpos, status );
63 delete form;
66 //form->parse(res1, f, parse_pos);
75 if(*formnew == *form){
78 if(!(*form == *formequal)){
86 const double *gotLimits=form->getLimits(count);
91 const UnicodeString *gotFormats=form->getFormats(count);
95 const UBool *gotClosures=form->getClosures(count);
110 const UnicodeString *gotFormats=form
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h66 void Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form);
70 dw_attr_t FormAtIndex(uint32_t i) const { return m_infos[i].form; }
86 dw_form_t form; member in struct:DWARFDebugInfoEntry::Attributes::Info
296 dw_form_t form);
H A DHashedNameToDIE.h137 eAtomTypeDIEOffset = 1u, // DIE offset, check form for encoding
210 dw_form_t form; member in struct:DWARFMappedHash::Atom
214 form (f)
291 AppendAtom (AtomType type, dw_form_t form) argument
293 atoms.push_back (Atom(type, form));
295 switch (form)
301 assert (!"Unhandled atom form");
372 dw_form_t form = (dw_form_t)data.GetU16 (&offset); local
373 AppendAtom (type, form);
445 DWARFFormValue form_value (header_data.atoms[i].form);
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x_unittest.cc289 const PasswordForm& expected = expected_list[i].form();
290 const PasswordForm& actual = actual_list[i].form();
443 const PasswordForm& form,
447 EXPECT_EQ(form.origin.spec(), item->display_name);
448 EXPECT_EQ(UTF16ToUTF8(form.password_value), item->password);
450 CheckStringAttribute(item, "origin_url", form.origin.spec());
451 CheckStringAttribute(item, "action_url", form.action.spec());
453 UTF16ToUTF8(form.username_element));
455 UTF16ToUTF8(form.username_value));
457 UTF16ToUTF8(form
442 CheckMockKeyringItem(const MockKeyringItem* item, const PasswordForm& form, const std::string& app_string) argument
[all...]
H A Dnative_backend_kwallet_x.cc269 const PasswordForm& form) {
275 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle);
285 if (CompareForms(form, *forms[i], false)) {
288 *forms[i] = form;
293 forms.push_back(new PasswordForm(form));
295 password_manager::PasswordStoreChange::ADD, form));
297 bool ok = SetLoginsList(forms.get(), form.signon_realm, wallet_handle);
305 const PasswordForm& form,
314 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle);
318 if (CompareForms(form, *form
268 AddLogin( const PasswordForm& form) argument
304 UpdateLogin( const PasswordForm& form, password_manager::PasswordStoreChangeList* changes) argument
335 RemoveLogin(const PasswordForm& form) argument
374 GetLogins(const PasswordForm& form, PasswordFormList* forms) argument
713 const PasswordForm* form = *it; local
[all...]
H A Dnative_backend_kwallet_x_unittest.cc220 CheckPasswordForm(expected[i].form(), actual[i].form());
680 EXPECT_EQ(new_form_google, changes.front().form());
809 // Make sure we can still get the first form back.
915 void CreateVersion3Pickle(const PasswordForm& form, Pickle* pickle);
916 void CreateVersion2Pickle(const PasswordForm& form, Pickle* pickle);
917 void CreateVersion1Pickle(const PasswordForm& form, Pickle* pickle);
919 const PasswordForm& form,
927 void CreatePickle(bool size_32, const PasswordForm& form, Pickle* pickle);
931 const PasswordForm& form, Pickl
930 CreateVersion3Pickle( const PasswordForm& form, Pickle* pickle) argument
940 CreateVersion2Pickle( const PasswordForm& form, Pickle* pickle) argument
949 CreateVersion1Pickle( const PasswordForm& form, Pickle* pickle) argument
955 CreateVersion0Pickle( bool size_32, const PasswordForm& form, Pickle* pickle) argument
961 CreatePickle( bool size_32, const PasswordForm& form, Pickle* pickle) argument
983 PasswordForm form = form_google_; local
1002 PasswordForm form = old_form_google_; local
1020 PasswordForm form = form_google_; local
1038 PasswordForm form = old_form_google_; local
[all...]
H A Dpassword_store_mac_unittest.cc93 // Basic HTML form.
97 // HTML form with path.
101 // Secure HTML form with path.
186 PasswordForm* form = new PasswordForm(); local
187 form->scheme = form_data.scheme;
188 form->preferred = form_data.preferred;
189 form->ssl_valid = form_data.ssl_valid;
190 form->date_created = base::Time::FromDoubleT(form_data.creation_time);
191 form->date_synced = form
241 PasswordForm* form = forms[i]; local
331 PasswordForm form; local
370 PasswordForm form; local
469 SetPasswordFormPath(PasswordForm* form, const char* path) argument
477 SetPasswordFormPort(PasswordForm* form, const char* port) argument
486 SetPasswordFormRealm(PasswordForm* form, const char* realm) argument
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc204 const WebFormElement& form) {
206 if (WebFormElementToFormData(form,
257 const WebFormElement& form) {
262 GURL url(form.document().url());
264 render_view()->GetSSLStatusOfFrame(form.document().frame());
277 } else if (!WebFormElementToFormData(form,
286 error_message = "failed to parse form.";
294 form.document().frame()->addMessageToConsole(console_message);
295 WebFormElement(form).finishRequestAutocomplete(
304 in_flight_request_form_ = form;
203 WillSubmitForm(WebLocalFrame* frame, const WebFormElement& form) argument
256 didRequestAutocomplete( const WebFormElement& form) argument
390 FormData form; local
458 OnFillForm(int query_id, const FormData& form) argument
472 OnPreviewForm(int query_id, const FormData& form) argument
647 FormData form; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElement.cpp49 HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Document& document, HTMLFormElement* form) argument
65 associateByParser(form);
218 element->document().addConsoleMessage(ConsoleMessage::create(SecurityMessageSource, ErrorMessageLevel, "Blocked autofocusing on a form control because the form's frame is sandboxed and the 'allow-scripts' permission is not set."));
293 return FormAssociatedElement::form();
527 return isSuccessfulSubmitButton() && form() && form()->defaultButton() == this;
H A DHTMLImageElement.cpp79 HTMLImageElement::HTMLImageElement(Document& document, HTMLFormElement* form, bool createdByParser) argument
89 if (form && form->inDocument()) {
91 m_form = form;
93 m_form = form->createWeakPtr();
106 PassRefPtrWillBeRawPtr<HTMLImageElement> HTMLImageElement::create(Document& document, HTMLFormElement* form, bool createdByParser) argument
108 return adoptRefWillBeNoop(new HTMLImageElement(document, form, createdByParser));
H A DHTMLTextAreaElement.cpp80 HTMLTextAreaElement::HTMLTextAreaElement(Document& document, HTMLFormElement* form) argument
81 : HTMLTextFormControlElement(textareaTag, document, form)
90 PassRefPtrWillBeRawPtr<HTMLTextAreaElement> HTMLTextAreaElement::create(Document& document, HTMLFormElement* form) argument
92 RefPtrWillBeRawPtr<HTMLTextAreaElement> textArea = adoptRefWillBeNoop(new HTMLTextAreaElement(document, form));
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp38 // Assume controls with form attribute have no owners because we restore
39 // state during parsing and form owners of such controls might be
41 return control.fastHasAttribute(formAttr) ? 0 : control.form();
46 // Serilized form of FormControlState:
315 static inline void recordFormStructure(const HTMLFormElement& form, StringBuilder& builder) argument
319 const FormAssociatedElement::List& controls = form.associatedElements();
337 static inline String formSignature(const HTMLFormElement& form) argument
339 KURL actionURL = form.getURLAttribute(actionAttr);
349 recordFormStructure(form, builder);
355 HTMLFormElement* form local
377 willDeleteForm(HTMLFormElement* form) argument
512 willDeleteForm(HTMLFormElement* form) argument
532 restoreControlStateIn(HTMLFormElement& form) argument
[all...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp124 /// isRegFormat - Indicates whether a particular form requires the Mod field of
127 /// @param form - The form of the instruction.
128 /// @return - true if the form implies that Mod must be 0b11, false
130 static bool isRegFormat(uint8_t form) { argument
131 return (form == X86Local::MRMDestReg ||
132 form == X86Local::MRMSrcReg ||
133 form == X86Local::MRMXr ||
134 (form >= X86Local::MRM0r && form <
[all...]
/external/openssl/crypto/ec/
H A Dec_asn1.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
581 point_conversion_form_t form; local
625 form = EC_GROUP_get_point_conversion_form(group);
627 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
638 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
948 /* set the point conversion form */
1202 /* The first byte - point conversion form - must be present. */
1208 /* Save the point conversion form. */
1419 /* save the point conversion form */
[all...]
H A Dec_lib.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
362 point_conversion_form_t form)
364 group->asn1_form = form;
361 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument

Completed in 520 milliseconds

123456789