OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minControlSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
profile_menu_button.h
31
- (NSSize)
minControlSize
;
/external/webkit/Source/WebCore/rendering/
RenderTheme.cpp
158
LengthSize
minControlSize
= m_theme->minimumControlSize(part, style->font(), style->effectiveZoom());
159
if (
minControlSize
.width() != style->minWidth())
160
style->setMinWidth(
minControlSize
.width());
161
if (
minControlSize
.height() != style->minHeight())
162
style->setMinHeight(
minControlSize
.height());
[
all
...]
Completed in 446 milliseconds