HomeSort by relevance Sort by last modified time
    Searched refs:FrameView (Results 26 - 50 of 207) sorted by null

12 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 35 #include "FrameView.h"
135 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget);
139 // We only care about FrameView's because iframes show up as FrameViews.
143 const FrameView* frameView = static_cast<const FrameView*>((*it).get());
145 // for this FrameView, if we can't just move on to the next object.
146 if (!frameView->frame() || !frameView->frame()->ownerElement(
    [all...]
  /external/webkit/Source/WebCore/dom/
EventDispatcher.h 38 class FrameView;
71 RefPtr<FrameView> m_view;
XMLDocumentParser.h 45 class FrameView;
50 XMLTokenizer(Document *, FrameView * = 0);
98 FrameView *m_view;
161 class FrameView;
185 static PassRefPtr<XMLDocumentParser> create(Document* document, FrameView* view)
222 XMLDocumentParser(Document*, FrameView* = 0);
289 FrameView* m_view;
MouseRelatedEvent.cpp 29 #include "FrameView.h"
58 FrameView* frameView = frame->view();
59 if (!frameView)
61 return frameView->scrollX() / frame->pageZoomFactor();
71 FrameView* frameView = frame->view();
72 if (!frameView)
74 return frameView->scrollY() / frame->pageZoomFactor();
94 if (FrameView* frameView = frame->view())
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFrameBase.cpp 29 #include "FrameView.h"
42 FrameView* childFrameView = static_cast<FrameView*>(widget());
RenderWidget.h 57 FrameView* frameView() const { return m_frameView; }
77 FrameView* m_frameView;
RenderWidget.cpp 51 typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap;
74 FrameView* newParent = it->second;
86 static void moveWidgetToParentSoon(Widget* child, FrameView* parent)
308 FrameView* frameView = static_cast<FrameView*>(m_widget.get());
309 bool runOverlapTests = !frameView->useSlowRepaintsIfNotOverlapped() || frameView->hasCompositedContentIncludingDescendants();
331 static_cast<FrameView*>(m_widget.get())->setIsOverlapped(isOverlapped);
352 FrameView* frameView = static_cast<FrameView*>(m_widget.get())
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 35 #include "FrameView.h"
44 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore)
46 , mFrameView(frameView)
99 void WebFrameView::setView(WebCore::FrameView* frameView) {
100 mFrameView = frameView;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebPopupMenuMac.mm 31 #import <WebCore/FrameView.h>
WebContextMenuClientMac.mm 34 #import <WebCore/FrameView.h>
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.h 58 virtual FrameView* documentFrameView() const;
  /external/webkit/Source/WebCore/css/
StyleMedia.cpp 31 #include "FrameView.h"
44 FrameView* view = m_frame ? m_frame->view() : 0;
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.cpp 31 #include "FrameView.h"
54 void PopupMenuBrew::show(const IntRect& rect, FrameView* view, int index)
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.cpp 30 #include "FrameView.h"
50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index)
  /external/webkit/Source/WebCore/platform/qt/
ContextMenuQt.cpp 32 #include <FrameView.h>
ScreenQt.cpp 34 #include "FrameView.h"
47 FrameView* frameView = (frame ? frame->view() : 0);
49 if (!frameView)
52 return frameView->qwidget();
  /external/webkit/Source/WebKit/mac/WebView/
WebClipView.mm 34 #import <WebCore/FrameView.h>
94 if (FrameView* frameView = coreFrame->view()) {
95 if (frameView->isEnclosedInCompositingLayer())
  /external/webkit/Source/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/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.h 52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp 34 #include "FrameView.h"
89 void DragScrollTimer::triggerScroll(FrameView* view, const WebPoint& location)
106 IntSize DragScrollTimer::scrollDistanceFor(FrameView* view, const WebPoint& location) const
  /external/webkit/Source/WebKit/wince/
WebView.h 39 class FrameView;
61 WebCore::FrameView* view() const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 34 #include <WebCore/FrameView.h>
64 FrameView* view = frame->view();
  /external/webkit/Source/WebCore/page/
Frame.h 65 class FrameView;
87 void setView(PassRefPtr<FrameView>);
110 FrameView* view() const;
178 static void clearTimers(FrameView*, Document*);
230 RefPtr<FrameView> m_view;
261 // FIXME: The tiled backing store belongs in FrameView, not Frame.
295 inline FrameView* Frame::view() const
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 32 #include "FrameView.h"
132 bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView)
134 android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView);
164 int PlatformBridge::screenWidthInDocCoord(const WebCore::FrameView* frameView)
166 android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView);
170 int PlatformBridge::screenHeightInDocCoord(const WebCore::FrameView* frameView)
172 android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView);
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
PopupMenuHaiku.cpp 27 #include "FrameView.h"
98 void show(const IntRect& rect, FrameView* view, int index)
175 void PopupMenuHaiku::show(const IntRect& rect, FrameView* view, int index)

Completed in 476 milliseconds

12 3 4 5 6 7 8 9