Searched refs:FrameView (Results 151 - 175 of 206) sorted by relevance

123456789

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp721 FrameView* frameView = documentFrameView();
728 FrameView* AccessibilityObject::documentFrameView() const
/external/webkit/Source/WebCore/dom/
H A Dxml_expat_tokenizer.cpp38 #include "FrameView.h"
257 XMLTokenizer::XMLTokenizer(Document *_doc, FrameView *_view)
896 Tokenizer *newXMLTokenizer(Document *d, FrameView *v)
H A DDocument.cpp73 #include "FrameView.h"
1107 FrameView* frameView = frame->view();
1155 FrameView* frameView = frame->view();
1353 FrameView* Document::view() const
1462 RefPtr<FrameView> frameView = view();
1579 FrameView* v = view();
1765 FrameView* view = m_frame->view();
2197 // This function will only be called when FrameView thinks a layout is needed.
3939 if (FrameView* v = view())
H A DXMLDocumentParserQt.cpp38 #include "FrameView.h"
88 XMLDocumentParser::XMLDocumentParser(Document* document, FrameView* frameView)
H A DDocument.h82 class FrameView;
505 FrameView* view() const; // can be NULL
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm30 #include "FrameView.h"
468 scrollbarInfo.parent = scrollbar->parent() && scrollbar->parent()->isFrameView() && static_cast<FrameView*>(scrollbar->parent())->isScrollViewScrollbar(scrollbar) ? PlatformBridge::ScrollbarParentScrollView : PlatformBridge::ScrollbarParentRenderLayer;
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp31 #include "FrameView.h"
128 void PopupMenuWin::show(const IntRect& r, FrameView* view, int index)
292 void PopupMenuWin::calculatePositionAndSize(const IntRect& r, FrameView* v)
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp41 #include "FrameView.h"
131 FrameView* frameView = static_cast<FrameView*>(parent());
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp45 #include "FrameView.h"
132 FrameView* frameView = static_cast<FrameView*>(parent());
184 // to the frame again) before passing it to FrameView.
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp32 #include "FrameView.h"
575 FrameView* view = static_cast<FrameView*>(widget);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm44 #import <WebCore/FrameView.h>
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDynamicScrollBarsView.mm33 #import <WebCore/FrameView.h>
H A DWebFrame.mm378 if (FrameView* view = frame->view()) {
564 FrameView* view = _private->coreFrame->view();
569 FrameView* parentView = parentFrame ? parentFrame->view() : 0;
832 FrameView* view = _private->coreFrame->view();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp57 #include <WebCore/FrameView.h>
106 FrameView* view = frame->view();
/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/WebKit/win/
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 DAccessibleBase.cpp39 #include <WebCore/FrameView.h>
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp34 #include "FrameView.h"
363 FrameView* view = m_frame->view();
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp304 FrameView* view = document()->view();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h53 Viewless element needs to create a dummy Page->Frame->FrameView tree for use in parsing or executing JavaScript.
70 virtual void show(const IntRect&, FrameView*, int) {}
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.cpp35 #include "FrameView.h"
174 double currentTime = FrameView::currentPaintTimeStamp();
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp42 #include "FrameView.h"
416 if (FrameView* view = m_page->mainFrame()->view()) {
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp36 #include "FrameView.h"
507 if (FrameView* view = document()->view()) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp35 #include "FrameView.h"
563 FrameView* view = frame ? frame->view() : 0;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm61 #import <WebCore/FrameView.h>
904 FrameView* frameView = frame->view();

Completed in 650 milliseconds

123456789