HomeSort by relevance Sort by last modified time
    Searched defs:fixed_offset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller_unittest.cc 536 gfx::PointF fixed_offset = end_rect.CenterPoint(); local
542 EXPECT_EQ(fixed_offset, GetLastSelectionStart());
548 EXPECT_EQ(fixed_offset, GetLastSelectionStart());
554 EXPECT_EQ(fixed_offset, GetLastSelectionStart());
581 gfx::PointF fixed_offset = start_rect.CenterPoint(); local
582 float touch_down_x = (end_offset.x() + fixed_offset.x()) / 2 + 1.f;
595 EXPECT_EQ(fixed_offset, GetLastSelectionStart());
  /external/chromium_org/v8/src/compiler/
simplified-lowering.cc 863 int fixed_offset = access.header_size - access.tag(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 126 HOST_WIDE_INT fixed_offset; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 1982 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; member in union:lang_decl_u5
    [all...]

Completed in 691 milliseconds