Home
last modified time | relevance | path

Searched refs:AllowPlugins (Results 1 – 25 of 79) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsPluginArray.cpp82 if (!AllowPlugins()) { in GetMimeTypes()
98 if (!AllowPlugins()) { in GetCTPMimeTypes()
125 if (!AllowPlugins() || !pluginHost) { in Refresh()
163 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in IndexedGetter()
206 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in NamedGetter()
236 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in Length()
249 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in GetSupportedNames()
271 bool nsPluginArray::AllowPlugins() const { in AllowPlugins() function in nsPluginArray
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsPluginArray.cpp83 if (!AllowPlugins()) { in GetMimeTypes()
99 if (!AllowPlugins()) { in GetCTPMimeTypes()
126 if (!AllowPlugins() || !pluginHost) { in Refresh()
164 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in IndexedGetter()
207 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in NamedGetter()
238 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in Length()
251 if (!AllowPlugins() || nsContentUtils::ResistFingerprinting(aCallerType)) { in GetSupportedNames()
273 bool nsPluginArray::AllowPlugins() const { in AllowPlugins() function in nsPluginArray
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsPluginArray.cpp105 if (!AllowPlugins()) { in GetMimeTypes()
123 if (!AllowPlugins()) { in GetCTPMimeTypes()
155 if(!AllowPlugins() || !pluginHost) { in Refresh()
200 if (!AllowPlugins() || ResistFingerprinting()) { in IndexedGetter()
247 if (!AllowPlugins() || ResistFingerprinting()) { in NamedGetter()
281 if (!AllowPlugins() || ResistFingerprinting()) { in Length()
295 if (!AllowPlugins()) { in GetSupportedNames()
318 nsPluginArray::AllowPlugins() const in AllowPlugins() function in nsPluginArray
H A DnsPluginArray.h61 bool AllowPlugins() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_no_embed_element.cc45 if (GetDocument().GetFrame()->Loader().AllowPlugins( in LayoutObjectIsNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_no_embed_element.cc45 if (GetDocument().GetFrame()->Loader().AllowPlugins( in LayoutObjectIsNeeded()
/dports/lang/v8/v8-9.6.180.12/src/protobuf/
H A Dprotobuf-compiler-main.cc13 cli.AllowPlugins("protoc-"); in ProtobufCompilerMain()
/dports/devel/grpc130/grpc-1.30.2/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc24 cli.AllowPlugins("protoc-"); in protoc_main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/protobuf/
H A Dprotobuf-compiler-main.cc13 cli.AllowPlugins("protoc-"); in ProtobufCompilerMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/protobuf/
H A Dprotobuf-compiler-main.cc13 cli.AllowPlugins("protoc-"); in ProtobufCompilerMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc24 cli.AllowPlugins("protoc-"); in protoc_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
H A Dcommand_line_interface.h158 void AllowPlugins(const string& exe_name_prefix);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/
H A Dmain.cc42 cli.AllowPlugins("protoc-"); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/plugins/
H A Ddom_mime_type.cc69 !GetFrame()->Loader().AllowPlugins(kNotAboutToInstantiatePlugin)) in enabledPlugin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/plugins/
H A Ddom_mime_type.cc68 if (!DomWindow() || !DomWindow()->GetFrame()->Loader().AllowPlugins( in enabledPlugin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/
H A Dmain.cc53 cli.AllowPlugins("protoc-"); in ProtobufMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/
H A Dmain.cc53 cli.AllowPlugins("protoc-"); in ProtobufMain()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/
H A Dmain.cc51 cli.AllowPlugins("protoc-"); in ProtobufMain()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/
H A Dmain.cc51 cli.AllowPlugins("protoc-"); in ProtobufMain()

1234