HomeSort by relevance Sort by last modified time
    Searched defs:currentForm (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/win/
WebHTMLRepresentation.cpp 182 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::currentForm(
188 return m_frame->currentForm(form);
WebFrame.cpp 470 HRESULT STDMETHODCALLTYPE WebFrame::currentForm(
471 /* [retval][out] */ IDOMElement **currentForm)
473 if (!currentForm) {
478 *currentForm = 0;
481 if (HTMLFormElement* formElement = coreFrame->currentForm())
482 *currentForm = DOMElement::createInstance(formElement);
484 return *currentForm ? S_OK : E_FAIL;
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp     [all...]

Completed in 40 milliseconds