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

  /external/chromium_org/ui/views/corewm/
tooltip_aura_unittest.cc 100 int expected_width = font.GetStringWidth(ASCIIToUTF16("Multi line")); local
101 expected_width = std::max(expected_width,
103 EXPECT_EQ(expected_width, width);
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 27 int expected_width; member in struct:gtk_util::__anon2357::RoundedWindowData
62 int width = data->expected_width;
207 if (data->expected_width != widget->allocation.width ||
209 data->expected_width = widget->allocation.width;
251 data->expected_width = -1;
270 data->expected_width = -1;
  /external/chromium_org/chrome/browser/ui/gtk/
rounded_window.cc 28 int expected_width; member in struct:gtk_util::__anon6100::RoundedWindowData
63 int width = data->expected_width;
211 if (data->expected_width != allocation.width ||
213 data->expected_width = allocation.width;
256 data->expected_width = -1;
275 data->expected_width = -1;
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 342 float expected_width = 30.f * sqrt(2.f); local
343 float expected_position = 100.f - 0.5f * expected_width;
345 expected_position, expected_position, expected_width, expected_width);
    [all...]
layer_tree_host_common_unittest.cc 2751 int expected_width = 10; local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1656 const int expected_width = render_text->GetStringSize().width(); local
    [all...]

Completed in 574 milliseconds