Home
last modified time | relevance | path

Searched refs:targetOrigin (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DPostMessageEvent.cpp111 nsAutoString providedOrigin, targetOrigin; in Run() local
112 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
117 MOZ_DIAGNOSTIC_ASSERT(providedOrigin != targetOrigin || in Run()
123 const char16_t* params[] = { providedOrigin.get(), targetOrigin.get() }; in Run()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp267 RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in canRequest() local
269 if (targetOrigin->isUnique()) in canRequest()
274 if (isSameSchemeHostPort(targetOrigin.get())) in canRequest()
277 if (isAccessWhiteListed(targetOrigin.get())) in canRequest()
315 bool SecurityOrigin::isAccessWhiteListed(const SecurityOrigin* targetOrigin) const in isAccessWhiteListed()
319 if (list->at(i).matchesOrigin(*targetOrigin)) in isAccessWhiteListed()
328 RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in isAccessToURLWhiteListed() local
329 return isAccessWhiteListed(targetOrigin.get()); in isAccessToURLWhiteListed()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/
H A DLinearGradientStroke.as208 … override public function apply(graphics:Graphics, targetBounds:Rectangle, targetOrigin:Point):void
216 calculateTransformationMatrix(targetBounds, commonMatrix, targetOrigin);
227 …override public function createGraphicsStroke(targetBounds:Rectangle, targetOrigin:Point):Graphics…
231 var graphicsStroke:GraphicsStroke = super.createGraphicsStroke(targetBounds, targetOrigin);
237 calculateTransformationMatrix(targetBounds, commonMatrix, targetOrigin);
248 …ction calculateTransformationMatrix(targetBounds:Rectangle, matrix:Matrix, targetOrigin:Point):void
325 tx += targetOrigin.x;
329 ty += targetOrigin.y;
337 matrix.translate(targetOrigin.x, targetOrigin.y);
H A DRadialGradientStroke.as299 … override public function apply(graphics:Graphics, targetBounds:Rectangle, targetOrigin:Point):void
307 calculateTransformationMatrix(targetBounds, commonMatrix, targetOrigin);
318 …override public function createGraphicsStroke(targetBounds:Rectangle, targetOrigin:Point):Graphics…
322 var graphicsStroke:GraphicsStroke = super.createGraphicsStroke(targetBounds, targetOrigin);
328 calculateTransformationMatrix(targetBounds, commonMatrix, targetOrigin);
341 …ction calculateTransformationMatrix(targetBounds:Rectangle, matrix:Matrix, targetOrigin:Point):void
349 var regX:Number = !isNaN(x) ? x + targetOrigin.x : targetBounds.left + targetBounds.width / 2;
350 var regY:Number = !isNaN(y) ? y + targetOrigin.y : targetBounds.top + targetBounds.height / 2;
360 matrix.translate(targetOrigin.x, targetOrigin.y);
H A DIStroke.as145 * @param targetOrigin The Point that defines the origin (0,0) of the shape in the
153 function apply(graphics:Graphics, targetBounds:Rectangle, targetOrigin:Point):void;
161 * @param targetOrigin The Point that defines the origin (0,0) of the shape in the
172 function createGraphicsStroke(targetBounds:Rectangle, targetOrigin:Point):GraphicsStroke;
H A DLinearGradient.as224 public function begin(target:Graphics, targetBounds:Rectangle, targetOrigin:Point):void
301 tx += targetOrigin.x;
305 ty += targetOrigin.y;
313 commonMatrix.translate(targetOrigin.x, targetOrigin.y);
H A DIFill.as52 * @param targetOrigin The Point that defines the origin (0,0) of the shape in the
60 function begin(target:Graphics, targetBounds:Rectangle, targetOrigin:Point):void;
H A DRadialGradient.as336 public function begin(target:Graphics, targetBounds:Rectangle, targetOrigin:Point):void
340 var regX:Number = !isNaN(x) ? x + targetOrigin.x : targetBounds.left + targetBounds.width / 2;
341 var regY:Number = !isNaN(y) ? y + targetOrigin.y : targetBounds.top + targetBounds.height / 2;
355 commonMatrix.translate(targetOrigin.x, targetOrigin.y);
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_data.cpp144 sourceOrigin(_sourceOrigin), targetOrigin(_targetOrigin), payload(_payload), source(_source) in DelayedPostMessage()
164 if (targetOrigin == QLatin1String("*")) { in execute()
168 SecurityOrigin::createFromString(targetOrigin); in execute()
188 << "target mask:" << targetOrigin in execute()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Dsecurity_origin.cpp150 WTF::RefPtr<SecurityOrigin> targetOrigin = SecurityOrigin::create(url); in canRequest() local
151 if (targetOrigin->isUnique()) { in canRequest()
157 if (isSameSchemeHostPort(targetOrigin.get())) { in canRequest()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/item/
H A Dmodalcontroller.qc91 vector targetOrigin, targetSize;
112 targetOrigin = e.Container_origin; // stay as is
119 targetOrigin = e.ModalController_initialOrigin;
126 targetOrigin = e.Container_origin; // stay as is
136 e.Container_origin = targetOrigin;
154 e.Container_origin = e.Container_origin * prevFactor + targetOrigin * targetFactor;
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dvanillaupdatefunctor.h21 const Coord<DIM>& targetOrigin, in operator()
27 Coord<DIM> targetCoord = targetOrigin; in operator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DSharedWebViewChromium.java109 final String message, final String targetOrigin, final MessagePort[] sentPorts) { in postMessageToMainFrame() argument
114 postMessageToMainFrame(message, targetOrigin, sentPorts); in postMessageToMainFrame()
119 mAwContents.postMessageToMainFrame(message, targetOrigin, sentPorts); in postMessageToMainFrame()
/dports/games/warzone2100/warzone2100/src/
H A Dai.cpp167 …orTargets(BASE_OBJECT *psObj, int weapon_slot, WEAPON_STATS *psWStats, TARGET_ORIGIN *targetOrigin) in aiSearchSensorTargets() argument
175 if (targetOrigin) in aiSearchSensorTargets()
177 *targetOrigin = ORIGIN_UNKNOWN; in aiSearchSensorTargets()
243 if (targetOrigin) in aiSearchSensorTargets()
245 *targetOrigin = ORIGIN_SENSOR; in aiSearchSensorTargets()
250 if (targetOrigin) in aiSearchSensorTargets()
252 *targetOrigin = ORIGIN_CB_SENSOR; in aiSearchSensorTargets()
829 if (targetOrigin) in aiChooseTarget()
831 *targetOrigin = ORIGIN_UNKNOWN; in aiChooseTarget()
959 if (targetOrigin) in aiChooseTarget()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DPostMessageEvent.cpp120 nsAutoString providedOrigin, targetOrigin; in Run() local
121 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
126 const char16_t* params[] = {providedOrigin.get(), targetOrigin.get()}; in Run()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/portals/
H A Dportals-post-message.sub.html.ini17 [message should not be delivered to cross-origin portal when targetOrigin is not specified]
20 [message should not be delivered to portal when targetOrigin does not match]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/portals/
H A Dportals-post-message.sub.html.ini17 [message should not be delivered to cross-origin portal when targetOrigin is not specified]
20 [message should not be delivered to portal when targetOrigin does not match]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/portals/
H A Dportals-post-message.sub.html.ini17 [message should not be delivered to cross-origin portal when targetOrigin is not specified]
20 [message should not be delivered to portal when targetOrigin does not match]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/portals/
H A Dportals-post-message.sub.html.ini17 [message should not be delivered to cross-origin portal when targetOrigin is not specified]
20 [message should not be delivered to portal when targetOrigin does not match]
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/support_library/java/src/org/chromium/support_lib_glue/
H A DSupportLibWebViewChromium.java66 /* WebMessage */ InvocationHandler message, Uri targetOrigin) { in postMessageToMainFrame() argument
72 targetOrigin.toString(), in postMessageToMainFrame()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DPostMessageEvent.cpp122 nsAutoString providedOrigin, targetOrigin; in Run() local
123 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
131 "TargetPrincipalDoesNotMatch", providedOrigin, targetOrigin); in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DPostMessageEvent.cpp129 nsAutoString providedOrigin, targetOrigin; in Run() local
130 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
138 "TargetPrincipalDoesNotMatch", providedOrigin, targetOrigin); in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DPostMessageEvent.cpp122 nsAutoString providedOrigin, targetOrigin; in Run() local
123 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
131 "TargetPrincipalDoesNotMatch", providedOrigin, targetOrigin); in Run()
/dports/www/firefox/firefox-99.0/dom/base/
H A DPostMessageEvent.cpp122 nsAutoString providedOrigin, targetOrigin; in Run() local
123 nsresult rv = nsContentUtils::GetUTFOrigin(targetPrin, targetOrigin); in Run()
131 "TargetPrincipalDoesNotMatch", providedOrigin, targetOrigin); in Run()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/
H A Dwebapplication.cpp636 …const QString targetOrigin = request.headers.value(Http::HEADER_X_FORWARDED_HOST, request.headers.… in isCrossSiteRequest() local
650 const bool isInvalid = !isSameOrigin(urlFromHostHeader(targetOrigin), originValue); in isCrossSiteRequest()
653 .arg(m_env.clientAddress.toString(), originValue, targetOrigin) in isCrossSiteRequest()
660 const bool isInvalid = !isSameOrigin(urlFromHostHeader(targetOrigin), refererValue); in isCrossSiteRequest()
663 .arg(m_env.clientAddress.toString(), refererValue, targetOrigin) in isCrossSiteRequest()

12345678910>>...14