Searched defs:setForm (Results 1 - 5 of 5) sorted by relevance
/external/smack/src/org/jivesoftware/smackx/search/ | ||
H A D | SimpleUserSearch.java | 41 public void setForm(Form form) { method in class:SimpleUserSearch |
/external/webkit/Source/WebCore/html/ | ||
H A D | FormAssociatedElement.h | 69 void setForm(HTMLFormElement* form) { m_form = form; } function in class:WebCore::FormAssociatedElement |
/external/smack/src/org/jivesoftware/smackx/commands/ | ||
H A D | AdHocCommand.java | 204 protected void setForm(Form form) {
method in class:AdHocCommand 205 data.setForm(form.getDataFormToSend()); |
/external/smack/src/org/jivesoftware/smackx/packet/ | ||
H A D | AdHocCommandData.java | 197 public void setForm(DataForm form) {
method in class:AdHocCommandData |
/external/webkit/Source/WebCore/html/parser/ | ||
H A D | HTMLConstructionSite.cpp | 158 void HTMLConstructionSite::setForm(HTMLFormElement* form) function in class:WebCore::HTMLConstructionSite |
Completed in 172 milliseconds