OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isControlStyled
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderThemeSafari.h
65
virtual bool
isControlStyled
(const RenderStyle*, const BorderData&,
RenderTheme.h
109
virtual bool
isControlStyled
(const RenderStyle*, const BorderData&, const FillLayer&, const Color& backgroundColor) const;
RenderThemeMac.h
54
virtual bool
isControlStyled
(const RenderStyle*, const BorderData&,
RenderTheme.cpp
84
if (UAHasAppearance &&
isControlStyled
(style, border, background, backgroundColor)) {
650
bool RenderTheme::
isControlStyled
(const RenderStyle* style, const BorderData& border, const FillLayer& background,
[
all
...]
RenderThemeSafari.cpp
249
bool RenderThemeSafari::
isControlStyled
(const RenderStyle* style, const BorderData& border,
258
return RenderTheme::
isControlStyled
(style, border, background, backgroundColor);
[
all
...]
RenderThemeMac.mm
485
bool RenderThemeMac::
isControlStyled
(const RenderStyle* style, const BorderData& border,
498
return RenderTheme::
isControlStyled
(style, border, background, backgroundColor);
[
all
...]
/external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp
89
virtual bool
isControlStyled
(const RenderStyle*, const BorderData&,
152
bool RenderThemeWx::
isControlStyled
(const RenderStyle* style, const BorderData& border,
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h
84
virtual bool
isControlStyled
(const RenderStyle*, const BorderData&, const FillLayer&, const Color& backgroundColor) const;
RenderThemeQt.cpp
207
bool RenderThemeQt::
isControlStyled
(const RenderStyle* style, const BorderData& border, const FillLayer& fill, const Color& backgroundColor) const
224
return RenderTheme::
isControlStyled
(style, border, fill, backgroundColor);
233
// Remove this when SearchFieldPart is style-able in RenderTheme::
isControlStyled
()
234
bool RenderThemeQt::
isControlStyled
(const RenderStyle* style, const BorderData& border, const FillLayer& fill, const Color& backgroundColor) const
243
return RenderTheme::
isControlStyled
(style, border, fill, backgroundColor);
[
all
...]
Completed in 76 milliseconds