Home
last modified time | relevance | path

Searched refs:web_bound (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc89 const WebSelectionBound& web_bound) { in ConvertWebSelectionBound() argument
90 DCHECK(web_bound.layerId); in ConvertWebSelectionBound()
93 switch (web_bound.type) { in ConvertWebSelectionBound()
104 cc_bound.layer_id = web_bound.layerId; in ConvertWebSelectionBound()
105 cc_bound.edge_top = gfx::Point(web_bound.edgeTopInLayer); in ConvertWebSelectionBound()
106 cc_bound.edge_bottom = gfx::Point(web_bound.edgeBottomInLayer); in ConvertWebSelectionBound()