Lines Matching refs:CachedFrameBase
311 …(WebCore::CachedFrameBase::restore): If the document uses touch events, inform the ChromeClient to…
29188 (WebCore::CachedFrameBase::restore): EventNames() --> eventNames()
55496 (WebCore::CachedFrameBase::restore): Removed another custom dispatchEvent.
63196 (WebCore::CachedFrameBase::restore): Rebuild up the whole FrameTree when restoring.
63309 (WebCore::CachedFrameBase::restore):
63321 … The pattern of creating a "CachedFrameBase" as the interface CachedFrame provides to FrameLoader
63326 …Make CachedFrame inherit privately from CachedFrameBase, which becomes the interface FrameLoader u…
63328 (WebCore::CachedFrameBase::CachedFrameBase):
63329 (WebCore::CachedFrameBase::~CachedFrameBase):
63330 (WebCore::CachedFrameBase::restore):
63334 (WebCore::CachedFrameBase::document):
63335 (WebCore::CachedFrameBase::view):
63336 (WebCore::CachedFrameBase::domWindow):
63341 … Call the new ::openInFrameLoader() method on the CachedFrame, as CachedFrameBase is now the only
63342 thing capable of interacting with FrameLoader::open(CachedFrameBase):
63348 Make ::open(CachedFrame) public, and change it to ::open(CachedFrameBase):