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

  /external/chromium/chrome/browser/instant/
instant_loader.h 57 void SetOmniboxBounds(const gfx::Rect& bounds);
instant_controller.h 91 void SetOmniboxBounds(const gfx::Rect& bounds);
instant_controller.cc 190 void InstantController::SetOmniboxBounds(const gfx::Rect& bounds) {
199 loader_manager_->current_loader()->SetOmniboxBounds(bounds);
201 loader_manager_->pending_loader()->SetOmniboxBounds(bounds);
608 new_loader->SetOmniboxBounds(omnibox_bounds_);
instant_loader.cc 731 void InstantLoader::SetOmniboxBounds(const gfx::Rect& bounds) {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 808 instant->SetOmniboxBounds(bounds);
    [all...]

Completed in 213 milliseconds