Searched refs:FrameView (Results 1 - 25 of 206) sorted by path

123456789

/external/webkit/Source/WebCore/
H A DAndroid.mk497 page/FrameView.cpp \
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp721 FrameView* frameView = documentFrameView();
728 FrameView* AccessibilityObject::documentFrameView() const
H A DAccessibilityObject.h81 class FrameView;
452 virtual FrameView* topDocumentFrameView() const { return 0; }
453 virtual FrameView* documentFrameView() const;
H A DAccessibilityRenderObject.cpp686 FrameView* view = m_renderer->frame()->view();
2332 FrameView* AccessibilityRenderObject::topDocumentFrameView() const
2384 FrameView* AccessibilityRenderObject::documentFrameView() const
2389 // this is the RenderObject's Document's Frame's FrameView
2400 FrameView* AccessibilityRenderObject::frameViewIfRenderView() const
2404 // this is the RenderObject's Document's renderer's FrameView
2582 FrameView* frameView = m_renderer->document()->topDocument()->renderer()->view()->frameView();
2617 Frame* frame = static_cast<FrameView*>(widget)->frame();
2621 frameView = static_cast<FrameView*>(widget);
3400 // FrameView'
[all...]
H A DAccessibilityRenderObject.h41 class FrameView;
153 FrameView* frameViewIfRenderView() const;
171 FrameView* topDocumentFrameView() const;
192 virtual FrameView* documentFrameView() const;
H A DAccessibilityScrollView.cpp31 #include "FrameView.h"
133 Document* doc = static_cast<FrameView*>(m_scrollView.get())->frame()->document();
159 FrameView* AccessibilityScrollView::documentFrameView() const
164 return static_cast<FrameView*>(m_scrollView.get());
172 HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement();
H A DAccessibilityScrollView.h58 virtual FrameView* documentFrameView() const;
/external/webkit/Source/WebCore/accessibility/chromium/
H A DAXObjectCacheChromium.cpp33 #include "FrameView.h"
57 Document* document = static_cast<FrameView*>(scrollBar->parent())->frame()->document();
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp49 #include "FrameView.h"
1885 FrameView* frameView = coreObject->documentFrameView();
1912 FrameView* frameView = coreObject->documentFrameView();
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm1169 FrameView* frameView = m_object->documentFrameView();
1768 FrameView* fv = m_object->documentFrameView();
2350 FrameView* frameView = m_object->documentFrameView();
/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp37 #include "FrameView.h"
196 void PageScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused)
H A DPageScriptDebugServer.h42 class FrameView;
71 void setJavaScriptPaused(FrameView*, bool paused);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp59 #include "FrameView.h"
459 FrameView* view = document->view();
H A DCSSStyleSelector.h57 class FrameView;
H A DMediaQueryEvaluator.cpp38 #include "FrameView.h"
249 FrameView* view = frame->view();
260 FrameView* view = frame->view();
335 FrameView* view = frame->view();
346 FrameView* view = frame->view();
H A DStyleMedia.cpp31 #include "FrameView.h"
44 FrameView* view = m_frame ? m_frame->view() : 0;
/external/webkit/Source/WebCore/dom/
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 DDocument.h82 class FrameView;
505 FrameView* view() const; // can be NULL
H A DElement.cpp45 #include "FrameView.h"
426 if (FrameView* view = document()->view()) {
447 if (FrameView* view = document()->view()) {
508 FrameView* view = document()->view();
559 if (FrameView* view = document()->view()) {
599 if (FrameView* view = document()->view()) {
H A DEventDispatcher.h38 class FrameView;
71 RefPtr<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()) {
H A DRange.cpp31 #include "FrameView.h"
1918 FrameView* view = document->view();
H A DScriptedAnimationController.cpp33 #include "FrameView.h"
54 if (FrameView* fv = m_document->view())
66 if (FrameView* view = m_document->view())
127 if (FrameView* view = m_document->view())
H A DTouch.cpp32 #include "FrameView.h"
40 FrameView* frameView = frame->view();
50 FrameView* frameView = frame->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;

Completed in 565 milliseconds

123456789