Home
last modified time | relevance | path

Searched refs:_contextId (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DExecutionContext.ts60 _contextId: number; property in ExecutionContext
76 this._contextId = contextPayload.id;
204 const contextId = this._contextId;
256 executionContextId: this._contextId,
371 executionContextId: this._contextId,
H A DDOMWorld.ts505 DOMWorld.bindingIdentifier(name, context._contextId)
545 DOMWorld.bindingIdentifier(name, context._contextId)
571 DOMWorld.bindingIdentifier(name, context._contextId)
575 if (context._contextId !== event.executionContextId) return;
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DExecutionContext.ts60 _contextId: number; property in ExecutionContext
76 this._contextId = contextPayload.id;
204 const contextId = this._contextId;
256 executionContextId: this._contextId,
371 executionContextId: this._contextId,
H A DDOMWorld.ts527 DOMWorld.bindingIdentifier(name, context._contextId)
567 DOMWorld.bindingIdentifier(name, context._contextId)
593 DOMWorld.bindingIdentifier(name, context._contextId)
597 if (context._contextId !== event.executionContextId) return;
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A DExecutionContext.ts60 _contextId: number; property in ExecutionContext
76 this._contextId = contextPayload.id;
204 const contextId = this._contextId;
256 executionContextId: this._contextId,
371 executionContextId: this._contextId,
H A DDOMWorld.ts505 DOMWorld.bindingIdentifier(name, context._contextId)
545 DOMWorld.bindingIdentifier(name, context._contextId)
571 DOMWorld.bindingIdentifier(name, context._contextId)
575 if (context._contextId !== event.executionContextId) return;
/dports/www/kf5-khtml/khtml-5.89.0/src/java/org/kde/kjas/server/
H A DKJASSoundPlayer.java11 public KJASSoundPlayer( String _contextId, URL _file ) in KJASSoundPlayer() argument
14 contextId = _contextId; in KJASSoundPlayer()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/info/polls/
H A Dinfo_polls_results_inner_widget.h39 return _contextId; in contextId()
63 FullMsgId _contextId; variable
H A Dinfo_polls_results_inner_widget.cpp630 , _contextId(contextId) in InnerWidget()
688 _contextId, in setupContent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_audio_msg_id.cpp26 , _contextId(msgId) in AudioMsgId()
67 return _contextId; in contextId()
H A Ddata_audio_msg_id.h46 FullMsgId _contextId; variable
/dports/www/firefox/firefox-99.0/browser/modules/
H A DPartnerLinkAttribution.jsm41 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
42 if (!_contextId) {
43 _contextId = String(Services.uuid.generateUUID());
44 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
46 return _contextId;
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/
H A DPartnerLinkAttribution.jsm45 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
46 if (!_contextId) {
47 _contextId = String(gUUIDGenerator.generateUUID());
48 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
50 return _contextId;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/
H A DPartnerLinkAttribution.jsm45 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
46 if (!_contextId) {
47 _contextId = String(gUUIDGenerator.generateUUID());
48 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
50 return _contextId;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSessionDictionary.cs33 XmlDictionaryString _contextId; field in System.IdentityModel.Claims.SessionDictionary
116 _contextId = Add("ContextId"); in SessionDictionary()
361 get { return _contextId; }
H A DSessionSecurityToken.cs55 SysUniqueId _contextId; field in System.IdentityModel.Tokens.SessionSecurityToken
321 _contextId = contextId; in SessionSecurityToken()
510 _contextId = contextIdentifier; in SessionSecurityToken()
553 get { return _contextId; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/
H A DExecutionContext.d.ts54 _contextId: number; property in ExecutionContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/cjs/puppeteer/common/
H A DExecutionContext.d.ts52 _contextId: number; property in ExecutionContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/esm/puppeteer/common/
H A DExecutionContext.d.ts52 _contextId: number; property in ExecutionContext
/dports/www/firefox/firefox-99.0/remote/shared/messagehandler/
H A DMessageHandler.jsm94 this._contextId = this.constructor.getIdFromContext(context);
98 return this._contextId;
H A DWindowGlobalMessageHandler.jsm124 contextId: this._contextId,
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/lib/
H A DTelemetryFeed.jsm127 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
128 if (!_contextId) {
129 _contextId = String(gUUIDGenerator.generateUUID());
130 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
132 return _contextId;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/lib/
H A DTelemetryFeed.jsm127 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
128 if (!_contextId) {
129 _contextId = String(gUUIDGenerator.generateUUID());
130 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
132 return _contextId;
/dports/www/firefox/firefox-99.0/browser/components/newtab/lib/
H A DTelemetryFeed.jsm123 let _contextId = Services.prefs.getStringPref(CONTEXT_ID_PREF, null);
124 if (!_contextId) {
125 _contextId = String(Services.uuid.generateUUID());
126 Services.prefs.setStringPref(CONTEXT_ID_PREF, _contextId);
128 return _contextId;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_pip.h248 FullMsgId _contextId; variable

12