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

  /external/chromium/chrome/browser/ui/views/infobars/
link_infobar.cc 39 gfx::Size link_size = link_->GetPreferredSize(); local
40 link_->SetBounds(label_1_->bounds().right(), OffsetY(link_size),
41 std::min(link_size.width(), available_width), link_size.height());
42 available_width = std::max(0, available_width - link_size.width());
confirm_infobar.cc 55 gfx::Size link_size = link_->GetPreferredSize(); local
56 int link_width = std::min(link_size.width(), available_width);
57 link_->SetBounds(EndX() - link_width, OffsetY(link_size), link_width,
58 link_size.height());
  /external/pcre/
RunTest 22 *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/
page_info_bubble_view.cc 191 gfx::Size link_size = help_center_link_->GetPreferredSize(); local
193 link_size.height());
  /external/kernel-headers/original/linux/
cdrom.h 1098 __u8 link_size; member in struct:__anon7145
    [all...]

Completed in 124 milliseconds