Home
last modified time | relevance | path

Searched refs:dialogFrame (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WindowCustom.cpp328 inline void DialogHandler::dialogCreated(DOMWindow* dialogFrame, v8::Isolate* isolate) in dialogCreated() argument
330 …m_dialogContext = dialogFrame->frame() ? dialogFrame->frame()->script().currentWorldContext() : v8… in dialogCreated()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp1858 Frame* dialogFrame = createWindow(urlString, emptyAtom, windowFeatures, in showModalDialog() local
1860 if (!dialogFrame) in showModalDialog()
1863 dialogFrame->page()->chrome().runModal(); in showModalDialog()