HomeSort by relevance Sort by last modified time
    Searched defs:frameView (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/WebCore/platform/qt/
ScreenQt.cpp 34 #include "FrameView.h"
47 FrameView* frameView = (frame ? frame->view() : 0);
49 if (!frameView)
52 return frameView->qwidget();
  /external/webkit/WebCore/rendering/
RenderWidget.h 51 FrameView* frameView() const { return m_frameView; }
75 FrameView* m_frameView;
RenderView.h 25 #include "FrameView.h"
40 RenderView(Node*, FrameView*);
52 // The same as the FrameView's layoutHeight/layoutWidth but with null check guards.
58 FrameView* frameView() const { return m_frameView; }
185 FrameView* m_frameView;
RenderWidget.cpp 46 typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap;
69 FrameView* newParent = it->second;
81 static void moveWidgetToParentSoon(Widget* child, FrameView* parent)
280 if (m_widget->isFrameView() && paintInfo.overlapTestRequests && !static_cast<FrameView*>(m_widget.get())->useSlowRepaintsIfNotOverlapped()) {
300 static_cast<FrameView*>(m_widget.get())->setIsOverlapped(isOverlapped);
327 FrameView* frameView = static_cast<FrameView*>(m_widget.get());
328 if (boundsChanged || frameView->needsLayout())
329 frameView->layout()
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 31 #include <WebCore/FrameView.h>
97 FrameView* frameView = static_cast<FrameView*>(parent());
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
171 FrameView* parentView = m_element->document()->view();
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 32 #include "FrameView.h"
49 FrameView* frameView = static_cast<FrameView*>(view);
50 if (!frameView->frame())
52 return frameView->frame()->page();
297 FrameView* frameView = static_cast<FrameView*>(view);
298 Page* page = frameView->frame() ? frameView->frame()->page() : 0
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 31 #include "FrameView.h"
83 FrameView* frameView = static_cast<FrameView*>(parent());
87 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
97 if (!m_windowRect.intersects(frameView->frameRect()))
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 39 #include "FrameView.h"
213 // references. Note: We keep a referenec to frameView so we can layout and
217 RefPtr<FrameView> frameView = FrameView::create(frame.get());
218 WebFrameView* webFrameView = new WebFrameView(frameView.get(), webViewCore);
219 frame->setView(frameView);
220 frameView->resize(width, height);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 190 WebCore::FrameView* frameView() const { return m_frame ? m_frame->view() : 0; }
WebPluginContainerImpl.cpp 53 #include "FrameView.h"
338 // We cache the parent FrameView here as the plugin widget could be deleted
340 FrameView* parentView = static_cast<FrameView*>(parent());
523 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget);
527 // We only care about FrameView's because iframes show up as FrameViews.
531 const FrameView* frameView =
532 static_cast<const FrameView*>((*it).get())
    [all...]
  /external/webkit/WebCore/html/
HTMLDocument.cpp 67 #include "FrameView.h"
96 FrameView* frameView = view();
97 return frameView ? frameView->contentsWidth() : 0;
103 FrameView* frameView = view();
104 return frameView ? frameView->contentsHeight() : 0;
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 30 #include "FrameView.h"
144 FrameView* frameView = o->view()->frameView();
145 ASSERT(frameView);
146 ASSERT(frameView->hostWindow());
147 return frameView->hostWindow()->platformPageClient();
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 44 #include "FrameView.h"
451 FrameView* frameView = static_cast<FrameView*>(parent());
456 m_windowRect = frameView->contentsToWindow(frameRect());
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 287 FrameView* frameView = m_player->frameView();
288 if (!frameView)
290 WebViewCore* webViewCore = WebViewCore::getWebViewCore(frameView);
ChromeClientAndroid.cpp 39 #include "FrameView.h"
65 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
66 if (frameView && frameView->syncCompositingStateRecursive()) {
121 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
122 if (!frameView)
124 const WebCoreViewBridge* bridge = frameView->platformWidget();
271 FrameView* frameView = m_webFrame->page()->mainFrame()->view()
    [all...]
FrameLoaderClientAndroid.cpp 41 #include "FrameView.h"
893 // Save the old WebViewCore before creating a new FrameView. There is one
895 // has a 1:1 FrameView and WebFrameView.
903 WebCore::FrameView* oldFrameView = oldWebFrameView->view();
906 // Create a new WebFrameView for the new FrameView
    [all...]
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 61 class FrameView;
148 void setFrameView(FrameView* frameView) { m_frameView = frameView; }
149 FrameView* frameView() { return m_frameView; }
250 FrameView* m_frameView;
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 40 #include "FrameView.h"
661 FrameView* frameView = static_cast<FrameView*>(parent());
662 PLUGIN_LOG("--%p UpdatePluginWidget frame=[%p] \n", instance(), frameView);
663 if (frameView) {
664 m_windowRect = frameView->contentsToWindow(frameRect());
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 39 #include "FrameView.h"
123 FrameView* frameView = static_cast<FrameView*>(parent());
128 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
155 if (!m_windowRect.intersects(frameView->frameRect()))
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 41 #include "FrameView.h"
100 FrameView* frameView = static_cast<FrameView*>(parent());
105 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
129 if (!m_windowRect.intersects(frameView->frameRect()))
  /external/webkit/WebCore/page/
DragController.cpp 46 #include "FrameView.h"
160 if (RefPtr<FrameView> v = mainFrame->view()) {
299 RefPtr<FrameView> frameView = m_documentUnderMouse->view();
300 if (!frameView)
312 IntPoint point = frameView->windowToContents(dragData->clientPosition());
490 RefPtr<FrameView> viewProtector = mainFrame->view();
779 RefPtr<FrameView> viewProtector = frameProtector->view();
793 FrameView* frameView = frame->view()
    [all...]
Frame.cpp 50 #include "FrameView.h"
238 FrameView* Frame::view() const
243 void Frame::setView(PassRefPtr<FrameView> view)
602 // Frame and FrameView, a <frame>, <iframe>, or <object>.
783 // FrameView's "layout" timer includes reapplyStyles, so despite its
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 45 #include "FrameView.h"
421 FrameView* frameView = static_cast<FrameView*>(parent());
427 m_windowRect = frameView->contentsToWindow(frameRect());
429 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
530 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
537 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
571 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
622 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect())
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 39 #include "FrameView.h"
721 // FIXME: We should apply the right property to the frameView. (scrollbar,margins)
726 RefPtr<FrameView> frameView = FrameView::create(childFrame.get());
728 frameView->setAllowsScrolling(allowsScrolling);
729 frameView->deref();
730 childFrame->setView(frameView.get());
837 RefPtr<FrameView> frameView;
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 50 #include "FrameView.h"
    [all...]

Completed in 1067 milliseconds

1 2