Home
last modified time | relevance | path

Searched refs:setModal (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/mac/
DPluginProcessShim.h43 void (*setModal)(bool); member
DPluginProcessShim.mm55 pluginProcessShimCallbacks.setModal(true);
61 pluginProcessShimCallbacks.setModal(false);
DPluginProcessMac.mm186 static void setModal(bool modalWindowIsShowing)
201 setModal,
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.h60 void setModal(bool);
DNetscapePluginHostProxy.mm248 // We need to be able to get the setModal(false) call from the plug-in host.
276 void NetscapePluginHostProxy::setModal(bool modal)
943 hostProxy->setModal(modal);
950 hostProxy->setModal(modal);
/external/webkit/Source/WebKit/qt/examples/platformplugin/
DWebPlugin.h37 Popup(const QWebSelectData& data) : m_data(data) { setModal(true); } in Popup()
/external/junit/src/junit/awtui/
DTestRunner.java81 about.setModal(true); in about()
/external/webkit/Source/WebKit2/
DChangeLog7899 (WebKit::setModal):
7948 (WebKit::setModal):
7956 Keep a modal count and call setModal accordingly.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-299959 (WebKit::NetscapePluginHostProxy::setModal):
10080 (WebKit::NetscapePluginHostProxy::setModal):
DChangeLog9579 … (WKPCSetModal): Defer the handling of setModal until the next runloop iteration if the host proxy