Home | History | Annotate | Download | only in WebView

Lines Matching refs:goForward

3043 - (BOOL)goForward
3048 return _private->page->goForward();
3744 - (IBAction)goForward:(id)sender
3746 [self goForward];
3828 } else if (action == @selector(goForward:)) {