Searched refs:FrameView (Results 26 - 50 of 206) sorted by relevance

123456789

/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.h38 class FrameView;
71 RefPtr<FrameView> m_view;
H A DXMLDocumentParser.h45 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;
H A DMouseRelatedEvent.cpp29 #include "FrameView.h"
58 FrameView* frameView = frame->view();
71 FrameView* frameView = frame->view();
94 if (FrameView* frameView = frame->view()) {
/external/webkit/Source/WebCore/platform/gtk/
H A DPopupMenuGtk.h35 class FrameView;
43 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameBase.cpp29 #include "FrameView.h"
42 FrameView* childFrameView = static_cast<FrameView*>(widget());
H A DRenderWidget.h57 FrameView* frameView() const { return m_frameView; }
77 FrameView* m_frameView;
H A DRenderWidget.cpp51 typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap;
74 FrameView* newParent = it->second;
86 static void moveWidgetToParentSoon(Widget* child, FrameView* parent)
312 FrameView* frameView = static_cast<FrameView*>(m_widget.get());
335 static_cast<FrameView*>(m_widget.get())->setIsOverlapped(isOverlapped);
356 FrameView* frameView = static_cast<FrameView*>(m_widget.get());
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm31 #import <WebCore/FrameView.h>
H A DWebContextMenuClientMac.mm34 #import <WebCore/FrameView.h>
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.h39 class FrameView;
47 virtual void show(const IntRect&, FrameView*, int index);
107 void calculatePositionAndSize(const IntRect&, FrameView*);
/external/webkit/Source/WebCore/css/
H A DStyleMedia.cpp31 #include "FrameView.h"
44 FrameView* view = m_frame ? m_frame->view() : 0;
/external/webkit/Source/WebCore/platform/brew/
H A DPopupMenuBrew.cpp31 #include "FrameView.h"
54 void PopupMenuBrew::show(const IntRect& rect, FrameView* view, int index)
/external/webkit/Source/WebCore/platform/efl/
H A DPopupMenuEfl.cpp30 #include "FrameView.h"
50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index)
/external/webkit/Source/WebCore/platform/qt/
H A DContextMenuQt.cpp32 #include <FrameView.h>
H A DScreenQt.cpp34 #include "FrameView.h"
47 FrameView* frameView = (frame ? frame->view() : 0);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebClipView.mm34 #import <WebCore/FrameView.h>
94 if (FrameView* frameView = coreFrame->view()) {
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp31 #include <WebCore/FrameView.h>
97 FrameView* frameView = static_cast<FrameView*>(parent());
171 FrameView* parentView = m_element->document()->view();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPopupMenu.h52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.cpp34 #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/WebKit2/WebProcess/WebPage/
H A DWebContextMenu.cpp34 #include <WebCore/FrameView.h>
64 FrameView* view = frame->view();
/external/webkit/Source/WebCore/page/
H A DFrame.h65 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/
H A DPlatformBridge.cpp32 #include "FrameView.h"
147 int PlatformBridge::screenWidthInDocCoord(const WebCore::FrameView* frameView)
153 int PlatformBridge::screenHeightInDocCoord(const WebCore::FrameView* frameView)
168 void PlatformBridge::updateViewport(FrameView* frameView)
174 void PlatformBridge::updateTextfield(FrameView* frameView, Node* nodePtr, const WTF::String& text)
181 FrameView* frameView = scrollView->frameView();
183 // Check to make sure the view is the main FrameView.
/external/webkit/Source/WebCore/platform/haiku/
H A DPopupMenuHaiku.cpp27 #include "FrameView.h"
98 void show(const IntRect& rect, FrameView* view, int index)
175 void PopupMenuHaiku::show(const IntRect& rect, FrameView* view, int index)
/external/webkit/Source/WebKit/win/
H A DWebDropSource.cpp36 #include <WebCore/FrameView.h>
147 FrameView* view = m_webView->page()->mainFrame()->view();
/external/webkit/Source/WebKit/wince/
H A DWebView.h39 class FrameView;
61 WebCore::FrameView* view() const;

Completed in 531 milliseconds

123456789