Home | History | Annotate | Download | only in appcache

Lines Matching refs:Frame

48 class Frame;
67 static void selectCache(Frame*, const KURL& manifestURL);
68 static void selectCacheWithoutManifestURL(Frame*);
79 void update(Frame*, ApplicationCacheUpdateOption); // FIXME: Frame should not be needed when updating without browsing context.
84 void stopLoadingInFrame(Frame*);
123 void didReachOriginQuota(PassRefPtr<Frame> frame);
168 // Frame used for fetching resources when updating.
169 // FIXME: An update started by a particular frame should not stop if it is destroyed, but there are other frames associated with the same cache group.
170 Frame* m_frame;