Searched refs:activeFrame (Results 1 – 10 of 10) sorted by relevance
150 Frame* activeFrame = state->activeFrame(); in shouldAllowNavigation() local151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame); in shouldAllowNavigation()
90 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); in setLocation() local91 str = activeFrame->document()->completeURL(str).string(); in setLocation()94 …str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGes… in setLocation()
471 if (Frame* activeFrame = activeDOMWindow(exec)->frame()) { in setLocation() local472 if (Settings* settings = activeFrame->settings()) { in setLocation()473 … if (settings->usesDashboardBackwardCompatibilityMode() && !activeFrame->tree()->parent()) { in setLocation()
98 Frame* activeFrame = static_cast<Document*>(context)->frame(); in go() local99 if (!activeFrame) in go()102 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in go()
920 Frame* activeFrame = static_cast<Document*>(context)->frame(); in close() local921 if (!activeFrame) in close()924 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in close()1687 Frame* activeFrame = activeWindow->frame(); in setLocation() local1688 if (!activeFrame) in setLocation()1691 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in setLocation()1706 … m_frame->navigationScheduler()->scheduleLocationChange(activeFrame->document()->securityOrigin(), in setLocation()1707 completedURL, activeFrame->loader()->outgoingReferrer(), in setLocation()1708 …locking != LockHistoryBasedOnGestureState || !activeFrame->script()->anyPageIsProcessingUserGestur… in setLocation()1768 Frame* activeFrame = activeWindow->frame(); in createWindow() local[all …]
159 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture() local162 if (!activeFrame) in processingUserGesture()165 V8Proxy* activeProxy = activeFrame->script()->proxy(); in processingUserGesture()168 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(activeFrame); in processingUserGesture()191 const String* sourceURL = activeFrame->script()->sourceURL(); in processingUserGesture()196 if (activeFrame->script()->allowPopupsFromPlugin()) in processingUserGesture()
104 return V8BindingState::Only()->activeFrame(); in callingOrEnteredFrame()
55 Frame* activeFrame();
63 Frame* State<V8Binding>::activeFrame() in activeFrame() function in WebCore::State
38257 (WebCore::::activeFrame):38268 (WebCore::::activeFrame):43251 (WebCore::DOMWindow::allowPopUp): Renamed argument from activeFrame to firstFrame,44832 (WebCore::JSDOMWindow::setLocation): Changed terminology to use activeFrame and45912 (WebCore::JSDOMWindow::setLocation): Changed terminology to use activeFrame and