Home | History | Annotate | Download | only in chromium

Lines Matching refs:isUserGesture

1425     bool isUserGesture = webframe->isProcessingUserGesture();
1426 printf("Frame with user gesture \"%s\"%s", isUserGesture ? "true" : "false", msg);