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

  /external/chromium_org/content/renderer/screen_orientation/
mock_screen_orientation_controller.cc 10 #include "content/renderer/render_view_impl.h"
28 if (render_view_impl())
29 render_view_impl()->RemoveObserver(this);
54 RenderViewImpl* MockScreenOrientationController::render_view_impl() const { function in class:content::MockScreenOrientationController
63 if (render_view_impl())
64 render_view_impl()->SetScreenOrientationForTesting(orientation);
  /external/chromium_org/content/renderer/
stats_collection_controller.cc 12 #include "content/renderer/render_view_impl.h"
33 RenderViewImpl* render_view_impl =
35 if (!render_view_impl)
38 *out = render_view_impl;
126 RenderViewImpl *render_view_impl = NULL; local
127 if (!CurrentRenderViewImpl(&render_view_impl)) {
133 render_view_impl->Send(new ChildProcessHostMsg_GetBrowserHistogram(
139 RenderViewImpl *render_view_impl = NULL; local
140 if (!CurrentRenderViewImpl(&render_view_impl)) {
146 render_view_impl->GetStatsCollectionObserver()
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 17 #include "content/renderer/render_view_impl.h"
142 RenderViewImpl* render_view_impl = static_cast<RenderViewImpl*>(render_view); local
143 render_view_impl->ForceResizeForTesting(new_size);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 23 #include "content/renderer/render_view_impl.h"
193 RenderViewImpl* render_view_impl() const { function in class:content::__anon11970::GpuBenchmarkingContext
515 blink::WebRect rect = context.render_view_impl()->windowRect();
545 // TODO(nduca): If the render_view_impl is destroyed while the gesture is in
548 context.render_view_impl()->QueueSyntheticGesture(
594 blink::WebRect rect = context.render_view_impl()->windowRect();
639 // TODO(nduca): If the render_view_impl is destroyed while the gesture is in
642 context.render_view_impl()->QueueSyntheticGesture(
689 // TODO(nduca): If the render_view_impl is destroyed while the gesture is in
692 context.render_view_impl()->QueueSyntheticGesture
    [all...]

Completed in 94 milliseconds