Home | History | Annotate | Download | only in ewk

Lines Matching defs:pageClients

548     WebCore::Page::PageClients pageClients;
549 pageClients.chromeClient = static_cast<WebCore::ChromeClient*>(new WebCore::ChromeClientEfl(sd->self));
550 pageClients.editorClient = static_cast<WebCore::EditorClient*>(new WebCore::EditorClientEfl(sd->self));
551 pageClients.dragClient = static_cast<WebCore::DragClient*>(new WebCore::DragClientEfl);
552 pageClients.inspectorClient = static_cast<WebCore::InspectorClient*>(new WebCore::InspectorClientEfl);
553 priv->page = new WebCore::Page(pageClients);