HomeSort by relevance Sort by last modified time
    Searched refs:m_parentFrame (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/plugins/
PluginView.cpp 218 if (!m_parentFrame->page())
224 if (!m_loadManually && !m_parentFrame->page()->canStartPlugins()) {
225 m_parentFrame->page()->addUnstartedPlugin(this);
273 m_url, m_parentFrame->loader()->outgoingReferrer()))
275 m_parentFrame->loader()->outgoingReferrer());
313 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this);
329 if (!m_parentFrame->page())
332 m_parentFrame->page()->removeUnstartedPlugin(this);
464 if (m_parentFrame->loader()->documentLoader() != m_parentFrame->loader()->activeDocumentLoader() &
    [all...]
PluginView.h 207 Frame* parentFrame() const { return m_parentFrame.get(); }
273 RefPtr<Frame> m_parentFrame;
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 140 m_drawable = XCreatePixmap(GDK_DISPLAY(), getRootWindow(m_parentFrame.get()),
231 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
322 xEvent.xkey.root = getRootWindow(m_parentFrame.get());
368 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
448 setXButtonEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get());
450 setXMotionEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get());
452 setXCrossingEventSpecificFields(&xEvent, event, postZoomPos, m_parentFrame.get());
683 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject();
718 *((XID *)w) = GDK_WINDOW_XWINDOW(m_parentFrame->view()->hostWindow()->platformPageClient()->window);
722 *w = GDK_WINDOW_HWND(m_parentFrame->view()->hostWindow()->platformPageClient()->window)
    [all...]
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 200 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) {
206 if (wxWindow* widget = m_parentFrame->view()->hostWindow()->platformPageClient())
290 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject();
589 if (Page* page = m_parentFrame->page())
590 page->focusController()->setFocusedFrame(m_parentFrame);
591 m_parentFrame->document()->setFocusedNode(m_element);
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 190 if (Page* page = m_parentFrame->page())
337 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject();
428 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 201 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
270 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
395 if (Page* page = m_parentFrame->page())
599 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject();
633 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
761 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 193 if (!m_window->inFullScreen() && m_parentFrame->document()->focusedNode() != m_element)
356 m_parentFrame->document()->focusedNodeRemoved();
460 m_parentFrame->script()->windowScriptNPObject();
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 887 NPObject* windowScriptObject = m_parentFrame->script()->windowScriptNPObject();
1012 HWND parentWindowHandle = windowHandleForPageClient(m_parentFrame->view()->hostWindow()->platformPageClient());
    [all...]

Completed in 153 milliseconds