Searched defs:activeFrame (Results 1 – 5 of 5) sorted by relevance
66 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); in submit() local
86 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); in setLocation() local
721 static bool domWindowAllowPopUp(Frame* activeFrame, ExecState* exec) in domWindowAllowPopUp()
155 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture() local
342 bool DOMWindow::allowPopUp(Frame* activeFrame) in allowPopUp()