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

  /external/chromium/chrome/browser/instant/
instant_loader.h 188 gfx::Rect omnibox_bounds_; member in class:InstantLoader
instant_controller.h 267 gfx::Rect omnibox_bounds_; member in class:InstantController
instant_loader.cc 732 if (omnibox_bounds_ == bounds)
739 omnibox_bounds_ = bounds;
747 if (omnibox_bounds_.height() > last_omnibox_bounds_.height()) {
778 omnibox_bounds_ = gfx::Rect();
    [all...]
instant_controller.cc 191 if (omnibox_bounds_ == bounds)
196 omnibox_bounds_ = bounds;
378 omnibox_bounds_ = gfx::Rect();
608 new_loader->SetOmniboxBounds(omnibox_bounds_);

Completed in 45 milliseconds