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

  /external/chromium_org/ui/app_list/views/
speech_view.cc 198 gfx::Rect indicator_bounds = local
201 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds);
204 indicator_->SetBoundsRect(indicator_bounds);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 834 gfx::Rect indicator_bounds(
840 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(),
841 indicator_bounds.y(), indicator_bounds.width(),
842 indicator_bounds.height());
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 513 gfx::Rect indicator_bounds(x - kDropIndicatorWidth / 2,
517 indicator_bounds.set_x(GetMirroredXForRect(indicator_bounds));
520 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(),
521 indicator_bounds.y(), indicator_bounds.width(),
522 indicator_bounds.height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 543 gfx::Rect indicator_bounds(
549 canvas->FillRect(indicator_bounds, kDropIndicatorColor);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 771 gfx::Rect indicator_bounds(x - kDropIndicatorWidth / 2,
775 indicator_bounds.set_x(GetMirroredXForRect(indicator_bounds));
778 canvas->FillRect(indicator_bounds, kDropIndicatorColor);
    [all...]

Completed in 329 milliseconds