Home
last modified time | relevance | path

Searched refs:frameProtector (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DDragClientImpl.cpp70 RefPtr<Frame> frameProtector = frame; in startDrag() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp933 RefPtr<Frame> frameProtector = m_page->mainFrame(); in doSystemDrag() local
934 RefPtr<FrameView> viewProtector = frameProtector->view(); in doSystemDrag()
936 …wToContents(frame->view()->contentsToRootView(eventPos)), clipboard, frameProtector.get(), forLink… in doSystemDrag()
938 if (!frameProtector->page()) in doSystemDrag()