Searched refs:web_bound (Results 1 – 1 of 1) sorted by relevance
89 const WebSelectionBound& web_bound) { in ConvertWebSelectionBound() argument90 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()