Searched refs:m_parentFrame (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/plugins/ |
D | PluginView.cpp | 234 …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() 249 …m_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 …]
|
D | PluginView.h | 229 Frame* m_parentFrame; variable
|
/external/webkit/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 307 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/ |
D | PluginViewQt.cpp | 261 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/ |
D | PluginViewMac.cpp | 146 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/ |
D | PluginViewWin.cpp | 556 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/ |
D | PluginViewAndroid.cpp | 169 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()
|