Lines Matching defs:page
75 WebCore::Page* page;
353 WebCore::FocusController* fc = priv->page->focusController();
365 WebCore::FocusController* fc = priv->page->focusController();
531 return WebCore::Frame::create(priv->page, owner, flc);
548 WebCore::Page::PageClients pageClients;
553 priv->page = new WebCore::Page(pageClients);
554 if (!priv->page) {
555 CRITICAL("Could not create WebKit Page");
559 priv->page_settings = priv->page->settings();
561 CRITICAL("Could not get page settings.");
639 priv->history = ewk_history_new(static_cast<WebCore::BackForwardListImpl*>(priv->page->backForwardList()));
651 delete priv->page;
684 delete priv->page;
1015 int available_width = (int) priv->page->chrome()->client()->pageRect().width();
1016 int available_height = (int) priv->page->chrome()->client()->pageRect().height();
1018 int device_width = (int) priv->page->chrome()->client()->windowRect().width();
1019 int device_height = (int) priv->page->chrome()->client()->windowRect().height();
1239 WebCore::Frame* core = priv->page->focusController()->focusedFrame();
1435 return priv->page->findString(String::fromUTF8(string), sensitive, direction, wrap);
1461 return priv->page->markAllMatchesForText(String::fromUTF8(string), sensitive, highlight, limit);
1475 priv->page->unmarkAllTextMatches();
1531 CString s = priv->page->focusController()->focusedOrMainFrame()->editor()->selectedText().utf8();
1539 return priv->page->focusController()->focusedOrMainFrame()->editor()->command(String::fromUTF8(command)).execute();
1630 priv->page->contextMenuController()->clearContextMenu();
1631 WebCore::Frame* main_frame = priv->page->mainFrame();
1646 priv->page->contextMenuController()->contextMenu();
1669 return priv->page->progress()->estimatedProgress();
1820 return static_cast<WebCore::BackForwardListImpl*>(priv->page->backForwardList())->enabled();
1836 static_cast<WebCore::BackForwardListImpl*>(priv->page->backForwardList())->setEnabled(enable);
1860 if (!static_cast<WebCore::BackForwardListImpl*>(priv->page->backForwardList())->enabled()) {
2654 * Set encoding of this View and reload page.
2952 * Gets if the page cache is enabled.
2954 * @param o view object to set if page cache is enabled.
2955 * @return @c EINA_TRUE if page cache is enabled, @c EINA_FALSE if not.
2965 * Sets the page cache.
2967 * @param o view object to set if page cache is enabled.
3272 * @param area paint area to use. Coordinates are absolute to page.
3456 WebCore::Frame* focusedFrame = priv->page->focusController()->focusedOrMainFrame();
3636 double progress = priv->page->progress()->estimatedProgress();
3981 * @param frame The frame whose web page exceeded its database quota.
4064 WebCore::Page* ewk_view_core_page_get(const Evas_Object* o)
4068 return priv->page;
4098 if (!cf->page() || !cf->tree() || !cf->tree()->parent())
4469 * Gets page size from frameview.
4473 * @return page size.
4480 WebCore::Frame* main_frame = priv->page->mainFrame();