Home | History | Annotate | Download | only in jni

Lines Matching refs:pageClients

1103     WebCore::Page::PageClients pageClients;
1104 pageClients.chromeClient = chromeC;
1105 pageClients.contextMenuClient = new ContextMenuClientAndroid;
1106 pageClients.editorClient = editorC;
1107 pageClients.dragClient = new DragClientAndroid;
1108 pageClients.inspectorClient = new InspectorClientAndroid;
1109 pageClients.deviceMotionClient = deviceMotionC;
1110 pageClients.deviceOrientationClient = deviceOrientationC;
1111 WebCore::Page* page = new WebCore::Page(pageClients);
1118 // Attach webFrame to pageClients.chromeClient and release our ownership