Home
last modified time | relevance | path

Searched refs:elementDoesAutoComplete (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebKit/win/
DWebHTMLRepresentation.cpp152 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::elementDoesAutoComplete( in elementDoesAutoComplete() function in WebHTMLRepresentation
157 HRESULT hr = m_frame->elementDoesAutoComplete(element, &doesAutoComplete); in elementDoesAutoComplete()
DWebHTMLRepresentation.h72 virtual HRESULT STDMETHODCALLTYPE elementDoesAutoComplete(
DWebFrame.h237 virtual HRESULT STDMETHODCALLTYPE elementDoesAutoComplete(
DWebFrame.cpp1106 HRESULT WebFrame::elementDoesAutoComplete(IDOMElement *element, BOOL *result) in elementDoesAutoComplete() function in WebFrame
DChangeLog-2009-06-163088 Move elementDoesAutoComplete() to IWebFramePrivate so it is exposed for DRT to use
3093 (WebFrame::elementDoesAutoComplete):
3097 (WebHTMLRepresentation::elementDoesAutoComplete):
12520 (WebFrame::elementDoesAutoComplete):
12530 (WebHTMLRepresentation::elementDoesAutoComplete):
22198 (WebFrame::elementDoesAutoComplete):
22365 (WebFrame::elementDoesAutoComplete):
22379 (WebHTMLRepresentation::elementDoesAutoComplete):
/external/webkit/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl72 - (BOOL)elementDoesAutoComplete:(DOMElement *)element;
74 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
DIWebFramePrivate.idl88 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.h64 - (BOOL)elementDoesAutoComplete:(DOMElement *)element;
DWebHTMLRepresentation.mm294 - (BOOL)elementDoesAutoComplete:(DOMElement *)element
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm452 return [(WebHTMLRepresentation *)rep elementDoesAutoComplete:element];
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp742 if (FAILED(framePrivate->elementDoesAutoComplete(element.get(), &autoCompletes))) in elementDoesAutoCompleteForElementWithId()
/external/webkit/WebKit/mac/
DWebKit.order641 -[WebHTMLRepresentation elementDoesAutoComplete:]
DChangeLog-2010-01-2919253 (-[WebHTMLRepresentation elementDoesAutoComplete:]): Ditto.
19493 (-[WebHTMLRepresentation elementDoesAutoComplete:]): Ditto.
DChangeLog-2006-02-0917543 (-[WebHTMLRepresentation elementDoesAutoComplete:]):
17662 (-[WebHTMLRepresentation elementDoesAutoComplete:])
31670 (-[WebHTMLRepresentation elementDoesAutoComplete:]): New SPI.
/external/webkit/WebCore/
DChangeLog-2003-10-2512170 (-[WebCoreBridge elementDoesAutoComplete:]): New method.
DChangeLog-2005-08-2349944 (-[WebCoreBridge elementDoesAutoComplete:]): Ditto.
54909 - fixed 3496960: nil-deref in idFromNode inside elementDoesAutoComplete: