Home
last modified time | relevance | path

Searched defs:parentFrame (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/loader/
DDocumentWriter.cpp52 static inline bool canReferToParentFrameEncoding(const Frame* frame, const Frame* parentFrame) in canReferToParentFrameEncoding()
162 Frame* parentFrame = m_frame->tree()->parent(); in createDecoderIfNeeded() local
176 Frame* parentFrame = m_frame->tree()->parent(); in createDecoderIfNeeded() local
DHistoryController.cpp374 Frame* parentFrame = m_frame->tree()->parent(); in updateForRedirectWithLockedBackForwardList() local
582 Frame* parentFrame = m_frame->tree()->parent(); in initializeItem() local
DFrameLoader.cpp2385 if (Frame* parentFrame = m_frame->tree()->parent()) { in subresourceCachePolicy() local
3462 if (Frame* parentFrame = m_frame->tree()->parent()) in updateSandboxFlags() local
/external/webkit/Source/WebCore/html/
DHTMLFrameElementBase.cpp74 if (Frame* parentFrame = document()->frame()) { in isURLAllowed() local
101 Frame* parentFrame = document()->frame(); in openURL() local
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp117 static Window getRootWindow(Frame* parentFrame) in getRootWindow()
337 …tSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) in setXButtonEventSpecificFields()
364 …tSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) in setXMotionEventSpecificFields()
380 …tSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) in setXCrossingEventSpecificFields()
/external/webkit/Source/WebCore/page/
DFrameTree.h32 FrameTree(Frame* thisFrame, Frame* parentFrame) in FrameTree()
DFrameTree.cpp306 if (Frame* parentFrame = parent()) in traversePreviousWithWrap() local
DFocusController.cpp223 Frame* parentFrame = frame->tree()->parent(); in advanceFocusInDocumentOrder() local
DFrameView.cpp1349 if (Frame* parentFrame = m_frame->tree()->parent()) { in setIsOverlapped() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h91 inline QWebFrame *parentFrame() { return qobject_cast<QWebFrame*>(q->parent()); } in parentFrame() function
Dqwebframe.cpp219 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame, in QWebFrameData()
1013 QWebFrame *QWebFrame::parentFrame() const in parentFrame() function in QWebFrame
Dqwebpage.cpp3622 QString QWebPage::chooseFile(QWebFrame *parentFrame, const QString& suggestedFile) in chooseFile()
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h75 WebFrameProxy* parentFrame() { return m_parentFrame; } in parentFrame() function
DWebPageProxy.cpp1386 WebFrameProxy* parentFrame = process()->webFrame(parentFrameID); in didCreateSubframe() local
1430 WebFrameProxy* parentFrame = process()->webFrame(parentFrameID); in didRestoreFrameFromPageCache() local
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp86 WebCore::HTMLFrameOwnerElement* parentFrame = 0; in wxWebFrame() local
DWebView.cpp378 WebCore::HTMLFrameOwnerElement* parentFrame = 0; in Create() local
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp894 PluginView::PluginView(Frame* parentFrame, const IntSize& size, PluginPackage* plugin, Element* ele… in PluginView()
1053 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, Element* element… in create()
1484 static Frame* getFrame(Frame* parentFrame, Element* element) in getFrame()
DPluginView.h237 Frame* parentFrame() const { return m_parentFrame.get(); } in parentFrame() function
/external/webkit/Tools/DumpRenderTree/win/
DFrameLoadDelegate.cpp354 IWebFrame* parentFrame = 0; in didClearWindowObjectForFrameInStandardWorld() local
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp98 …WebFrame* parentFrame = static_cast<WebFrameLoaderClient*>(ownerElement->document()->frame()->load… in createSubframe() local
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1568 {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp643 Frame* parentFrame = core(m_frame); in createFrame() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1147 …WebFrame* parentFrame = static_cast<WebFrameLoaderClient*>(m_frame->coreFrame()->tree()->parent()-… in didRestoreFromPageCache() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1331 Frame* parentFrame = m_webFrame->d->frame->tree()->parent(); in didTransferChildFrameToNewDocument() local
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp626 ParentStackFrame& parentFrame = m_parentStack.last(); in pushParentStackFrame() local
639 const ParentStackFrame& parentFrame = m_parentStack.last(); in popParentStackFrame() local

12