Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_impl_unittest.cc2099 LayerSelectionBound left_input; in TEST_F() local
2100 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 …]
/external/chromium_org/v8/src/
Dhydrogen-bce.cc231 HValue* left_input = index->left(); in MoveIndexIfNecessary() local
237 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()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_filters.cpp61 void CFX_DataFilter::ReportEOF(FX_DWORD left_input) in ReportEOF() argument
67 m_SrcPos -= left_input; in ReportEOF()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1451 void ReportEOF(FX_DWORD left_input);