Searched refs:targetWindow (Results 1 – 7 of 7) sorted by relevance
77 DOMWindow* targetWindow) in canAccess() argument79 ASSERT(targetWindow); in canAccess()83 if (activeWindow == targetWindow) in canAccess()90 const SecurityOrigin* targetSecurityOrigin = targetWindow->securityOrigin(); in canAccess()102 if (targetSecurityOrigin->isEmpty() && activeWindow->frame() == targetWindow->frame()) in canAccess()
79 DOMWindow* targetWindow) in canAccessWindow() argument82 return canAccess(activeWindow, targetWindow); in canAccessWindow()
70 const JSDOMWindow* targetWindow = m_shell->window(); in allowsAccessFromPrivate() local72 if (originWindow == targetWindow) in allowsAccessFromPrivate()76 const SecurityOrigin* targetSecurityOrigin = targetWindow->impl()->securityOrigin(); in allowsAccessFromPrivate()
256 DOMWindow* targetWindow = m_frame->domWindow(); in reload() local257 if (!activeWindow->securityOrigin()->canAccess(targetWindow->securityOrigin())) { in reload()258 targetWindow->printErrorMessage(targetWindow->crossDomainAccessErrorMessage(activeWindow)); in reload()
542 DOMWindow* targetWindow = V8DOMWindow::toNative(window); in namedSecurityCheck() local544 ASSERT(targetWindow); in namedSecurityCheck()546 Frame* target = targetWindow->frame(); in namedSecurityCheck()569 DOMWindow* targetWindow = V8DOMWindow::toNative(window); in indexedSecurityCheck() local571 ASSERT(targetWindow); in indexedSecurityCheck()573 Frame* target = targetWindow->frame(); in indexedSecurityCheck()
136 DOMWindow* targetWindow = V8DOMWindow::toNative(window); in getTargetFrame() local137 target = targetWindow->frame(); in getTargetFrame()
276 Element.prototype.offsetRelativeToWindow = function(targetWindow) argument284 if (curWindow === targetWindow)