Searched refs:originWindow (Results 1 – 2 of 2) sorted by relevance
69 const JSDOMWindow* originWindow = asJSDOMWindow(other); in allowsAccessFromPrivate() local72 if (originWindow == targetWindow) in allowsAccessFromPrivate()75 const SecurityOrigin* originSecurityOrigin = originWindow->impl()->securityOrigin(); in allowsAccessFromPrivate()
864 DOMWindow* originWindow = retrieveWindow(currentContext()); in isEnabled() local865 if (originWindow == targetWindow) in isEnabled()868 if (!originWindow) in isEnabled()871 const SecurityOrigin* activeSecurityOrigin = originWindow->securityOrigin(); in isEnabled()884 if (targetSecurityOrigin->isEmpty() && originWindow->frame() == targetWindow->frame()) in isEnabled()