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

  /external/webkit/WebKit/chromium/public/
WebFrame.h 319 virtual bool isProcessingUserGesture() const = 0;
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 127 virtual bool isProcessingUserGesture() const;
WebFrameImpl.cpp 911 bool WebFrameImpl::isProcessingUserGesture() const
913 return frame()->loader()->isProcessingUserGesture();
    [all...]
FrameLoaderClientImpl.cpp 597 || !m_webFrame->isProcessingUserGesture();
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.h 272 bool isProcessingUserGesture();
FrameLoader.cpp 271 page->chrome()->focus(isProcessingUserGesture());
382 frame->redirectScheduler()->scheduleLocationChange(url.string(), m_outgoingReferrer, true, true, isProcessingUserGesture());
479 frameRequest.resourceRequest().setUserGesture(isProcessingUserGesture());
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp     [all...]
  /external/webkit/WebCore/page/
Frame.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 339 milliseconds