Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

39     class Frame;
51 // origin specifies the scheme, host and port of particular frame. An
55 // Each instance handles permissions for a given main frame. The class
57 // - Non-remembered permissions last for the dureation of the main frame.
59 // - All permissions are shared between child frames of a main frame.
66 // the specified main frame (i.e. tab). The WebViewCore is used to
68 GeolocationPermissions(WebViewCore* webViewCore, WebCore::Frame* mainFrame);
71 // Queries the permission state for the specified frame. If the
75 // the same origin as the requesting frame.
76 void queryPermissionState(WebCore::Frame* frame);
77 void cancelPermissionStateQuery(WebCore::Frame*);
88 // when the main frame is refreshed or navigated to a new URL.
143 WebCore::Frame* m_mainFrame;
150 typedef HashSet<WebCore::Frame*> FrameSet;