Home
last modified time | relevance | path

Searched refs:link_size (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dlink_infobar.cc39 gfx::Size link_size = link_->GetPreferredSize(); in Layout() local
40 link_->SetBounds(label_1_->bounds().right(), OffsetY(link_size), in Layout()
41 std::min(link_size.width(), available_width), link_size.height()); in Layout()
42 available_width = std::max(0, available_width - link_size.width()); in Layout()
Dconfirm_infobar.cc55 gfx::Size link_size = link_->GetPreferredSize(); in Layout() local
56 int link_width = std::min(link_size.width(), available_width); in Layout()
57 link_->SetBounds(EndX() - link_width, OffsetY(link_size), link_width, in Layout()
58 link_size.height()); in Layout()
/external/pcre/
DRunTest22 *2) link_size=2;;
23 *3) link_size=3;;
24 *4) link_size=4;;
104 if [ $link_size -ne 2 ] ; then
106 echo "Can't run test 10 because the link size ($link_size) is not 2"
125 if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc191 gfx::Size link_size = help_center_link_->GetPreferredSize(); in GetPreferredSize() local
193 link_size.height()); in GetPreferredSize()
/external/kernel-headers/original/linux/
Dcdrom.h1098 __u8 link_size; member