OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentForm
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/win/
WebHTMLRepresentation.cpp
182
HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::
currentForm
(
188
return m_frame->
currentForm
(form);
WebFrame.cpp
499
HRESULT STDMETHODCALLTYPE WebFrame::
currentForm
(
500
/* [retval][out] */ IDOMElement **
currentForm
)
502
if (!
currentForm
) {
507
*
currentForm
= 0;
510
if (HTMLFormElement* formElement = coreFrame->selection()->
currentForm
())
511
*
currentForm
= DOMElement::createInstance(formElement);
514
return *
currentForm
? S_OK : E_FAIL;
[
all
...]
/external/webkit/Source/WebCore/editing/
SelectionController.cpp
[
all
...]
Completed in 52 milliseconds