Home | History | Annotate | Download | only in WebView

Lines Matching full:pages

539     NSMutableArray* pages = [NSMutableArray arrayWithCapacity:5];
542 return pages;
547 return pages;
550 if (!_private->coreFrame || !_private->coreFrame->document() || !_private->coreFrame->view()) return pages;
552 if (!root) return pages;
556 return pages;
560 return pages;
574 [pages addObject: val];
578 return pages;