Home
last modified time | relevance | path

Searched refs:CommandDisable (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/
H A Dcdproto.go82 CommandAnimationDisable = animation.CommandDisable
125 CommandCSSDisable = css.CommandDisable
155 CommandCastDisable = cast.CommandDisable
164 CommandDOMDisable = dom.CommandDisable
238 CommandDatabaseDisable = database.CommandDisable
244 CommandDebuggerDisable = debugger.CommandDisable
298 CommandFetchDisable = fetch.CommandDisable
366 CommandLogDisable = log.CommandDisable
372 CommandMediaDisable = media.CommandDisable
389 CommandNetworkDisable = network.CommandDisable
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/media/
H A Dmedia.go44 return cdp.Execute(ctx, CommandDisable, nil, nil)
50 CommandDisable = "Media.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/inspector/
H A Dinspector.go27 return cdp.Execute(ctx, CommandDisable, nil, nil)
47 CommandDisable = "Inspector.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/security/
H A Dsecurity.go29 return cdp.Execute(ctx, CommandDisable, nil, nil)
73 CommandDisable = "Security.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/webaudio/
H A Dwebaudio.go47 return cdp.Execute(ctx, CommandDisable, nil, nil)
91 CommandDisable = "WebAudio.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/performance/
H A Dperformance.go27 return cdp.Execute(ctx, CommandDisable, nil, nil)
105 CommandDisable = "Performance.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/log/
H A Dlog.go46 return cdp.Execute(ctx, CommandDisable, nil, nil)
106 CommandDisable = "Log.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/domsnapshot/
H A Ddomsnapshot.go30 return cdp.Execute(ctx, CommandDisable, nil, nil)
113 CommandDisable = "DOMSnapshot.disable" const
/dports/irc/znc/znc-1.8.2/modules/
H A Dadmindebug.cpp33 [=](const CString& sLine) { CommandDisable(sLine); }); in MODCONSTRUCTOR()
47 void CommandDisable(const CString& sCommand) { in CommandDisable() function in CAdminDebugMod
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/cast/
H A Dcast.go63 return cdp.Execute(ctx, CommandDisable, nil, nil)
138 CommandDisable = "Cast.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/database/
H A Ddatabase.go30 return cdp.Execute(ctx, CommandDisable, nil, nil)
133 CommandDisable = "Database.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/headlessexperimental/
H A Dheadlessexperimental.go117 return cdp.Execute(ctx, CommandDisable, nil, nil)
138 CommandDisable = "HeadlessExperimental.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/accessibility/
H A Daccessibility.go28 return cdp.Execute(ctx, CommandDisable, nil, nil)
149 CommandDisable = "Accessibility.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/domstorage/
H A Ddomstorage.go53 return cdp.Execute(ctx, CommandDisable, nil, nil)
166 CommandDisable = "DOMStorage.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/animation/
H A Danimation.go28 return cdp.Execute(ctx, CommandDisable, nil, nil)
278 CommandDisable = "Animation.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/serviceworker/
H A Dserviceworker.go55 return cdp.Execute(ctx, CommandDisable, nil, nil)
304 CommandDisable = "ServiceWorker.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/webauthn/
H A Dwebauthn.go47 return cdp.Execute(ctx, CommandDisable, nil, nil)
293 CommandDisable = "WebAuthn.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/indexeddb/
H A Dindexeddb.go112 return cdp.Execute(ctx, CommandDisable, nil, nil)
319 CommandDisable = "IndexedDB.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/layertree/
H A Dlayertree.go68 return cdp.Execute(ctx, CommandDisable, nil, nil)
344 CommandDisable = "LayerTree.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/fetch/
H A Dfetch.go33 return cdp.Execute(ctx, CommandDisable, nil, nil)
348 CommandDisable = "Fetch.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/heapprofiler/
H A Dheapprofiler.go67 return cdp.Execute(ctx, CommandDisable, nil, nil)
349 CommandDisable = "HeapProfiler.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/profiler/
H A Dprofiler.go27 return cdp.Execute(ctx, CommandDisable, nil, nil)
374 CommandDisable = "Profiler.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/overlay/
H A Doverlay.go33 return cdp.Execute(ctx, CommandDisable, nil, nil)
540 CommandDisable = "Overlay.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/css/
H A Dcss.go157 return cdp.Execute(ctx, CommandDisable, nil, nil)
812 CommandDisable = "CSS.disable" const
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/network/
H A Dnetwork.go112 return cdp.Execute(ctx, CommandDisable, nil, nil)
819 CommandDisable = "Network.disable" const

12