Searched refs:FrameView (Results 176 - 200 of 206) sorted by path

123456789

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp47 #include <WebCore/FrameView.h>
H A DWebDragClient.cpp37 #include <WebCore/FrameView.h>
H A DWebFrameLoaderClient.cpp57 #include <WebCore/FrameView.h>
106 FrameView* view = frame->view();
H A DWebInspectorClient.cpp41 #include <WebCore/FrameView.h>
/external/webkit/Source/WebKit/win/
H A DWebDropSource.cpp36 #include <WebCore/FrameView.h>
147 FrameView* view = m_webView->page()->mainFrame()->view();
H A DWebFrame.cpp69 #include <WebCore/FrameView.h>
239 FrameView* frameView() { return frame ? frame->view() : 0; }
281 if (FrameView* view = frame->view())
292 if (FrameView* view = frame->view())
338 FrameView* view = coreFrame->view();
371 FrameView* view = coreFrame->view();
942 FrameView* view = coreFrame->view();
956 FrameView* view = coreFrame->view();
1281 FrameView* view = frame->view();
2446 FrameView* vie
[all...]
H A DWebView.cpp89 #include <WebCore/FrameView.h>
829 void WebView::scrollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect)
942 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint)
961 if (FrameView* view = coreFrame->view())
1012 FrameView* frameView = coreFrame->view();
1080 void WebView::paintIntoBackingStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint)
1307 FrameView* view = frame->view();
1508 FrameView* frameView = childFrame->view();
6489 FrameView* view = coreFrame->view();
H A DWebView.h852 void scrollBackingStore(WebCore::FrameView*, int dx, int dy, const WebCore::IntRect& scrollViewRect, const WebCore::IntRect& clipRect);
947 void paintIntoBackingStore(WebCore::FrameView*, HDC bitmapDC, const WebCore::IntRect& dirtyRect, WindowsToPaint);
948 void updateBackingStore(WebCore::FrameView*, HDC = 0, bool backingStoreCompletelyDirty = false, WindowsToPaint = PaintWebViewOnly);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp32 #include "FrameView.h"
634 RefPtr<FrameView> frameView;
638 frameView = FrameView::create(m_frame, IntRect(rect).size());
640 frameView = FrameView::create(m_frame);
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp37 #include "FrameView.h"
203 FrameView* WebView::view() const
235 FrameView* frameView = view();
H A DWebView.h39 class FrameView;
61 WebCore::FrameView* view() const;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm38 #import <WebCore/FrameView.h>
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp34 #include <WebCore/FrameView.h>
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp46 #include <WebCore/FrameView.h>
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp43 #include <WebCore/FrameView.h>
627 FrameView* parentView = m_pluginElement->document()->frame()->view();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp51 #include <WebCore/FrameView.h>
423 FrameView* frameView = frame->view();
H A DWebFrameLoaderClient.cpp56 #include <WebCore/FrameView.h>
1388 // If this is called when tearing down a FrameView, the WebCore::Frame's
1389 // current FrameView will be null.
H A DWebPopupMenu.cpp30 #include <WebCore/FrameView.h>
97 void WebPopupMenu::show(const IntRect& rect, FrameView* view, int index)
H A DWebPopupMenu.h52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm34 #import <WebCore/FrameView.h>
H A DWebDragClientMac.mm38 #import <WebCore/FrameView.h>
H A DWebPopupMenuMac.mm31 #import <WebCore/FrameView.h>
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp37 #include <WebCore/FrameView.h>
H A DPageOverlay.cpp32 #include <WebCore/FrameView.h>
66 FrameView* frameView = m_webPage->corePage()->mainFrame()->view();
H A DWebContextMenu.cpp34 #include <WebCore/FrameView.h>
64 FrameView* view = frame->view();

Completed in 204 milliseconds

123456789