Home
last modified time | relevance | path

Searched refs:omnibox_bounds_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_loader.cc732 if (omnibox_bounds_ == bounds) in SetOmniboxBounds()
739 omnibox_bounds_ = bounds; in SetOmniboxBounds()
747 if (omnibox_bounds_.height() > last_omnibox_bounds_.height()) { in SetOmniboxBounds()
778 omnibox_bounds_ = gfx::Rect(); in ReleasePreviewContents()
932 gfx::Rect intersection(omnibox_bounds_.Intersect(preview_bounds)); in GetOmniboxBoundsInTermsOfPreview()
961 if (last_omnibox_bounds_ == omnibox_bounds_) in SendBoundsToPage()
966 last_omnibox_bounds_ = omnibox_bounds_; in SendBoundsToPage()
Dinstant_controller.cc191 if (omnibox_bounds_ == bounds) in SetOmniboxBounds()
196 omnibox_bounds_ = bounds; in SetOmniboxBounds()
378 omnibox_bounds_ = gfx::Rect(); in ReleasePreviewContents()
608 new_loader->SetOmniboxBounds(omnibox_bounds_); in UpdateLoader()
Dinstant_loader.h188 gfx::Rect omnibox_bounds_; variable
Dinstant_controller.h267 gfx::Rect omnibox_bounds_; variable