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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 143 bool first_visible = true; local
149 (first_visible ? (*i)->edge_item_padding : (*i)->item_padding);
169 (first_visible ? (*i)->edge_item_padding : (*i)->item_padding);
170 first_visible = false;
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc 117 bool first_visible = true; local
124 if (!first_visible)
126 first_visible = false;

Completed in 38 milliseconds