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

  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 81 bool wasUserGesture() const { return m_wasUserGesture; }
108 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
164 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
179 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
208 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 70 userGesture:(bool)wasUserGesture;

Completed in 54 milliseconds