Searched defs:isProcessingUserGesture (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
1120 bool FrameLoader::isProcessingUserGesture() function in class:WebCore::FrameLoader
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1100 bool WebFrameImpl::isProcessingUserGesture() const function in class:WebKit::WebFrameImpl
1102 return frame()->loader()->isProcessingUserGesture();

Completed in 1115 milliseconds