Searched refs:controlsInForm (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLRepresentation.h69 - (NSArray *)controlsInForm:(DOMElement *)form;
H A DWebHTMLRepresentation.mm336 - (NSArray *)controlsInForm:(DOMElement *)form
/external/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.h87 virtual HRESULT STDMETHODCALLTYPE controlsInForm(
H A DWebHTMLRepresentation.cpp191 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::controlsInForm( function in class:WebHTMLRepresentation
196 return m_frame->controlsInForm(form, controls, cControls);
H A DWebFrame.h370 HRESULT controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls);
H A DWebFrame.cpp1359 HRESULT WebFrame::controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls) function in class:WebFrame
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHTMLRepresentation.idl92 - (NSArray *)controlsInForm:(DOMElement *)form;
94 HRESULT controlsInForm([in] IDOMElement* form, [in, out] IDOMElement** controls, [in, out] int* cControls);

Completed in 138 milliseconds