Searched refs:shouldOpenInNewWindow (Results 1 – 2 of 2) sorted by relevance
51 bool shouldOpenInNewWindow() const { return m_policy != NavigationPolicyCurrentTab; } in shouldOpenInNewWindow() function
696 static bool shouldOpenInNewWindow(LocalFrame* targetFrame, const FrameLoadRequest& request, const N… in shouldOpenInNewWindow() function702 return request.formState() && action.shouldOpenInNewWindow(); in shouldOpenInNewWindow()729 if (shouldOpenInNewWindow(targetFrame.get(), request, action)) { in load()738 …if (!action.shouldOpenInNewWindow() && shouldPerformFragmentNavigation(request.formState(), reques… in load()