Searched refs:dialogFrame (Results 1 – 2 of 2) sorted by relevance
328 inline void DialogHandler::dialogCreated(DOMWindow* dialogFrame, v8::Isolate* isolate) in dialogCreated() argument330 …m_dialogContext = dialogFrame->frame() ? dialogFrame->frame()->script().currentWorldContext() : v8… in dialogCreated()
1858 Frame* dialogFrame = createWindow(urlString, emptyAtom, windowFeatures, in showModalDialog() local1860 if (!dialogFrame) in showModalDialog()1863 dialogFrame->page()->chrome().runModal(); in showModalDialog()