Home | History | Annotate | Download | only in src

Lines Matching full:page

68 #include "Page.h"
129 // The group name identifies a namespace of pages. Page group is used on OSX
132 // one page group.
135 // Used to defer all page activity in cases where the embedder wishes to run
153 // activated. We need the page to still have focus so the user can keep typing
176 Page::visitedStateChanged(PageGroup::pageGroup(pageGroupName), linkHash);
181 Page::allVisitedStateChanged(PageGroup::pageGroup(pageGroupName));
193 // Pick any page in the page group since we are deferring all pages.
257 // the page will take ownership of the various clients
258 m_page.set(new Page(&m_chromeClientImpl,
407 // frame. We execute this before we let the page have a go at the event
408 // because the page may change what is focused during in its event handler.
557 // enter when selecting an item in the menu will go to the page.
621 Frame* mainFrameImpl = page()->mainFrame();
635 Frame* focusedFrame = page()->focusController()->focusedOrMainFrame();
664 // popped up on the page until a new one is created. We need to clear
669 page()->contextMenuController()->clearContextMenu();
714 // sense that it scrolls the page for all Ctrl+scrolling key
762 case VKEY_PRIOR: // page up
766 case VKEY_NEXT: // page down
801 WebViewImpl* WebViewImpl::fromPage(Page* page)
803 if (!page)
806 return static_cast<ChromeClientImpl*>(page->chrome()->client())->webView();
867 // setFrameRect may have the side-effect of causing existing page
1234 webcoreFrame->page()->focusController()->setFocusedFrame(webcoreFrame);
1252 page()->focusController()->setInitialFocus(
1280 // processing keyboard events even though focus has been moved to the page and
1348 // the window scrolled while the context menu was open or because the page
1376 // it's from a previous page that got unloaded.
1738 if (page() && page()->focusController())
1739 page()->focusController()->setActive(active);
1744 return (page() && page()->focusController()) ? page()->focusController()->isActive() : false;