Home
last modified time | relevance | path

Searched refs:buttonWidth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp36 int buttonWidth(int scrollbarWidth, int thickness) in buttonWidth() function
81 ? IntSize(buttonWidth(scrollbar->width(), thickness), thickness) in backButtonRect()
82 : IntSize(thickness, buttonWidth(scrollbar->height(), thickness)); in backButtonRect()
95 int width = buttonWidth(scrollbar->width(), thickness); in forwardButtonRect()
99 int height = buttonWidth(scrollbar->height(), thickness); in forwardButtonRect()
/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp230 const int buttonWidth = 30; in createDeletionUI() local
238 …style->setProperty(CSSPropertyLeft, String::number((-buttonWidth / 2) - m_target->renderBox()->bor… in createDeletionUI()
239 style->setProperty(CSSPropertyWidth, String::number(buttonWidth) + "px"); in createDeletionUI()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp490 const int buttonWidth = menuListButtonWidth(); in paintMenuList() local
497 if (r.maxX() - r.x() < buttonWidth) in paintMenuList()
500 …buttonX = o->style()->direction() == LTR ? r.maxX() - spacingRight - buttonWidth : r.x() + spacing… in paintMenuList()
505 std::min(buttonWidth, r.maxX() - r.x()), in paintMenuList()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm1211 CGFloat buttonWidth = NSWidth([button frame]);
1212 EXPECT_CGFLOAT_EQ(scrollerWidth, buttonWidth);
1214 EXPECT_CGFLOAT_EQ(visibleWidth - widthDelta, buttonWidth);
1228 EXPECT_LT(buttonWidth, buttonWidthB);
1241 buttonWidth = NSWidth([button frame]);
1248 EXPECT_GT(buttonWidth, NSWidth([button frame]));
Dbookmark_bar_folder_controller.mm790 CGFloat buttonWidth = [self adjustButtonWidths];
791 CGFloat windowWidth = buttonWidth + padding_;
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2972988 (buttonWidth):