Lines Matching refs:userGesture
16223 userGesture unconditionally. userGesture is used to determine popup
16230 userGesture. The former determines whether a new history item gets
16240 whether to start a history-creating load. Using userGesture for this
18982 Treat userGesture as always true for setLocation, forcing a back/forward
24208 (WebCore::PluginViewWin::performRequest): assume userGesture is true
44049 - a few baby steps to try to make lockHistory and userGesture less confusing
44060 * loader/FrameLoader.h: Remove userGesture parameter from load that takes
44061 FrameLoadRequest. Remove default values for lockHistory and userGesture parameters,
44066 (WebCore::FrameLoader::createWindow): Remove userGesture parameter, relying on
44071 (WebCore::FrameLoader::load): Remove userGesture parameter, relying on the true
44073 argsReferrer variable and get rid of the userGesture parameter, using the value from
44075 (WebCore::FrameLoader::submitForm): Remove userGesture parameter, relying on the value
44079 false for userGesture explicitly instead of relying on default argument.
44082 Remove userGesture parameter, relying on the true default in FrameLoadRequest.
44732 …to cleanup the meaning and use of "userGesture" and "lockHistory." This includes integrating them
44740 … (WebCore::HTMLAnchorElement::defaultEventHandler): Pass "lockHistory" false, "userGesture" true
44743 (WebCore::SVGAElement::defaultEventHandler): Pass "lockHistory" false, "userGesture" true
44746 …Core::ScheduledRedirection::ScheduledRedirection): Figure "lockHistory" and "userGesture" from the
44748 (WebCore::FrameLoader::changeLocation): Set userGesture correctly
44749 (WebCore::FrameLoader::urlSelected): Propagate userGesture down
44753 (WebCore::FrameLoader::redirectionTimerFired): Set userGesture correctly