Home | History | Annotate | Download | only in win

Lines Matching defs:page

103 #include <WebCore/Page.h>
190 WebView* kit(Page* page)
192 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : 0;
468 // Page cache capacity (in pages)
493 // Page cache capacity (in pages)
539 // Page cache capacity (in pages)
540 // (Research indicates that value / page drops substantially after 3 pages.)
1253 Page* WebView::page()
1264 // page until a new one is created. We need to clear this menu before propagating the event
1551 // The part of the page under the gesture can't be scrolled, or the gesture is on a scrollbar.
1556 // The part of the page the gesture is under can be scrolled, and we're not under a scrollbar.
1557 // Allow single-fingered vertical panning in this case, so the user will be able to pan the page
1964 // Need to scroll the page if the arrow keys, pgup/dn, or home/end are hit.
2175 FocusController* focusController = webView->page()->focusController();
2193 FocusController* focusController = webView->page()->focusController();
2249 coreFrame->page()->theme()->themeChanged();
2590 Page::PageClients pageClients;
2600 m_page = new Page(pageClients);
3840 // Since we always reset text zoom and page zoom together, this should continue to return an answer about text zoom even if its not enabled.
5173 // until we leave that page.
6579 Page* core(IWebView* iWebView)
6581 Page* page = 0;
6585 page = webView->page();
6587 return page;
6600 page()->settings()->setMinDOMTimerInterval(interval);