Home | History | Annotate | Download | only in Hosted

Lines Matching full:modal

164     // The plug-in crashed while it had a modal dialog up.
282 void NetscapePluginHostProxy::setModal(bool modal)
284 if (modal == m_isModal)
287 m_isModal = modal;
907 kern_return_t WKPCSetModal(mach_port_t clientPort, boolean_t modal)
913 hostProxy->setModal(modal);