Searched refs:expected_width (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Drounded_window.cc27 int expected_width; member in struct:gtk_util::__anon2664::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/
H A Drounded_window.cc28 int expected_width; member in struct:gtk_util::__anon6176::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/ui/gfx/image/
H A Dimage_family_unittest.cc18 #define EXPECT_IMAGE_NON_NULL_AND_SIZE(image, expected_width, expected_height) \
22 EXPECT_EQ(expected_width, image_->Width()); \
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc297 int expected_width = font.GetStringWidth(ASCIIToUTF16("Multi line")); local
298 expected_width = std::max(expected_width,
300 EXPECT_EQ(expected_width, width);
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder_unittest.cc187 int expected_width,
208 EXPECT_EQ(expected_width,
186 DecodeIFrameThenTestFile(const std::string& test_file_name, int expected_width, int expected_height) argument
/external/chromium_org/cc/trees/
H A Ddamage_tracker_unittest.cc343 double expected_width = 30.0 * sqrt(2.0); local
344 double expected_position = 100.0 - 0.5 * expected_width;
347 expected_width,
348 expected_width);
H A Dlayer_tree_host_common_unittest.cc2905 int expected_width = 10; local
2909 EXPECT_EQ(expected_width, actual.width());
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_identity_apitest.cc637 int expected_width,
659 EXPECT_EQ(expected_width, web_auth_flow_browser->override_bounds().width());
634 RunAndCheckBounds(const std::string& extra_params, int expected_x, int expected_y, int expected_width, int expected_height) argument
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc1644 const int expected_width = render_text->GetStringSize().width(); local
1646 EXPECT_EQ(expected_width, render_text->GetStringSize().width());

Completed in 193 milliseconds