Searched refs:left_input (Results 1 – 4 of 4) sorted by relevance
2099 LayerSelectionBound left_input; in TEST_F() local2100 left_input.type = SELECTION_BOUND_LEFT; in TEST_F()2101 left_input.edge_top = gfx::PointF(10, 10); in TEST_F()2102 left_input.edge_bottom = gfx::PointF(10, 20); in TEST_F()2103 left_input.layer_id = root_layer_id; in TEST_F()2119 host_impl().active_tree()->RegisterSelection(left_input, right_input); in TEST_F()2121 EXPECT_EQ(left_input.type, left_output.type); in TEST_F()2122 EXPECT_EQ(left_input.edge_bottom, left_output.edge_bottom); in TEST_F()2123 EXPECT_EQ(left_input.edge_top, left_output.edge_top); in TEST_F()2205 LayerSelectionBound left_input; in TEST_F() local[all …]
231 HValue* left_input = index->left(); in MoveIndexIfNecessary() local237 if (cursor == left_input) must_move_left_input = true; in MoveIndexIfNecessary()253 HConstant::cast(left_input)->Unlink(); in MoveIndexIfNecessary()254 HConstant::cast(left_input)->InsertBefore(index); in MoveIndexIfNecessary()
61 void CFX_DataFilter::ReportEOF(FX_DWORD left_input) in ReportEOF() argument67 m_SrcPos -= left_input; in ReportEOF()
1451 void ReportEOF(FX_DWORD left_input);