HomeSort by relevance Sort by last modified time
    Searched refs:isProcessingUserGesture (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 379 virtual bool isProcessingUserGesture() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 146 virtual bool isProcessingUserGesture() const;
WebFrameImpl.cpp     [all...]
FrameLoaderClientImpl.cpp 630 || !m_webFrame->isProcessingUserGesture();
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 134 if (!frame() || !frame()->loader()->isProcessingUserGesture())
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 265 bool isProcessingUserGesture();
FrameLoader.cpp 338 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 115 if (frame->loader()->isProcessingUserGesture())
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 375 milliseconds