Searched refs:m_parentFrame (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/plugins/ |
D | PluginView.cpp | 226 if (!m_parentFrame->page()) in startOrAddToUnstartedList() 232 if (!m_loadManually && !m_parentFrame->page()->canStartMedia()) { in startOrAddToUnstartedList() 233 m_parentFrame->document()->addMediaCanStartListener(this); in startOrAddToUnstartedList() 275 FrameLoadRequest frameLoadRequest(m_parentFrame->document()->securityOrigin()); in start() 280 m_url, m_parentFrame->loader()->outgoingReferrer())) in start() 282 m_parentFrame->loader()->outgoingReferrer()); in start() 320 m_parentFrame->document()->removeMediaCanStartListener(this); in ~PluginView() 331 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); in ~PluginView() 456 …if (m_parentFrame->loader()->documentLoader() != m_parentFrame->loader()->activeDocumentLoader() && in performRequest() 457 (targetFrameName.isNull() || m_parentFrame->tree()->find(targetFrameName) != m_parentFrame)) in performRequest() [all …]
|
D | PluginView.h | 237 Frame* parentFrame() const { return m_parentFrame.get(); } in parentFrame() 323 RefPtr<Frame> m_parentFrame; variable
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFrameProxy.cpp | 46 , m_parentFrame(0) in WebFrameProxy() 66 m_parentFrame = 0; in disconnect() 192 ASSERT(!child->m_parentFrame); in appendChild() 196 child->m_parentFrame = this; in appendChild() 211 child->m_parentFrame = 0; in removeChild() 229 for (const WebFrameProxy* frame = this; frame; frame = frame->m_parentFrame) { in isDescendantOf() 239 if (!indent && m_parentFrame) in dumpFrameTreeToSTDOUT() 252 if (m_parentFrame) in didRemoveFromHierarchy() 253 m_parentFrame->removeChild(this); in didRemoveFromHierarchy()
|
D | WebFrameProxy.h | 75 WebFrameProxy* parentFrame() { return m_parentFrame; } in parentFrame() 142 WebFrameProxy* m_parentFrame; variable
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 149 m_drawable = XCreatePixmap(display, getRootWindow(m_parentFrame.get()), in updatePluginWidget() 285 xEvent.xkey.root = getRootWindow(m_parentFrame.get()); in handleKeyboardEvent() 327 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient(); in initXEvent() 407 if (Page* page = m_parentFrame->page()) in handleMouseEvent() 419 setXButtonEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get()); in handleMouseEvent() 421 setXMotionEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get()); in handleMouseEvent() 423 setXCrossingEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get()); in handleMouseEvent() 428 …gdk_window_set_cursor(gtk_widget_get_window(m_parentFrame->view()->hostWindow()->platformPageClien… in handleMouseEvent() 662 …GdkWindow* gdkWindow = gtk_widget_get_window(m_parentFrame->view()->hostWindow()->platformPageClie… in platformGetValue() 709 gtk_widget_queue_draw(m_parentFrame->view()->hostWindow()->platformPageClient()); in forceRedraw() [all …]
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 216 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in paintUsingImageSurfaceExtension() 301 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in paintUsingXPixmap() 415 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in initXEvent() 555 if (Page* page = m_parentFrame->page()) in handleMouseEvent() 786 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformGetValue() 931 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformStart() 946 if (m_parentFrame->page()->chrome()->client()->allowsAcceleratedCompositing() in platformStart() 947 && m_parentFrame->page()->settings() in platformStart() 948 && m_parentFrame->page()->settings()->acceleratedCompositingEnabled()) { in platformStart()
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginViewSymbian.cpp | 200 if (Page* page = m_parentFrame->page()) in handleMouseEvent() 402 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); in platformStart() 424 …qtwebkit_page_plugin_created(QWebFramePrivate::kit(m_parentFrame.get()), m_instance, (void*)(m_plu… in platformStart()
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 212 if (!m_window->inFullScreen() && m_parentFrame->document()->focusedNode() != m_element) in handleTouchEvent() 392 m_parentFrame->document()->focusedNodeRemoved(); in handleKeyboardEvent() 495 m_parentFrame->script()->windowScriptNPObject(); in platformGetValue()
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginViewMac.mm | 208 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) { 214 if (wxWindow* widget = m_parentFrame->view()->hostWindow()->platformPageClient()) 585 if (Page* page = m_parentFrame->page()) 586 page->focusController()->setFocusedFrame(m_parentFrame); 587 m_parentFrame->document()->setFocusedNode(m_element);
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 731 if (Page* page = m_parentFrame->page()) in handleMouseEvent() 968 …HWND parentWindowHandle = windowHandleForPageClient(m_parentFrame->view()->hostWindow()->platformP… in platformStart()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 49848 Made m_parentFrame a RefPtr, so that it will remain valid when the
|
D | ChangeLog-2010-01-29 | 92917 * page/XSSAuditor.h: Added field m_parentFrame.
|