HomeSort by relevance Sort by last modified time
    Searched full:predefined_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 123 int predefined_width = local
125 if (predefined_width != 0)
126 model_->SetVisibleIconCount(WidthToIconCount(predefined_width));
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 406 int predefined_width = local
408 if (predefined_width != 0)
409 model_->SetVisibleIconCount(WidthToIconCount(predefined_width));
    [all...]

Completed in 52 milliseconds