Home
last modified time | relevance | path

Searched refs:m_parentFrame (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginView.cpp234 …if (m_parentFrame->loader()->documentLoader() != m_parentFrame->loader()->activeDocumentLoader() && in performRequest()
235 (targetFrameName.isNull() || m_parentFrame->tree()->find(targetFrameName) != m_parentFrame)) in performRequest()
245 …RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame, request->frameLoadRequest(… in performRequest()
249m_parentFrame->loader()->load(request->frameLoadRequest().resourceRequest(), targetFrameName, fals… in performRequest()
266 …ASSERT(targetFrameName.isEmpty() || m_parentFrame->tree()->find(targetFrameName) == m_parentFrame); in performRequest()
269 RefPtr<Frame> parentFrame = m_parentFrame; in performRequest()
270 …JSValuePtr result = m_parentFrame->loader()->executeScript(jsString, request->shouldAllowPopups())… in performRequest()
279 …RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame, request->frameLoadRequest(… in performRequest()
321 if (m_parentFrame->loader()->documentLoader()->isStopping()) in load()
328 Settings* settings = m_parentFrame->settings(); in load()
[all …]
DPluginView.h229 Frame* m_parentFrame; variable
/external/webkit/WebCore/plugins/gtk/
DPluginViewGtk.cpp307 m_userAgent = m_parentFrame->loader()->userAgent(m_url).utf8(); in userAgent()
404 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject(); in getValue()
439 … *((XID *)w) = GDK_WINDOW_XWINDOW(m_parentFrame->view()->hostWindow()->platformWindow()->window); in getValue()
443 *w = GDK_WINDOW_HWND(m_parentFrame->view()->hostWindow()->platformWindow()->window); in getValue()
479 gtk_widget_queue_draw(m_parentFrame->view()->hostWindow()->platformWindow()); in forceRedraw()
491 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
537 …gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformWindow()), platformPl… in init()
540 …setPlatformWidget(gtk_xtbin_new(m_parentFrame->view()->hostWindow()->platformWindow()->window, 0)); in init()
543 …gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformWindow()), platformPl… in init()
/external/webkit/WebCore/plugins/qt/
DPluginViewQt.cpp261 m_userAgent = m_parentFrame->loader()->userAgent(m_url).utf8(); in userAgent()
327 … *(void **)value = m_parentFrame->view()->hostWindow()->platformWindow()->x11Info().display(); in getValue()
338 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject(); in getValue()
372 *((XID *)w) = m_parentFrame->view()->hostWindow()->platformWindow()->winId(); in getValue()
421 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
461 … setPlatformWidget(new QX11EmbedContainer(m_parentFrame->view()->hostWindow()->platformWindow())); in init()
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp146 setPlatformPluginWidget(m_parentFrame->view()->hostWindow()->platformWindow()); in init()
181 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
246 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject(); in getValue()
489 if (Page* page = m_parentFrame->page()) in handleMouseEvent()
490 page->focusController()->setFocusedFrame(m_parentFrame); in handleMouseEvent()
491 m_parentFrame->document()->setFocusedNode(m_element); in handleMouseEvent()
672 m_userAgent = m_parentFrame->loader()->userAgent(m_url).utf8(); in userAgent()
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp556 if (Page* page = m_parentFrame->page()) in handleMouseEvent()
557 page->focusController()->setFocusedFrame(m_parentFrame); in handleMouseEvent()
558 m_parentFrame->document()->setFocusedNode(m_element); in handleMouseEvent()
731 m_userAgent = m_parentFrame->loader()->userAgent(m_url).utf8(); in userAgent()
781 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject(); in getValue()
903 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
939 …HWND parentWindowHandle = windowHandleForPlatformWidget(m_parentFrame->view()->hostWindow()->platf… in init()
/external/webkit/WebCore/plugins/android/
DPluginViewAndroid.cpp169 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView()
387 m_userAgent = m_parentFrame->loader()->userAgent(m_url).utf8(); in userAgent()
396 m_parentFrame->script()->windowScriptNPObject(); in getValue()