HomeSort by relevance Sort by last modified time
    Searched defs:RenderView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/renderer/
render_view.h 41 class CONTENT_EXPORT RenderView : public IPC::Sender {
43 // Returns the RenderView containing the given WebView.
44 static RenderView* FromWebView(blink::WebView* webview);
46 // Returns the RenderView for the given routing ID.
47 static RenderView* FromRoutingID(int routing_id);
104 // Used by plugins that load data in this RenderView to update the loading
131 virtual ~RenderView() {}
136 RenderView() {}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 22 #include "core/rendering/RenderView.h"
51 RenderView::RenderView(Document* document)
76 RenderView::~RenderView()
80 void RenderView::trace(Visitor* visitor)
88 bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result)
93 bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
95 TRACE_EVENT0("blink", "RenderView::hitTest");
117 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedValues& computedV (…)
    [all...]

Completed in 575 milliseconds