Home
last modified time | relevance | path

Searched refs:controlsInForm (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHTMLRepresentation.cpp191 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::controlsInForm( in controlsInForm() function in WebHTMLRepresentation
196 return m_frame->controlsInForm(form, controls, cControls); in controlsInForm()
DWebHTMLRepresentation.h87 virtual HRESULT STDMETHODCALLTYPE controlsInForm(
DWebFrame.h370 HRESULT controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls);
DWebFrame.cpp1359 HRESULT WebFrame::controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls) in controlsInForm() function in WebFrame
DChangeLog-2009-06-164428 (WebFrame::controlsInForm):
12521 (WebFrame::controlsInForm):
12534 (WebHTMLRepresentation::controlsInForm):
21959 (WebFrame::controlsInForm):
22068 Implemented elementIsPassword, controlsInForm.
22199 (WebFrame::controlsInForm):
22208 (WebHTMLRepresentation::controlsInForm):
22383 (WebHTMLRepresentation::controlsInForm):
DChangeLog1955 (WebFrame::controlsInForm): Ditto.
4457 (WebFrame::controlsInForm):
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLRepresentation.h69 - (NSArray *)controlsInForm:(DOMElement *)form;
DWebHTMLRepresentation.mm336 - (NSArray *)controlsInForm:(DOMElement *)form
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl92 - (NSArray *)controlsInForm:(DOMElement *)form;
94 …HRESULT controlsInForm([in] IDOMElement* form, [in, out] IDOMElement** controls, [in, out] int* cC…
/external/webkit/Source/WebKit/mac/
DWebKit.order1177 -[WebHTMLRepresentation controlsInForm:]
DChangeLog3594 (-[WebHTMLRepresentation controlsInForm:]): Ditto.
8534 (-[WebHTMLRepresentation controlsInForm:]): Ditto.
DChangeLog-2010-01-2916807 (-[WebHTMLRepresentation controlsInForm:]):
19257 (-[WebHTMLRepresentation controlsInForm:]): Ditto.
19497 (-[WebHTMLRepresentation controlsInForm:]): Ditto.
DChangeLog-2006-02-094683 added viewForElement: as a stopgap measure. This allowed me to convert controlsInForm:
17546 (-[WebHTMLRepresentation controlsInForm:]):
17665 (-[WebHTMLRepresentation controlsInForm:])
31244 (-[WebHTMLRepresentation controlsInForm:]): New, just pass through bridge.
/external/webkit/Source/WebCore/
DChangeLog-2005-08-238144 added viewForElement: as a stopgap measure. This allowed me to convert controlsInForm:
8149 (-[WebCoreBridge controlsInForm:]):
30263 (-[WebCoreBridge controlsInForm:]):
49947 (-[WebCoreBridge controlsInForm:]): Ditto.
DChangeLog-2003-10-2511375 (-[WebCoreBridge controlsInForm:]): New method, described above.
DChangeLog-2006-05-1026684 (-[WebCoreFrameBridge controlsInForm:]):
DChangeLog-2007-10-1449840 (-[WebCoreFrameBridge controlsInForm:]):