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

  /external/chromium_org/ash/system/user/
user_card_view.cc 247 const gfx::Size link_size = learn_more_->GetPreferredSize(); local
249 space_width + link_size.width()) {
254 gfx::Rect learn_more_bounds(position, link_size);
284 const gfx::Size link_size = learn_more_->GetPreferredSize(); local
288 int min_width = link_size.width();
290 gfx::GetStringWidth(text_, font_list) + space_width + link_size.width(),
310 space_width + link_size.width())
324 space_width + link_size.width()) {
329 link_size.height() - learn_more_->GetInsets().top() - line_height, 0);
  /external/pcre/dist/
RunTest 281 link_size=$?
282 if [ $link_size -lt 2 ] ; then
286 if [ $link_size -gt 4 ] ; then
677 if [ $link_size -ne 2 ] ; then
897 elif [ $link_size -ne 2 ] ; then
923 elif [ $link_size -ne 2 ] ; then
RunTest.bat 51 set link_size=%ERRORLEVEL% variable
391 if NOT %link_size% EQU 2 (
511 if NOT %link_size% EQU 2 (
534 if NOT %link_size% EQU 2 (
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc 335 const gfx::Size link_size = sign_in_link_->GetPreferredSize(); local
337 offset_x, offset_y, link_size.width(), link_size.height());
extension_install_dialog_view.cc 847 gfx::Size link_size = show_details_link_->GetPreferredSize(); local
    [all...]

Completed in 102 milliseconds