/external/webkit/Source/WebKit/win/ |
D | WebHTMLRepresentation.cpp | 182 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::currentForm( in currentForm() function in WebHTMLRepresentation 188 return m_frame->currentForm(form); in currentForm()
|
D | WebHTMLRepresentation.h | 84 virtual HRESULT STDMETHODCALLTYPE currentForm(
|
D | WebFrame.cpp | 499 HRESULT STDMETHODCALLTYPE WebFrame::currentForm( in currentForm() function in WebFrame 500 /* [retval][out] */ IDOMElement **currentForm) in currentForm() argument 502 if (!currentForm) { in currentForm() 507 *currentForm = 0; in currentForm() 510 if (HTMLFormElement* formElement = coreFrame->selection()->currentForm()) in currentForm() 511 *currentForm = DOMElement::createInstance(formElement); in currentForm() 514 return *currentForm ? S_OK : E_FAIL; in currentForm()
|
D | WebFrame.h | 153 virtual HRESULT STDMETHODCALLTYPE currentForm(
|
D | ChangeLog-2009-06-16 | 12517 (WebFrame::currentForm): 12533 (WebHTMLRepresentation::currentForm): 16314 (WebFrame::currentForm): 16642 * Interfaces/IWebFrame.idl: added currentForm 16645 (WebFrame::currentForm): Get the "current" form for a frame, 17361 (WebFrame::currentForm): Added 17366 (WebHTMLRepresentation::currentForm): Implemented 22382 (WebHTMLRepresentation::currentForm):
|
D | ChangeLog | 3182 Windows Build Fix. Fix some fallout from r67238, currentForm is now off of 3186 (WebFrame::currentForm):
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLRepresentation.h | 68 - (DOMElement *)currentForm;
|
D | WebHTMLRepresentation.mm | 331 - (DOMElement *)currentForm 333 return kit(core([_private->dataSource webFrame])->selection()->currentForm());
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebHTMLRepresentation.idl | 87 - (DOMElement *)currentForm; 89 HRESULT currentForm([out, retval] IDOMElement** form);
|
D | IWebFrame.idl | 219 HRESULT currentForm([out, retval] IDOMElement** frameElement);
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 181 HTMLFormElement* currentForm() const;
|
D | SelectionController.cpp | 1793 HTMLFormElement* SelectionController::currentForm() const in currentForm() function in WebCore::SelectionController
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 1176 -[WebHTMLRepresentation currentForm]
|
D | ChangeLog-2010-01-29 | 19256 (-[WebHTMLRepresentation currentForm]): Ditto. 19496 (-[WebHTMLRepresentation currentForm]): Ditto.
|
D | ChangeLog | 5651 (-[WebHTMLRepresentation currentForm]):
|
D | ChangeLog-2006-02-09 | 9490 (-[WebHTMLRepresentation currentForm]): removed stray ";"
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 7659 (-[WebCoreFrameBridge currentForm]): Nuke redundant nil check. 34396 (Frame::currentForm): 34774 (Frame::currentForm): 35768 (MacFrame::currentForm): 36020 (-[WebCoreBridge currentForm]):
|
D | ChangeLog-2003-10-25 | 11358 (KWQKHTMLPart::currentForm): Returns current form. 11374 (-[WebCoreBridge currentForm]): New method, described above.
|
D | ChangeLog-2005-08-23 | 7131 (KWQKHTMLPart::currentForm): 9275 (KWQKHTMLPart::currentForm): 12097 (KWQKHTMLPart::currentForm): 16598 (KWQKHTMLPart::currentForm): Use focusNode instead of activeNode. 30353 …(KWQKHTMLPart::currentForm): just return the current form, don't scan the entire document looking … 49946 (-[WebCoreBridge currentForm]): Ditto.
|
D | ChangeLog-2006-12-31 | 33397 (WebCore::Frame::currentForm): 55132 (WebCore::Frame::currentForm):
|
D | ChangeLog-2008-08-10 | 11940 (WebCore::Frame::currentForm): 12750 (WebCore::Frame::currentForm):
|
D | ChangeLog-2009-06-16 | 49193 (WebCore::Frame::currentForm): 52825 (WebCore::Frame::currentForm):
|
D | ChangeLog-2011-02-16 | 4901 (WebCore::SelectionController::currentForm):
|
D | ChangeLog | 3894 (WebCore::FrameSelection::currentForm):
|
D | ChangeLog-2007-10-14 | 49839 (-[WebCoreFrameBridge currentForm]):
|