HomeSort by relevance Sort by last modified time
    Searched refs:GetInstantBounds (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/instant/
instant_delegate.h 45 virtual gfx::Rect GetInstantBounds() = 0;
instant_loader_delegate.h 33 virtual gfx::Rect GetInstantBounds() = 0;
instant_controller.h 180 virtual gfx::Rect GetInstantBounds() OVERRIDE;
instant_controller.cc 432 gfx::Rect InstantController::GetInstantBounds() {
433 return delegate_->GetInstantBounds();
instant_loader_manager_unittest.cc 23 virtual gfx::Rect GetInstantBounds() OVERRIDE {
instant_loader.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser_window.h 327 virtual gfx::Rect GetInstantBounds() = 0;
browser.h     [all...]
browser.cc     [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 111 virtual gfx::Rect GetInstantBounds();
  /external/chromium/chrome/browser/ui/panels/
panel.h 125 virtual gfx::Rect GetInstantBounds();
panel.cc 340 gfx::Rect Panel::GetInstantBounds() {
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 132 virtual gfx::Rect GetInstantBounds();
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 308 virtual gfx::Rect GetInstantBounds() OVERRIDE;
browser_view.cc     [all...]

Completed in 62 milliseconds