HomeSort by relevance Sort by last modified time
    Searched refs:PushPopupsEnabledState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_instance.h 220 void PushPopupsEnabledState(bool enabled);
webplugin_delegate_impl.cc 268 instance()->PushPopupsEnabledState(true);
plugin_instance.cc 517 void PluginInstance::PushPopupsEnabledState(bool enabled) {
webplugin_delegate_impl_win.cc     [all...]
plugin_host.cc 146 host_funcs_.pushpopupsenabledstate = NPN_PushPopupsEnabledState;
919 plugin->PushPopupsEnabledState(enabled ? true : false);
    [all...]

Completed in 224 milliseconds