Searched defs:parentFrame (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebframe_p.h47 inline QWebFrame *parentFrame() { return qobject_cast<QWebFrame*>(q->parent()); } function in class:QWebFramePrivate
H A Dqwebframe.cpp492 QWebFrame *QWebFrame::parentFrame() const function in class:QWebFrame
H A Dqwebpage.h337 QWebFrame *parentFrame; member in class:QWebPage::ChooseMultipleFilesExtensionOption
H A Dqwebpage.cpp3037 QString QWebPage::chooseFile(QWebFrame *parentFrame, const QString& suggestedFile) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorFilter.cpp60 ParentStackFrame& parentFrame = m_parentStack.last(); local
73 const ParentStackFrame& parentFrame = m_parentStack.last(); local
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DDocumentWriter.cpp52 static inline bool canReferToParentFrameEncoding(const Frame* frame, const Frame* parentFrame) argument
176 Frame* parentFrame = m_frame->tree()->parent(); local
190 Frame* parentFrame = m_frame->tree()->parent(); local
H A DHistoryController.cpp424 Frame* parentFrame = m_frame->tree()->parent(); local
649 Frame* parentFrame = m_frame->tree()->parent(); local
H A DFrameLoader.cpp2800 Frame* parentFrame = m_frame->tree()->parent(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameTree.h35 FrameTree(Frame* thisFrame, Frame* parentFrame) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFrameElementBase.cpp69 Frame* parentFrame = document()->frame(); local
84 Frame* parentFrame = document()->frame(); local
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DBackingStoreClient.cpp54 BackingStoreClient* BackingStoreClient::create(Frame* frame, Frame* parentFrame, WebPage* parentPage) argument
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.h219 Frame* parentFrame() const { return m_parentFrame.get(); } function in class:WebCore::PluginView
H A DPluginView.cpp799 PluginView::PluginView(Frame* parentFrame, const IntSize& size, PluginPackage* plugin, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
951 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
1369 static Frame* getFrame(Frame* parentFrame, Element* element) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/gtk/
H A DPluginViewGtk.cpp113 static Window getRootWindow(Frame* parentFrame) argument
330 static void setXButtonEventSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) argument
357 static void setXMotionEventSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) argument
373 static void setXCrossingEventSpecificFields(XEvent* xEvent, MouseEvent* event, const IntPoint& postZoomPos, Frame* parentFrame) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebFrame.cpp413 WebFrame* WebFrame::parentFrame() const function in class:WebKit::WebFrame
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp85 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame, WebCore::HTMLFrameOwnerElement* ownerFrameElement, const WTF::String& frameName) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp520 Frame* parentFrame = core(m_frame); local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.cpp757 HRESULT STDMETHODCALLTYPE WebFrame::parentFrame( function in class:WebFrame

Completed in 1291 milliseconds