HomeSort by relevance Sort by last modified time
    Searched refs:RenderView (Results 176 - 200 of 213) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 340 // Simulates an IME event at the level of RenderView which sends it back up to
359 virtual RenderView* GetRenderView() OVERRIDE;
    [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.h 89 // Creates a new RenderFrame. |render_view| is the RenderView object that this
134 // to using RenderFrame instead of RenderView.
223 // TODO(jam): remove these once the IPC handler moves from RenderView to
251 virtual RenderView* GetRenderView() OVERRIDE;
    [all...]
render_thread_impl.cc 201 virtual bool Visit(RenderView* render_view) OVERRIDE {
360 // is only one RenderView, the common host is this view's host. If there are
    [all...]
render_view_impl.cc 814 // along with the RenderView automatically.
835 // it's the browser asking us to set our opener to another RenderView.
    [all...]
render_view_impl.h 152 // RenderView is an object that manages a WebView object, and provides a
159 public RenderView,
162 // Creates a new RenderView. |opener_id| is the routing ID of the RenderView
163 // responsible for creating this RenderView. Note that if the original opener
167 // this RenderView's main RenderFrame.
322 // Returns the length of the session history of this RenderView. Note that
324 // RenderView is the currently active RenderView of a WebContents.
458 // RenderView implementation ------------------------------------------------
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 61 #include "core/rendering/RenderView.h"
379 RenderView* LocalFrame::contentRenderer() const
381 return document() ? document()->renderView() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 69 class RenderView;
621 RenderView* view() const { return document().renderView(); };
    [all...]
RenderObject.cpp 77 #include "core/rendering/RenderView.h"
    [all...]
RenderLayer.cpp 72 #include "core/rendering/RenderView.h"
413 RenderView* view = renderer->view();
460 // FIXME: For now the RenderView can't be paginated. Eventually printing will move to a model where it is though.
492 RenderView* view = renderer()->view();
    [all...]
RenderTreeAsText.cpp 49 #include "core/rendering/RenderView.h"
489 RenderView* root = view->renderView();
TextAutosizer.cpp 45 #include "core/rendering/RenderView.h"
507 RenderView* renderView = m_document->renderView();
508 bool horizontalWritingMode = isHorizontalWritingMode(renderView->style()->writingMode());
549 RenderObject* renderer = m_document->renderView();
561 RenderObject* renderer = m_document->renderView();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 113 #include "core/rendering/RenderView.h"
339 return doc->renderView()->hitTestCount();
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 668 content::RenderView::ApplyWebPreferences(prefs, web_view);
747 PrintWebViewHelper::PrintWebViewHelper(content::RenderView* render_view)
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 701 content::RenderView::ApplyWebPreferences(prefs, web_view);
774 PrintWebViewHelper::PrintWebViewHelper(content::RenderView* render_view)
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 233 PasswordAutofillAgent::PasswordAutofillAgent(content::RenderView* render_view)
679 // RenderView to be instantiated (such as redirects to the WebStore)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 106 #include "core/rendering/RenderView.h"
584 if (RenderView* renderView = document().renderView())
585 return adjustLayoutUnitForAbsoluteZoom(view->layoutSize().width(), *renderView);
605 if (RenderView* renderView = document().renderView())
606 return adjustLayoutUnitForAbsoluteZoom(view->layoutSize().height(), *renderView);
630 if (RenderView* renderView = document().renderView()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 83 #include "core/rendering/RenderView.h"
674 m_frame->document()->renderView()->hitTest(request, result);
687 RenderView* renderer = m_frame->contentRenderer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.darwin-arm64.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.darwin-mips.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.darwin-mips64.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.darwin-x86.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.darwin-x86_64.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.linux-arm.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \
webcore_rendering.target.linux-arm64.mk 137 third_party/WebKit/Source/core/rendering/RenderView.cpp \

Completed in 1145 milliseconds

1 2 3 4 5 6 78 9