/external/chromium_org/third_party/WebKit/Source/web/ |
WebHelperPluginImpl.cpp | 48 #include "core/frame/FrameView.h" 227 frame->setView(FrameView::create(frame));
|
PopupContainer.cpp | 38 #include "core/frame/FrameView.h" 209 void PopupContainer::showPopup(FrameView* view) 373 void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index)
|
ScrollbarGroup.cpp | 30 #include "core/frame/FrameView.h" 39 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) 40 : m_frameView(frameView)
|
WebPagePopupImpl.cpp | 47 #include "core/frame/FrameView.h" 203 frame->setView(FrameView::create(frame.get()));
|
WebViewImpl.cpp | 108 #include "core/frame/FrameView.h" 574 if (!mainFrameImpl() || !mainFrameImpl()->frameView()) 579 PlatformMouseEventBuilder pme(mainFrameImpl()->frameView(), event); 688 PlatformGestureEventBuilder platformEvent(mainFrameImpl()->frameView(), event); 763 if (!mainFrameImpl() || !mainFrameImpl()->frameView()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObject.h | 46 class FrameView; 506 virtual FrameView* documentFrameView() const;
|
AXObject.cpp | 576 FrameView* frameView = documentFrameView(); 577 if (!frameView) 580 return frameView->frame().document(); 583 FrameView* AXObject::documentFrameView() const
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ImageDocument.cpp | 44 #include "core/frame/FrameView.h" 220 FrameView* view = frame()->view(); 310 FrameView* view = frame()->view();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderView.h | 25 #include "core/frame/FrameView.h" 69 // The same as the FrameView's layoutHeight/layoutWidth but with null check guards. 80 FrameView* frameView() const { return m_frameView; } 277 FrameView* m_frameView;
|
RenderEmbeddedObject.cpp | 60 view()->frameView()->setIsVisuallyNonEmpty(); 210 if (!widget() && frameView()) 211 frameView()->addWidgetToUpdate(*this); 251 FrameView* view = toFrameView(widget());
|
RenderScrollbarPart.cpp | 166 if (FrameView* frameView = view()->frameView()) { 167 if (frameView->isFrameViewScrollCorner(this)) { 168 frameView->invalidateScrollCorner(frameView->scrollCornerRect());
|
RenderLayerScrollableArea.cpp | 55 #include "core/frame/FrameView.h" 111 if (FrameView* frameView = frame->view()) { 112 frameView->removeScrollableArea(this); 128 if (FrameView* frameView = frame->view()) 129 frameView->removeResizerArea(m_box); 276 return view->frameView()->convertFromRenderer(m_box, rect); 285 IntRect rect = view->frameView()->convertToRenderer(m_box, parentRect); 298 return view->frameView()->convertFromRenderer(m_box, point) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebInputEventConversionTest.cpp | 48 #include "core/frame/FrameView.h" 109 FrameView* view = webViewImpl->page()->mainFrame()->view(); 310 FrameView* view = webViewImpl->page()->mainFrame()->view(); 454 FrameView* view = webViewImpl->page()->mainFrame()->view();
|
TouchActionTest.cpp | 48 #include "core/frame/FrameView.h" 235 WebCore::FrameView* frameView = frame->view(); 236 WebCore::IntRect visibleRect = frameView->windowClipRect(); 245 WebCore::IntPoint docPoint(frameView->windowToContents(clientPoint));
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.cpp | 200 if (FrameView* frameView = view->frameView()) { 201 Frame& frame = frameView->frame(); // The frame where the selection started
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragController.cpp | 50 #include "core/frame/FrameView.h" 221 if (RefPtr<FrameView> v = mainFrame->view()) { 357 RefPtr<FrameView> frameView = m_documentUnderMouse->view(); 358 if (!frameView) 367 IntPoint point = frameView->windowToContents(dragData->clientPosition()); 595 RefPtr<FrameView> viewProtector = mainFrame->view(); [all...] |
TouchAdjustment.cpp | 31 #include "core/frame/FrameView.h" 363 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt) 387 FrameView* view = geom.node()->document().view();
|
FrameTree.cpp | 26 #include "core/frame/FrameView.h" 365 WebCore::FrameView* view = frame->view(); 370 printf(" frameView=%p\n", view);
|
FocusController.cpp | 47 #include "core/frame/FrameView.h" 674 if (FrameView* view = m_page->mainFrame()->view()) { 697 FrameView* view = m_page->mainFrame()->view(); 704 FrameView* frameView = frame->view(); 705 if (!frameView) 708 const HashSet<ScrollableArea*>* scrollableAreas = frameView->scrollableAreas(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindow.cpp | 65 #include "core/frame/FrameView.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.cpp | 29 #include "core/frame/FrameView.h" 88 m_pruneTimeStamp = m_pruneFrameTimeStamp = FrameView::currentFrameTimeStamp(); 640 m_pruneFrameTimeStamp = FrameView::currentFrameTimeStamp();
|
ImageResource.cpp | 33 #include "core/frame/FrameView.h" 420 double timeStamp = FrameView::currentFrameTimeStamp();
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 99 #include "core/frame/FrameView.h" 900 FrameView* frameView = document->view(); 901 bool constrainsScrollingToContentEdgeOldValue = frameView->constrainsScrollingToContentEdge(); 902 bool scrollbarsSuppressedOldValue = frameView->scrollbarsSuppressed(); 904 frameView->setConstrainsScrollingToContentEdge(false); 905 frameView->setScrollbarsSuppressed(false); 906 frameView->setScrollOffsetFromInternals(IntPoint(x, y)); 907 frameView->setScrollbarsSuppressed(scrollbarsSuppressedOldValue); 908 frameView->setConstrainsScrollingToContentEdge(constrainsScrollingToContentEdgeOldValue) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 47 #include "core/frame/FrameView.h" 222 FrameView* frameView = frame->view(); 223 if (!frameView) 227 IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor + frameView->scrollX(), y * scaleFactor + frameView->scrollY())); 229 if (!frameView->visibleContentRect().contains(point))
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorLayerTreeAgent.cpp | 170 // Should only happen for FrameView paints when compositing is off. Consider different instrumentation method for that. 206 FrameView* childFrameView = toFrameView(toRenderWidget(root->renderer())->widget());
|