HomeSort by relevance Sort by last modified time
    Searched refs:ParentCompositorDrawConstraints (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/android_webview/browser/
parent_compositor_draw_constraints.cc 9 ParentCompositorDrawConstraints::ParentCompositorDrawConstraints()
13 ParentCompositorDrawConstraints::ParentCompositorDrawConstraints(
20 bool ParentCompositorDrawConstraints::Equals(
21 const ParentCompositorDrawConstraints& other) const {
parent_compositor_draw_constraints.h 13 struct ParentCompositorDrawConstraints {
18 ParentCompositorDrawConstraints();
19 ParentCompositorDrawConstraints(bool is_layer,
22 bool Equals(const ParentCompositorDrawConstraints& other) const;
shared_renderer_state.h 49 const ParentCompositorDrawConstraints& parent_draw_constraints);
51 const ParentCompositorDrawConstraints& parent_draw_constraints);
54 const ParentCompositorDrawConstraints ParentDrawConstraints() const;
86 ParentCompositorDrawConstraints parent_draw_constraints_;
hardware_renderer.h 99 ParentCompositorDrawConstraints draw_constraints_;
shared_renderer_state.cc 179 const ParentCompositorDrawConstraints& parent_draw_constraints) {
191 const ParentCompositorDrawConstraints& parent_draw_constraints) {
213 const ParentCompositorDrawConstraints
hardware_renderer.cc 131 ParentCompositorDrawConstraints());
224 ParentCompositorDrawConstraints draw_constraints(
browser_view_renderer.h 215 ParentCompositorDrawConstraints parent_draw_constraints_;

Completed in 288 milliseconds