/external/chromium_org/media/base/ |
D | bit_reader.h | 37 return initial_size_ * 8 - bits_read(); in NON_EXPORTED_BASE() 49 const int initial_size_; in NON_EXPORTED_BASE() local
|
D | bit_reader.cc | 10 : initial_size_(size), in BitReader()
|
/external/chromium_org/content/shell/browser/ |
D | webkit_test_controller.cc | 252 initial_size_ = gfx::Size( in PrepareForLayoutTest() 256 initial_size_ = gfx::Size(kTestSVGWindowWidthDip, kTestSVGWindowHeightDip); in PrepareForLayoutTest() 263 initial_size_); in PrepareForLayoutTest() 271 main_window_->SizeTo(initial_size_); in PrepareForLayoutTest() 274 ->SetSize(initial_size_); in PrepareForLayoutTest() 503 params.initial_size = initial_size_; in SendTestConfiguration()
|
D | webkit_test_controller.h | 204 gfx::Size initial_size_; variable
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_window_resizer.h | 183 std::vector<int> initial_size_; variable
|
D | workspace_window_resizer.cc | 496 bounds.set_width(initial_size_[i]); in RevertDrag() 505 bounds.set_height(initial_size_[i]); in RevertDrag() 553 initial_size_.push_back(initial_size); in WorkspaceWindowResizer() 696 int initial_size = initial_size_[i]; in CreateBucketsForAttached()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_browsertest.cc | 379 initial_size_(panel->GetBounds().size()) {} in WaitForAutoResizeWider() 384 return panel_->GetBounds().width() > initial_size_.width(); in AtExpectedState() 387 gfx::Size initial_size_; member in WaitForAutoResizeWider 397 initial_size_(panel->GetBounds().size()) {} in WaitForAutoResizeNarrower() 402 return panel_->GetBounds().width() < initial_size_.width(); in AtExpectedState() 405 gfx::Size initial_size_; member in WaitForAutoResizeNarrower
|
/external/chromium_org/content/common/gpu/ |
D | gpu_command_buffer_stub.h | 237 gfx::Size initial_size_; variable
|
D | gpu_command_buffer_stub.cc | 164 initial_size_(size), in GpuCommandBufferStub() 568 initial_size_, in OnInitialize()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_unittest.cc | 1538 : RenderWidgetHostTest(), initial_size_(200, 100) {} in RenderWidgetHostInitialSizeTest() 1541 view->set_bounds(gfx::Rect(initial_size_)); in ConfigureView() 1545 gfx::Size initial_size_; member in content::RenderWidgetHostInitialSizeTest 1554 EXPECT_EQ(initial_size_, host_->old_resize_params_->new_size); in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | render_view_browsertest.cc | 2493 : RenderViewImplTest(), initial_size_(200, 100) {} in RenderViewImplInitialSizeTest() 2499 initial_size_params->new_size = initial_size_; in InitialSizeParams() 2503 gfx::Size initial_size_; member in content::RenderViewImplInitialSizeTest 2507 ASSERT_EQ(initial_size_, view_->GetSize()); in TEST_F() 2508 ASSERT_EQ(initial_size_, gfx::Size(view_->GetWebView()->size())); in TEST_F()
|