Searched refs:dialogArguments (Results 1 – 7 of 7) sorted by relevance
37 var args = JSON.parse(chrome.dialogArguments);
21 var args = JSON.parse(chrome.dialogArguments);
161 var args = JSON.parse(chrome.dialogArguments);
379 explicit DialogHandler(v8::Handle<v8::Value> dialogArguments) in DialogHandler() argument380 : m_dialogArguments(dialogArguments) in DialogHandler()
679 if (JSValue dialogArguments = m_exec->argument(1)) in dialogCreated() local680 …balObject->putDirect(m_exec->globalData(), Identifier(m_exec, "dialogArguments"), dialogArguments); in dialogCreated()
7061 dialogArguments set with showModalDialog to persist on the window after the load. However,7065 put them back on the window object in the dialogArguments property each time7069 (KJS::createWindow): No longer put dialogArguments on the window here.7070 (KJS::showModalDialog): Put dialogArguments on the window and call7072 (KJS::Window::clear): Put m_dialogArguments back on the window as dialogArguments.16854 REGRESSION (r21367): dialogArguments not set in window generated by showModalDialog
15987 …first URL in a new window. This change is needed to avoid blowing away the "dialogArguments" value…