Home
last modified time | relevance | path

Searched refs:currentForm (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebKit/win/
DWebHTMLRepresentation.cpp182 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::currentForm( in currentForm() function in WebHTMLRepresentation
188 return m_frame->currentForm(form); in currentForm()
DWebHTMLRepresentation.h84 virtual HRESULT STDMETHODCALLTYPE currentForm(
DWebFrame.cpp499 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()
DWebFrame.h153 virtual HRESULT STDMETHODCALLTYPE currentForm(
DChangeLog-2009-06-1612517 (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):
DChangeLog3182 Windows Build Fix. Fix some fallout from r67238, currentForm is now off of
3186 (WebFrame::currentForm):
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLRepresentation.h68 - (DOMElement *)currentForm;
DWebHTMLRepresentation.mm331 - (DOMElement *)currentForm
333 return kit(core([_private->dataSource webFrame])->selection()->currentForm());
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl87 - (DOMElement *)currentForm;
89 HRESULT currentForm([out, retval] IDOMElement** form);
DIWebFrame.idl219 HRESULT currentForm([out, retval] IDOMElement** frameElement);
/external/webkit/Source/WebCore/editing/
DSelectionController.h181 HTMLFormElement* currentForm() const;
DSelectionController.cpp1793 HTMLFormElement* SelectionController::currentForm() const in currentForm() function in WebCore::SelectionController
/external/webkit/Source/WebKit/mac/
DWebKit.order1176 -[WebHTMLRepresentation currentForm]
DChangeLog-2010-01-2919256 (-[WebHTMLRepresentation currentForm]): Ditto.
19496 (-[WebHTMLRepresentation currentForm]): Ditto.
DChangeLog5651 (-[WebHTMLRepresentation currentForm]):
DChangeLog-2006-02-099490 (-[WebHTMLRepresentation currentForm]): removed stray ";"
/external/webkit/Source/WebCore/
DChangeLog-2006-05-107659 (-[WebCoreFrameBridge currentForm]): Nuke redundant nil check.
34396 (Frame::currentForm):
34774 (Frame::currentForm):
35768 (MacFrame::currentForm):
36020 (-[WebCoreBridge currentForm]):
DChangeLog-2003-10-2511358 (KWQKHTMLPart::currentForm): Returns current form.
11374 (-[WebCoreBridge currentForm]): New method, described above.
DChangeLog-2005-08-237131 (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.
DChangeLog-2006-12-3133397 (WebCore::Frame::currentForm):
55132 (WebCore::Frame::currentForm):
DChangeLog-2008-08-1011940 (WebCore::Frame::currentForm):
12750 (WebCore::Frame::currentForm):
DChangeLog-2009-06-1649193 (WebCore::Frame::currentForm):
52825 (WebCore::Frame::currentForm):
DChangeLog-2011-02-164901 (WebCore::SelectionController::currentForm):
DChangeLog3894 (WebCore::FrameSelection::currentForm):
DChangeLog-2007-10-1449839 (-[WebCoreFrameBridge currentForm]):

12