Home | History | Annotate | Download | only in WebView

Lines Matching refs:goBack

3035 - (BOOL)goBack
3040 return _private->page->goBack();
3739 - (IBAction)goBack:(id)sender
3741 [self goBack];
3826 if (action == @selector(goBack:)) {