Home
last modified time | relevance | path

Searched refs:initial_size_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/media/base/
Dbit_reader.h37 return initial_size_ * 8 - bits_read(); in NON_EXPORTED_BASE()
49 const int initial_size_; in NON_EXPORTED_BASE() local
Dbit_reader.cc10 : initial_size_(size), in BitReader()
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc243 initial_size_ = gfx::Size( in PrepareForLayoutTest()
247 initial_size_ = gfx::Size(kTestSVGWindowWidthDip, kTestSVGWindowHeightDip); in PrepareForLayoutTest()
254 initial_size_); in PrepareForLayoutTest()
262 main_window_->SizeTo(initial_size_); in PrepareForLayoutTest()
265 ->SetSize(initial_size_); in PrepareForLayoutTest()
495 params.initial_size = initial_size_; in SendTestConfiguration()
Dwebkit_test_controller.h204 gfx::Size initial_size_; variable
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.h180 std::vector<int> initial_size_; variable
Dworkspace_window_resizer.cc484 bounds.set_width(initial_size_[i]); in RevertDrag()
493 bounds.set_height(initial_size_[i]); in RevertDrag()
541 initial_size_.push_back(initial_size); in WorkspaceWindowResizer()
684 int initial_size = initial_size_[i]; in CreateBucketsForAttached()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_browsertest.cc378 initial_size_(panel->GetBounds().size()) {} in WaitForAutoResizeWider()
383 return panel_->GetBounds().width() > initial_size_.width(); in AtExpectedState()
386 gfx::Size initial_size_; member in WaitForAutoResizeWider
396 initial_size_(panel->GetBounds().size()) {} in WaitForAutoResizeNarrower()
401 return panel_->GetBounds().width() < initial_size_.width(); in AtExpectedState()
404 gfx::Size initial_size_; member in WaitForAutoResizeNarrower
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.h240 gfx::Size initial_size_; variable
Dgpu_command_buffer_stub.cc134 initial_size_(size), in GpuCommandBufferStub()
535 initial_size_, in OnInitialize()