Home
last modified time | relevance | path

Searched refs:toHTMLDialogElement (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDialogElement.h74 inline HTMLDialogElement* toHTMLDialogElement(Node* node) in toHTMLDialogElement() function
DHTMLFormElement.cpp330 toHTMLDialogElement(node)->closeDialog(formSubmission->result()); in submitDialog()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp129 HTMLDialogElement* dialog = toHTMLDialogElement(box->node()); in positionDialog()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4729 return toHTMLDialogElement(m_topLayerElements.last().get()); in activeModalDialog()