Searched defs:left_input (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_impl_unittest.cc2099 LayerSelectionBound left_input; local
2100 left_input.type = SELECTION_BOUND_LEFT;
2101 left_input.edge_top = gfx::PointF(10, 10);
2102 left_input.edge_bottom = gfx::PointF(10, 20);
2103 left_input.layer_id = root_layer_id;
2119 host_impl().active_tree()->RegisterSelection(left_input, right_input);
2121 EXPECT_EQ(left_input.type, left_output.type);
2122 EXPECT_EQ(left_input.edge_bottom, left_output.edge_bottom);
2123 EXPECT_EQ(left_input.edge_top, left_output.edge_top);
2205 LayerSelectionBound left_input; local
2311 LayerSelectionBound left_input; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_filters.cpp61 void CFX_DataFilter::ReportEOF(FX_DWORD left_input) argument
67 m_SrcPos -= left_input;
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc231 HValue* left_input = index->left(); local
237 if (cursor == left_input) must_move_left_input = true;
253 HConstant::cast(left_input)->Unlink();
254 HConstant::cast(left_input)->InsertBefore(index);

Completed in 134 milliseconds